Maybe I'm expecting too much. Cocoon makes it pretty clear that it is a servlet and, as such, requires a servlet container. I would expect anyone intelligent enough to write an EJB would know that it requires an EJB container.
Ralph -----Original Message----- From: Leon Widdershoven [mailto:[EMAIL PROTECTED] Sent: Saturday, May 08, 2004 3:23 PM To: [EMAIL PROTECTED] Subject: Re: Business Objects vs Data Objects [was Re: JXTemplates -what's i n a name?] In response to "Even if you don't use EJB": Tomcat is often used as the container in which cocoon runs. And as far as I know (which is not that far:) tomcat does not do enterprise java beans, which have an extra layer of complexity/interface/functionality* compared to pobs (plain old beans - my acronym). For EJBs to be used you'd need something like JBoss, SunOne, Websphere, Resin and maybe other full application servers in stead of a servlet container. For the record - I have no doubt that you know what you're talking about - but starters using tomcat or jetty for their cocoon should not expect their ejb's to run there:) Leon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
