EE vs. SE

hi everyone,I've been primarily programming in SE. What are the benefits of using EE? Are all the APIs the same? Will I have a hard time trying to convert? Thanks in advance.
[189 byte] By [8infinitya] at [2007-9-28 6:57:05]
# 1

J2EE = Java 2 Enterprise Edition.

http://java.sun.com/j2ee/ Read introduction.

J2EE API's are totally different from J2SE API's. It can be used as an extension of the J2SE for Web based and Distributed Enterprise applciations using EJB (Session Beans, Entity Beans etc..), Web Technology (Servlets, JSP etc..) etc.

Please look at the J2EE tutorials:

http://java.sun.com/j2ee/tutorial/1_3-fcs/

Hope this helps

hsbawaa at 2007-7-9 18:08:00 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Thank you...
8infinitya at 2007-7-9 18:08:00 > top of Java-index,Other Topics,Patterns & OO Design...