J2EE JBoss J2SE JSP JEB et al.

T

Timie Milie

I want to get into server side Java stuff and the seems to be a lot of
technologies out there.
I am a bit confused about how they all fit together.
I will be developing on a Linux system.

Sun's Java J2EE only appears to work out of the box on Redhat Enterprise
Server but it looks like I can develop JSP pages without Sun's J2EE
using Sun's J2SE and Tomcat. Is this enough? What are the main differences?

Is JBoss instead of Sun's J2EE or in addition to it?

Thanks in advance.

Timie Milie
 
B

Bjorn Abelli

...
I want to get into server side Java stuff and the seems to be a lot of
technologies out there.
I am a bit confused about how they all fit together.
I will be developing on a Linux system.

Sun's Java J2EE only appears to work out of the box on Redhat Enterprise
Server but it looks like I can develop JSP pages without Sun's J2EE using
Sun's J2SE and Tomcat. Is this enough?

To use servlet technologies (such as JSP), it's enough. Tomcat includes that
subset of J2EE.
What are the main differences?

J2EE includes more enterprise technologies, such as Enterprise Javabeans.
Is JBoss instead of Sun's J2EE or in addition to it?

JBoss is an EJB container, which includes *that* subset of J2EE, so if you
install JBoss, there's no need to install Sun's J2EE as well.

// Bjorn A
 
K

kjc

Timie said:
I want to get into server side Java stuff and the seems to be a lot of
technologies out there.
I am a bit confused about how they all fit together.
I will be developing on a Linux system.

Sun's Java J2EE only appears to work out of the box on Redhat Enterprise
Server but it looks like I can develop JSP pages without Sun's J2EE
using Sun's J2SE and Tomcat. Is this enough? What are the main differences?

Is JBoss instead of Sun's J2EE or in addition to it?

Thanks in advance.

Timie Milie
J2EE is just a spec.
There are various implementations of that spec(JBoss,WebLogic,WebSphere
etc...)

If you use JBoss you get the full J2EE stack.
 
J

Jon Martin Solaas

Bjorn said:
...


JBoss is an EJB container, which includes *that* subset of J2EE, so if you
install JBoss, there's no need to install Sun's J2EE as well.

JBoss is more than an ejb-container, also other J2EE technologies are
included, like Tomcat for web-container functionality.
 
E

Elliot W. Scott

Bjorn said:
...




To use servlet technologies (such as JSP), it's enough. Tomcat includes that
subset of J2EE.




J2EE includes more enterprise technologies, such as Enterprise Javabeans.




JBoss is an EJB container, which includes *that* subset of J2EE, so if you
install JBoss, there's no need to install Sun's J2EE as well.

// Bjorn A
Jboss is tons more.... JMX, Axis Web Services, UDDI Services, JMS,
Hibernate containers, etc.
 
B

Bjorn Abelli

JBoss is more than an ejb-container, also other J2EE technologies are
included, like Tomcat for web-container functionality.

I should have said that JBoss is "foremost" an EJB container, as it is where
they really have succeeded in creating a good product, and where their focus
has been as long as I have known about it and used it.

As you say yourself, Tomcat is *included* with JBoss... ;-)

But you're right, the JBoss download is actually a complete application
server, conforming to J2EE standards.

But the conclusion remains the same, with JBoss installed, there's no need
to install Sun's J2EE as well...

// Bjorn A
 

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

Similar Threads

J2SE vs J2EE 8
JSP 2.0, pagelets, et al 0
Learning J2EE 1
Need to learn J2EE and friends 13
J2EE vs J2SE vs JDK? 2
JSP/Servlets J2EE 2
Beginning J2EE 6
About J2EE 5

Members online

Forum statistics

Threads
474,262
Messages
2,571,052
Members
48,769
Latest member
Clifft

Latest Threads

Top