javax.servlet

Z

zhangyuewuliu

Hi,

I was wondering whether javax.servlet API belongs to java SE or EE?
When I look through the java doc for EE, javax.servlet is listed
there. When I look through the java doc for SE, javax.servlet is
nowhere to find. However, I can use javax.servlet in my application
under Java SE 5.

I also have the same question regarding javax.xml and java.sql.

I guess my biggest questions is that what is the difference between SE
and EE? What I originally understand is that EE includes the packages
for web services, SOA development. But it really confuses me what API/
package is included in SE and EE.

Thanks.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

I was wondering whether javax.servlet API belongs to java SE or EE?
When I look through the java doc for EE, javax.servlet is listed
there. When I look through the java doc for SE, javax.servlet is
nowhere to find. However, I can use javax.servlet in my application
under Java SE 5.

javax.servlet is JEE and can per definition never go to JSE.
I also have the same question regarding javax.xml and java.sql.

javax.xml and java.sql are both JSE.
I guess my biggest questions is that what is the difference between SE
and EE? What I originally understand is that EE includes the packages
for web services, SOA development. But it really confuses me what API/
package is included in SE and EE.

JEE is servlet, JSP, EJB, JCA and some other server side.

Web services traditionally belonged in JEE but was moved to JSE
for reasons I do not understand.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top