Hi Philipp, ----- Original Message ----- From: "Philipp Bolle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 8:25 PM Subject: what is the best way to create a EJB applications
Hi community, I'd like to use OJB in a EJB server. On the feature page of OJB I�ve read: Supports BMP Entity Beans (see demo code in package test.ojb.ejb ). The caching technique improve the performance of EJB applications. ##### oh, seems a little bit outdated. The sample entity bean was removed. I searched in the source and found some Sessionbean examples. Now I'd like to know, what the best way is to create a EJB application with OJB and whether there is an example with Entity Beans. ##### It's recommended to use a session bean facade + OJB as a replacement for entity beans. The sample session beans can be used as a starting-point. If you like to use OJB within a entity bean doing bmp, handle OJB in the same manner as Connection instances. regards, Armin cu Philipp ________________________________________________________________________ ______ UNICEF bittet um Spenden fur die Kinder im Irak! Hier online an UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
