| Author |
Web services implementation
|
Mina Daoud
Ranch Hand
Joined: Sep 24, 2010
Posts: 88
|
|
Hey guys,
I am having a question regarding implementing web services project from scratch.
Basically, I would like to know what is the best technology to use (good performance, online resources,...). I built previously a web services project using glassfish and netbeans.
I am not sure if this is the best way to do it now or shall i go for tomcat+Axis?
Thanks in advance.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
|
|
What does this hypothetical Web Service have to do?? Please explain your requirements.
There are so many possible ways to create/use a web service that there is no simple answer.
Bill
|
Java Resources at www.wbrogden.com
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
First of all, you may be interested in this article:
http://www.ibm.com/developerworks/java/library/j-jws11/
Second, I would really question whether the requirements are so demanding that you can justify spending additional time learning a new web service stack.
If I were your customer, I would tell you to use the tool you have most experience with.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
Mina Daoud
Ranch Hand
Joined: Sep 24, 2010
Posts: 88
|
|
Ivan Krizsan wrote:Hi!
First of all, you may be interested in this article:
http://www.ibm.com/developerworks/java/library/j-jws11/
Second, I would really question whether the requirements are so demanding that you can justify spending additional time learning a new web service stack.
If I were your customer, I would tell you to use the tool you have most experience with.
Best wishes!
Thanks so much for your help, I will have a look at the article, and actually yes i do have time to learn something new, that's why i thought to learn new tools
|
 |
Mina Daoud
Ranch Hand
Joined: Sep 24, 2010
Posts: 88
|
|
William Brogden wrote:What does this hypothetical Web Service have to do?? Please explain your requirements.
There are so many possible ways to create/use a web service that there is no simple answer.
Bill
I need to build a web service and use it from a website, my question is what is the best tools to build that web service? I used before NetBeans+ Glassfish, and i am looking to learn new tools to build WS.
|
 |
bksella sella
Ranch Hand
Joined: Jul 31, 2003
Posts: 32
|
|
Hi,
You can perhaps use JAX-WS and build a web service using the Oracle Workshop that comes with Oracle Weblogic. The approach can be a top-down starting from WSDL file and generating the required classes in Java.
- bksella
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
|
|
I need to build a web service and use it from a website,
Kindly address my question if you want sensible advice.
What does this hypothetical web service do?
Bill
(it really makes a difference)
|
 |
 |
|
|
subject: Web services implementation
|
|
|