aspose file tools
The moose likes Web Services and the fly likes Web service deployment in real projects Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Web service deployment in real projects" Watch "Web service deployment in real projects" New topic
Author

Web service deployment in real projects

shah rah
Ranch Hand

Joined: Jan 04, 2007
Posts: 124
I had this question in my interview ---> how will I deploy Web services?

and I said it would be part of the WAR.

Am I correct?

I am a newbie to web services and I said I am familiar with it and he went ahead and tested me on how familiar I was!
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
A web service can be implemented either as a POJO or as an EJB. Also note that WAR files and EJB JAR files may be part of an EAR.
Thus, a web service can be deployed in a WAR, in an EJB JAR or in an EAR.
Best wishes!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Web service deployment in real projects
 
Similar Threads
Spring 3 in distributed environment
Getting Started with Web Services
Processing a raw XML file
find real web services
Where to Start ??