aspose file tools
The moose likes Web Services and the fly likes java webservices vs J2EE webservices 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 "java webservices vs J2EE webservices" Watch "java webservices vs J2EE webservices" New topic
Author

java webservices vs J2EE webservices

Kumar Raja
Ranch Hand

Joined: Mar 18, 2010
Posts: 457

Hi All,

What is the difference between Java web services and J2EE web services?

Is JWSDP a java web service or a J2EE web serivce ?

Is Axis a java web service or a J2EE web service ?



Regards
KumarRaja

Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
My guess is that JavaEE web services is web services implemented using techniques and frameworks that belong in the JavaEE group of frameworks and technologies.
These are products by Oracle (was Sun).
Axis, which is an OpenSource effort, is, without hesitation, a Java web service stack, but I would not call it a JavaEE web service stack.
These are just my personal thoughts on your question and I cannot tell you that it is the correct answer.
Best wishes!


My free books and tutorials: http://www.slideshare.net/krizsan
Prabhakar Reddy Bokka
Ranch Hand

Joined: Jul 26, 2005
Posts: 189

Are those really different?

I dont think so...


SCJP 5, SCWCD 5
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
I warned you, it is pure speculation on my side!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java webservices vs J2EE webservices
 
Similar Threads
Study Resources for SCDJWS Exam
Web Services vs EJBs
Difference between publishing and depolying web services
Purpose of Web Services - motivation please.
Web services on Tomcat or Sun App server?