Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 97701 invoked by uid 500); 7 Aug 2003 12:24:39 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 97681 invoked from network); 7 Aug 2003 12:24:38 -0000 Received: from dsl-217-155-97-60.zen.co.uk (HELO dsl-217-155-97-61.zen.co.uk) (217.155.97.60) by daedalus.apache.org with SMTP; 7 Aug 2003 12:24:38 -0000 Received: from apple.int.bandlem.com ([10.0.0.20] helo=ioshq.com) by dsl-217-155-97-61.zen.co.uk with esmtp (Exim 3.35 #1 (Debian)) id 19kjor-0005I5-00; Thu, 07 Aug 2003 13:24:37 +0100 Date: Thu, 7 Aug 2003 13:25:11 +0100 Subject: Re: Which EJB container? Which Web container? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: 'Christian Trutz' , geronimo-dev@incubator.apache.org To: Alan Cabrera From: Alex Blewitt In-Reply-To: <149246706FF1AF4996A41898AB45325310CB@customer.panix.com> Message-Id: <30A827BD-C8D2-11D7-B192-0003934D3EA4@ioshq.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >> I think it should be possible to have many different >> implementations of the EJB container and the user(admin) >> should then decide which one he is using ... Whilst I think it's a good idea not to be tied down to one specific system for eternity, I think that Sun's J2EE spec fairly badly split the EJB and Web containers. As a result of which, pretty much every J2EE server thinks of the EJB container and J2EE container as being distinct. For example, IBM used to advise running Web containers on one node and EJB containers on another node. I'm a strong believer that the distinction /shouldn't/ be split because of the terminology, but rather the EJB and Web should be in the /same/ VM process. It will drastically increase the performance of the inter-Web/EJB communication since you won't have to use RMI as an intermediary. So, whichever the solutions are, they should be integrated in such a way that when you run a J2EE application, it runs in a single VM which provides both EJB and Web services. We should therefore use whichever containers support co-existence in the same VM, and not go for implementations which require being implemented in different VMs. I also think that whilst some choice is good, too much can be detrimental. What I'd like out of an EJB server is one that 'Just Works' and I wouldn't be particularly bothered whether it used Tomcat/Jetty or OpenEJB/OJB. Nor would I (as an admin) bother about changing it. IMHO it would be better to create a system that works well and quickly with one set of components (and here, other Apache projects certainly lend themselves) and not place as much importance whether parts of it can be changed. Alex