aspose file tools
The moose likes Web Services and the fly likes JWS model and tools: Newbie Q for Balaji & others Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JWS model and tools: Newbie Q for Balaji & others " Watch "JWS model and tools: Newbie Q for Balaji & others " New topic
Author

JWS model and tools: Newbie Q for Balaji & others

Ravi Sathish
Ranch Hand

Joined: Feb 26, 2002
Posts: 131
hi Balaji & other Ranchers

I am a newbie to Web Services. I have few Q's for you experienced pros

What I want to do: "expose few Java API's as web-services"

How do I plan to do:
1> convert my API's(POJO) into web service interface
2> deploy these interfaces as Axis web service
3> develop clients to use this web service

My environment:
RH Linux; Java 1.4.2_06; JBoss-4.0.0 (Axis 1.2)

Tools
Eclipse 3.1; Lomboz 3.1.0, JBossIDE1.4.0

Problems:

1> I cant get Axis wizards to show up in my IDE

2> Havent found step-step practical tutorials which seem to cover both the basics of Web services and how to get them working on Axis

My Questions:

1> What is the general open-source development environment for developing Java Web Services

2> any books/tutorials covering Eclipse+ JBoss+ Web Services

Any responses appreciated

Thanks
Ravi
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
1> What is the general open-source development environment for developing Java Web Services
Apache Axis is one of it. http://ws.apache.org/axis

2> any books/tutorials covering Eclipse+ JBoss+ Web Services
Developing and deploying webservices using Axis is pretty simple.(its like adding anyother webapps and libs), the best step would be to read the installtion doc that comes with axis =>http://ws.apache.org/axis/java/install.html
books
Eclipse plugin
Jboss + Axis config => http://www.amitysolutions.com.au/documents/Axis-technote.pdf


Spritle Software Blogs
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JWS model and tools: Newbie Q for Balaji & others
 
Similar Threads
Tutorial: Make any EJB Session Bean a Web Service with Axis
Another Noob
Tutorial: Make any EJB Session Bean a Web Service with Axis
Java Web Service Client
how to write java web service client