• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Guide me in learning Web Services

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 263
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

shivendra tripathi wrote: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



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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic