| Author |
Guide me in learning Web Services
|
naresh pokuri
Greenhorn
Joined: Feb 13, 2010
Posts: 10
|
|
|
Hi All, I would like to learn Web Services on EJB 3.0. Please guide me what is the best path to learn it(like JAX-RPC, JAX-WS). Any useful links for learning would be great too. Thanks
|
 |
shivendra tripathi
Ranch Hand
Joined: Aug 26, 2008
Posts: 263
|
|
Start with jax-ws, jax-rpc is obsolete now. Using jax-ws you can expose an ejb or servlet as webservice. To do that all you have to do is just adding some annotations.
You can start with sun tutorial on that http://java.sun.com/webservices/docs/2.0/tutorial/doc/JAXWS.html
|
SCJP 1.5(97%) My Blog
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
More tutorials at: http://netbeans.org/kb/trails/web.html
I imagine my SCDJWS study notes can also be useful for learning web services, even though you may choose not to take the certification:
http://www.slideshare.net/krizsan/scdjws-5-study-notes-3085287
The focus is on XML, SOAP, JAX-WS, and associated technologies.
Best wishes!
|
 |
naresh pokuri
Greenhorn
Joined: Feb 13, 2010
Posts: 10
|
|
Thanks Tripati. I just started learning JAX RPC on EJB 3.0. I have written all the required artifacts and deployed my EJB jar on JBOSS server 4.2.3. How can I know that web service deployed on to server? any guidelines? I search for the same in google but I failed.
|
 |
 |
|
|
subject: Guide me in learning Web Services
|
|
|