aspose file tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes Web services example 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 » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "Web services example" Watch "Web services example" New topic
Author

Web services example

Lave Kulshreshtha
Ranch Hand

Joined: Oct 21, 2007
Posts: 106
Experts,
Can some one please provide me an example of a java web service which is portable on more than one IDE. I am using myEclipse.

-Lave


SCJP 1.4, SCWCD 1.4, SCBCD 1.3, ITIL V3 Foundation Certification
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Web Services are independent of any IDE. Their code can be developed using any or no IDE. Are you looking for a tutorial that doesn't assume the use of one particular IDE?


Android appsImageJ pluginsJava web charts
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
Be advised:

http://www.coderanch.com/t/148785/java-Web-Services-SCDJWS/certification/server-web-service-practice
Originally posted by Ulf Dittmer:
In order to learn WS I'd advise not to use any IDE. They simplify things up the point that it's easy to only see the big picture, but not what's going on behind the scenes (which is really what the exam is about).


http://www.coderanch.com/t/148510/java-Web-Services-SCDJWS/certification/Will-Oracle-App-Server-serve
Originally posted by Peer Reynders:
Actually an IDE, especially one from a high end server, will tend to hide many details that you need to be aware of for the exam.


Environment for SCDJWS preparation:
Which is the most suitable application server to prepare for SCDJWS?

Furthermore the SCWCD is about web components and the SCBCD is about business components. The SCDJWS is about web services, not web service components. The primary objective of Java web services is to provide interoperability with non-Java web services and non-Java web service clients. Portability of the Java artifacts from one Java application server to another was never a priority as it was with web and business components.

See also:
Portable J2EE 1.4 Web Services?
Compatibility of Web Service servers
J2EE web services, Axis, JWSDP


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
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 services example
 
Similar Threads
Using POST method in form
webservices and CIM-XML
Cache in Servlet
new to JQuery
JPA Example