RE: Cocoon and J2EE

2002-06-13 Thread Sylvain.Thevoz
Where can I find the WikiLand? Thank you Sylvain -Message d'origine- De: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. juin 2002 16:57 À: '[EMAIL PROTECTED]' Objet: RE: Cocoon and J2EE OK, I see. Thank you Olivier. Finally if I want the basic stuff I need

RE: Cocoon and J2EE

2002-06-13 Thread Andrew Savory
On Thu, 13 Jun 2002 [EMAIL PROTECTED] wrote: Where can I find the WikiLand? http://lolive.net or http://rossel.free.fr/ HTH, Andrew. -- Andrew SavoryEmail: [EMAIL PROTECTED] Managing Director Tel: +44 (0)870 741 6658 Luminas

RE: Cocoon and J2EE

2002-06-12 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hello, How to use Cocoon in a J2EE project?? I have created an app.cocoon_war.ear Enterprise ARchive which contains the cocoon.war (with web context = cocoon). It seems to work because I can see the Cocoon welcome page when I request

RE: Cocoon and J2EE

2002-06-12 Thread Sylvain.Thevoz
: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. juin 2002 15:57 À: [EMAIL PROTECTED] Objet: RE: Cocoon and J2EE From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hello, How to use Cocoon in a J2EE project?? I have created an app.cocoon_war.ear Enterprise ARchive which

RE: Cocoon and J2EE

2002-06-12 Thread ROSSEL Olivier
My cocoon.war comes with the binary distribution. I thought that this cocoon.war was necessary to work with Cocoon!?! My question is: What is necessary to work with Coccon and do you have to include it in each Enterprise ARchive you create?? Thank you Sylvain Vadim will tell if I am

RE: Cocoon and J2EE

2002-06-12 Thread Sylvain.Thevoz
-Message d'origine- De: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. juin 2002 16:29 À: '[EMAIL PROTECTED]' Objet: RE: Cocoon and J2EE My cocoon.war comes with the binary distribution. I thought that this cocoon.war was necessary to work with Cocoon!?! My question is: What

RE: Cocoon and J2EE

2002-06-12 Thread ROSSEL Olivier
OK, I see. Thank you Olivier. Finally if I want the basic stuff I need cocoon.jar (and others? Do you exist a description list of the additionnal libraries?) in my something.war (or cocoon.war). But do you have to include this cocoon.war in each Enterprise ARchive?? Thank you

RE: Cocoon and J2EE

2002-06-12 Thread Vadim Gritsenko
d'origine- De: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] Date: mercredi, 12. juin 2002 16:29 À: '[EMAIL PROTECTED]' Objet: RE: Cocoon and J2EE My cocoon.war comes with the binary distribution. I thought that this cocoon.war was necessary to work with Cocoon!?! My question

RE: Cocoon and J2EE

2002-06-12 Thread Adam_Waldal
: Subject: RE: Cocoon and J2EE 06/12/02 09:57 AM

RE: Cocoon vs J2ee performance

2002-06-04 Thread Hunsberger, Peter
I needed the opinion of the house whether Cocoon is a fit for mission critical operations where speed is of top priority in comparison with JSP-Servlet-HTML architecture, using a servlet container only as in J2ee,(with or without ejb's). You are going to have to qualify your requirements a

RE: Cocoon and J2EE (How about setting up EJB support in Cocoon?)

2001-09-21 Thread Michael Homeijer
]] Sent: donderdag 20 september 2001 15:08 To: [EMAIL PROTECTED] Subject: Re: Cocoon and J2EE Ok, just posted it here: http://sergio.insuasoftware.com/CocoonEjbProofOfConcept.tgz On Thu, 20 Sep 2001 14:18:41 +0200, Martin Kavalar wrote: From: Martin Kavalar [EMAIL PROTECTED

Re: Cocoon and J2EE

2001-09-21 Thread Sergio Carvalho
Why do you need HTTP requests? EJBs are not in any way tied to web platforms, and in fact, neither is Cocoon. You should try to abstract HTTP out of the design. On Thu, 20 Sep 2001 18:40:47 -1000, Russell Castagnaro wrote: From: Russell Castagnaro [EMAIL PROTECTED] -- Aloha Chris, I'm

Re: Cocoon and J2EE (How about setting up EJB support in Cocoon?)

2001-09-21 Thread Sergio Carvalho
ideas? TIA, Michael -Original Message- From: Sergio Carvalho [mailto:[EMAIL PROTECTED]] Sent: donderdag 20 september 2001 15:08 To: [EMAIL PROTECTED] Subject: Re: Cocoon and J2EE Ok, just posted it here: http://sergio.insuasoftware.com/CocoonEjbProofOfConcept.tgz On Thu

Re: Cocoon and J2EE

2001-09-20 Thread Sergio Carvalho
At my last company, I created a proof-of-concept Ejb generator. It did work, although it needs some optimizing to be placed in a production environment. As it is too big to send to the list (1.9Mb tar.gz), I'm sending it to Chris, who started the thread. Feel free to use it at will. It might be

Re: Cocoon and J2EE

2001-09-20 Thread Martin Kavalar
Could someone please post a url where i can download it? Thanks a lot! Sergio Carvalho wrote: At my last company, I created a proof-of-concept Ejb generator. It did work, although it needs some optimizing to be placed in a production environment. As it is too big to send to the list (1.9Mb

Re: Cocoon and J2EE

2001-09-20 Thread Sergio Carvalho
Ok, just posted it here: http://sergio.insuasoftware.com/CocoonEjbProofOfConcept.tgz On Thu, 20 Sep 2001 14:18:41 +0200, Martin Kavalar wrote: From: Martin Kavalar [EMAIL PROTECTED] -- Could someone please post a url where i can download it? Thanks a lot! Sergio Carvalho wrote: At my

Re: Cocoon and J2EE

2001-09-20 Thread Russell Castagnaro
Aloha Chris, I'm trying to do this now. Its not all that easy, but not impossible. My biggest problem is trying to use cocoon in the EJB layer when you have no access to an http request. Sometimes you have to create a request-like object that can be difficult. Friday, September 14, 2001,

Re: Cocoon and J2EE

2001-09-17 Thread Jesper Rasmussen
im working on exactly the same thing right now so we could share our thoughts. I post this to the list to get others intrested, but maybe we should keep the talk of the list afterwards, it might not be in the general intrest. you could email if you prefere it on or of the list, if you want.

Re: Cocoon and J2EE

2001-09-17 Thread Martin Kavalar
I am very much interested in using J2EE with cocoon also, and was thinking about implementing that with my friends also. We hadnt thought about it in too much detail, yet. But keep me updated please. Maybe we can be of help. thanks martin Jesper Rasmussen wrote: im working on exactly the