| Author |
Using JBoss
|
Philip Gutierrez
Greenhorn
Joined: Apr 24, 2007
Posts: 13
|
|
Why use an EJB Container like JBoss without a Web Container?
Is there an instance where I need not to use a Web Container?
|
 |
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5533
|
posted

0
|
|
Um, JBoss AS contains both an EJB container and a web container. That is one of the requirements of the Java EE 5 spec.
|
JBoss In Action
|
 |
Paul Michael
Ranch Hand
Joined: Jul 02, 2001
Posts: 697
|
|
Hi Philip,
It is possible not to use the Web container of a given JBoss instance.
An example would be a clustered Business tier where your EJB objects live (no Servlets and JSF).
HTH.
|
SCJP 1.2 (89%), SCWCD 1.3 (94%), IBM 486 (90%), SCJA Beta (96%), SCEA (91% / 77%), SCEA 5 P1 (77%), SCBCD 5 (85%)
|
 |
Javid Jamae
Author
Ranch Hand
Joined: May 14, 2008
Posts: 198
|
|
|
Yes, you could have an server running that is connected to by JMS, GUI clients, or a remote Web tier etc.
|
Author: JBoss in Action, javidjamae.com, @javidjamae on Twitter
|
 |
 |
|
|
subject: Using JBoss
|
|
|