• 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

Web services For Starters

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new to web services and within a limited time frame i need to get a hold of this subject.
The app server that i am supposed to use is JBoss.

Please guide me as to where to start and any tutorial that will help me to grasp the matter quickly.

One last thing is that i have to use these services from ejb3.0 also.

Thanks $ Best Regards,

Prabhay
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

There's a brief introduction on how to create WS from EJBs here. Its deployment instructions are for GlassFish, though, but the JBoss documentation shoudl tell you how to do that.
 
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello MPrabhat Jha ,

Welcome to JavaRanch. Adding to what Ulf had suggested, i would suggest you to just have a look at thread for a quick glance on WebServices.

Good luck.
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Go through this link its a excellent guide for WebServcices starters.
http://ws.apache.org/axis/java/user-guide.html

hope this is useful.

Regards
Vikram K
 
Raghavan Muthu
Ranch Hand
Posts: 3389
Mac MySQL Database Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by vikram karne:
Hi

Go through this link its a excellent guide for WebServcices starters.
http://ws.apache.org/axis/java/user-guide.html




The url looks cool.. Thanks Vikram.
 
Prabhat Jha
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot guys,

I have started going through those stuff and it really looks cool.

Thanks $ Best Regards,

Prabhat
 
reply
    Bookmark Topic Watch Topic
  • New Topic