Link to home
Start Free TrialLog in
Avatar of jaggernat
jaggernat

asked on

New to J2EE

hi all,

I am new to J2EE although i have good knowledge of just Java.

I  have downloaded J2EE 1.4SDK. It seems to have an application server.  Do i still need to install Apache TOMCAT application server.
Are there any good online documents for J2EE 1.4 SDK .

thanks,

J

Avatar of fredwangus
fredwangus

apache tomcat is only for servlet and jsps.

If you want to learn j2ee, I recommend you read some book about ejb and j2ee design patterns.
http://www.theserverside.com/
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/

If you want to try something difficult but exciting:
http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
Avatar of jaggernat

ASKER

hi fredwangus,


 J2EE has jsp and servlets too right . What i want to know is can i develop jsp, servlets, ejb and other applicaitons using the J2EE package that i downloaded from sun website without installing APACHE TOMCAT.

thanks,
J
yes u can use the built-in j2ee server
you can use jboss.

www.jboss.org
okay now i am confused.

Do you mean i can use Jboss with the J2Ee server or JBoss by itself.

thanks,

J


its a open source. meant for developer and commercial use. its another application server which provides you the j2ee container. you can use jboss itself. its another j2ee server.
but i have already downloaded and installed j2ee1.4 sdk. so which one is better you think J2ee1.4 sdk or JBoss.

thanks,
J
SOLUTION
Avatar of expertmb
expertmb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial