integrate cocoon and ejb

2005-06-20 Thread Peeths
hi, i'm bulding up an application in cocoon , and i want to integrate ejb with cocoon , how can i do that , any configuration file that we have to do , or can we integrate in the sitemap itself regards Peeths ___ Too much

Re: integrate cocoon and ejb

2005-06-20 Thread Geert Josten
Hi, Most ejb configuration stuff is most likely to be put in the web.xml of cocoon. Java code can be added as a jar in the web-inf/lib/ HTH, Geert Peeths wrote: hi, i'm bulding up an application in cocoon , and i want to integrate ejb with cocoon , how can i do that , any configuration

Re: integrate cocoon and ejb

2005-06-20 Thread Peeths
can be added as a jar in the web-inf/lib/ HTH, Geert Peeths wrote: hi, i'm bulding up an application in cocoon , and i want to integrate ejb with cocoon , how can i do that , any configuration file that we have to do , or can we integrate in the sitemap itself regards

Re: integrate cocoon and ejb

2005-06-20 Thread Geert Josten
to integrate ejb with cocoon , how can i do that , any configuration file that we have to do , or can we integrate in the sitemap itself regards Peeths - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: integrate cocoon and ejb

2005-06-20 Thread Peeths
wrote: hi, i'm bulding up an application in cocoon , and i want to integrate ejb with cocoon , how can i do that , any configuration file that we have to do , or can we integrate in the sitemap itself regards Peeths

Re: integrate cocoon and ejb

2005-06-20 Thread Ralph Goers
want to integrate ejb with cocoon , how can i do that , any configuration file that we have to do , or can we integrate in the sitemap itself regards Peeths ___ Too much spam in your inbox? Yahoo! Mail gives you the best spam

Re: integrate cocoon and ejb

2005-06-20 Thread Geert Josten
3. Do something else. This is the approach we are currently using. We wrote a generic BusinessDelegate component that is configured in cocoon.xconf. A new instance of the BusinessDelegate is configured for each method that can be called. It returns a DataTransferObject as a request attribute.