New to Java EE , which app. server to choose?

Hi,

I'm new to Java EE and actually started learning it a few days ago. I know Java SE well and now decided to dive into enterprise edition. I want to know about the difference between application servers (tomcat, sun app server, websphere, ...) and how I can make a good choice.

By the way, although I don't know whether it matters or not, I have to mention that I tend to use NetBeans as the development environment.

Thanks in advance.

[464 byte] By [jaxiana] at [2007-11-27 10:51:08]
# 1

> I'm new to Java EE and actually started learning it a

> few days ago. I know Java SE well and now decided to

> dive into enterprise edition. I want to know about

> the difference between application servers (tomcat,

> sun app server, websphere, ...) and how I can make a

> good choice.

Tomcat isn't an app server, just a servlet container. Pick the one your future employer is most likely to use, or just use multiple ones.

CeciNEstPasUnProgrammeura at 2007-7-29 11:29:23 > top of Java-index,Java Essentials,Java Programming...
# 2

I'm 19 years old and still have much time to go for business development. Actually, I'm learning it due to my interest. Which one do you recommend me to start with?

jaxiana at 2007-7-29 11:29:23 > top of Java-index,Java Essentials,Java Programming...
# 3

> Which one do you recommend me to start with?

What part of JEE do you want to learn? If it's just JSPs and servlets, get Tomcat. If it's the rest, get JBoss or maybe Sun One - it's not like you can avoid downloading it nowadays anyway.

CeciNEstPasUnProgrammeura at 2007-7-29 11:29:23 > top of Java-index,Java Essentials,Java Programming...
# 4

> By the way, although I don't know whether it matters

> or not, I have to mention that I tend to use NetBeans

> as the development environment.

>

Then I suggest to use the Java EE 5 Tools Bundle from the NetBeans download side. It contains the Sun Java System Application Server Platform which is based on GlassFish, as far as I know - the only full Java EE 5 application server I know of. It will register everything correctly and you're ready to start.

-Puce

Pucea at 2007-7-29 11:29:23 > top of Java-index,Java Essentials,Java Programming...
# 5

Thanks for your guidance.

jaxiana at 2007-7-29 11:29:23 > top of Java-index,Java Essentials,Java Programming...