J*********r 发帖数: 5921 | 1 【 以下文字转载自 Java 讨论区 】
发信人: JackFighter (jf~), 信区: Java
标 题: 如何学习用Java开发Web Service?
发信站: BBS 未名空间站 (Wed Mar 6 20:37:13 2013, 美东)
很多job description里面都要求有开发web service的经验,特别是一些金融机构。我
在网上搜了很久,看了一些文章和代码,甚至照着一些教程动手写了些小程序。但还是
云里雾里,觉得始终抓不住要点。甚至如果别人问我什么是web service,我都一下子
答不上来。尽管wiki之类的网站已经看了几十遍了。
向有经验的各位朋友请教一下(尤其是goodbug, briteguy, zhaoce等各位大侠, :)),
究竟什么是web service?如何学习它?能不能推荐一个小project,使得一个有不少编
程经验,但对web这一块没多少实践经验的人能把相关概念融会贯通,从而能尽快地在
工作中完成类似的开发要求?
多谢。 | g*****g 发帖数: 34805 | 2 Find Jersey tutorial and read it, that's all.
【在 J*********r 的大作中提到】 : 【 以下文字转载自 Java 讨论区 】 : 发信人: JackFighter (jf~), 信区: Java : 标 题: 如何学习用Java开发Web Service? : 发信站: BBS 未名空间站 (Wed Mar 6 20:37:13 2013, 美东) : 很多job description里面都要求有开发web service的经验,特别是一些金融机构。我 : 在网上搜了很久,看了一些文章和代码,甚至照着一些教程动手写了些小程序。但还是 : 云里雾里,觉得始终抓不住要点。甚至如果别人问我什么是web service,我都一下子 : 答不上来。尽管wiki之类的网站已经看了几十遍了。 : 向有经验的各位朋友请教一下(尤其是goodbug, briteguy, zhaoce等各位大侠, :)), : 究竟什么是web service?如何学习它?能不能推荐一个小project,使得一个有不少编
| J*********r 发帖数: 5921 | 3 Thanks for your reply.
I just checked out Jersey, it seems to be for RESTful web service, I will
definitely look at it in more detail.
What about SOAP web service? Any suggestions? How does JAXB fit into the
whole picture? (My job requirements include JAXB, though I haven't used it
yet)
【在 g*****g 的大作中提到】 : Find Jersey tutorial and read it, that's all.
| g*****g 发帖数: 34805 | 4 SOAP is dying, but if you want to learn. CXF.
JAXB is a marshaling/unmarshaling scheme, it can work with both SOAP and
REST.
【在 J*********r 的大作中提到】 : Thanks for your reply. : I just checked out Jersey, it seems to be for RESTful web service, I will : definitely look at it in more detail. : What about SOAP web service? Any suggestions? How does JAXB fit into the : whole picture? (My job requirements include JAXB, though I haven't used it : yet)
| J*********r 发帖数: 5921 | 5 Thanks again.
BTW, can I ask HOW you learn new technologies? When it comes to java, there'
s so much to learn, one can easily get lost and confused. Learn by doing
projects? By following examples in books? By watching video tutorials?
And, how do you decide WHAT to learn? To achieve certain functionality,
there are always many options to choose from. Through trial & error? By
following others' suggestions?
I guess I am at a stage to really formulate my own learning techniques/
patterns that may prove crucial for my career advancement for many years to
come. Any advice would be greatly appreciated!
【在 g*****g 的大作中提到】 : SOAP is dying, but if you want to learn. CXF. : JAXB is a marshaling/unmarshaling scheme, it can work with both SOAP and : REST.
| g*****g 发帖数: 34805 | 6 The best way is to get a job, be keen to hot technology and try to use those
technologies in your job.
there'
to
【在 J*********r 的大作中提到】 : Thanks again. : BTW, can I ask HOW you learn new technologies? When it comes to java, there' : s so much to learn, one can easily get lost and confused. Learn by doing : projects? By following examples in books? By watching video tutorials? : And, how do you decide WHAT to learn? To achieve certain functionality, : there are always many options to choose from. Through trial & error? By : following others' suggestions? : I guess I am at a stage to really formulate my own learning techniques/ : patterns that may prove crucial for my career advancement for many years to : come. Any advice would be greatly appreciated!
|
|