my dog learned polymorphism
The moose likes Web Services and the fly likes Web application and web services Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Web application and web services" Watch "Web application and web services" New topic
Author

Web application and web services

Sabine El Rassy
Greenhorn

Joined: Jan 23, 2012
Posts: 10
Hello,

I have an existing web application using tomcat 7 and JQueries. I need to implement web services to the application with minimum of code change.
I've read about web services and figured out that I can use JAVA-WS with a bottum/up approach and use a wsgen tool. I'm not sure if that's correct so if anyone can give his opinion about it I'd be grateful.
Is there anyway to do a mapping between the applet and web services? or what should I do?

Thanks
Sabine El Rassy
Greenhorn

Joined: Jan 23, 2012
Posts: 10
thank you for your response, but can you tell me why I should use JAVA-WS with bottum/up approach and not top/down appraoch? and why JAVA-WS wsgen over JAVA RPC style?
I don't know how to justify my choice of the technology
Thanks
 
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 application and web services
 
Similar Threads
Web Services Application Examples
Implementing Web Services with J2EE 1.4
Basic doubt with understanding web service
TO Ray Lai: WebService or not?
Help needed. General question about J2EE architecture.