Foros de discusión

EJB Implementation generated with build-ejb

thumbnail
yutar yutar, modificado hace 19 años.

EJB Implementation generated with build-ejb

Junior Member Mensajes: 28 Fecha de incorporación: 8/11/04 Mensajes recientes
Hi all&#33;<br /><br />What should I do as next after generating EJBs with build-ejb? How EJBs should be implemented? Could you please provide a very simple example of doing it?<br /><br />It is really very diffcult to find it out. I have no idea from which side I should begin :-(((<br /><br />I would like to implement a very simple portlet managing some data in the database.<br /><br />Hope to hearing from you.<br /><br />Best regards,<br />Yura
Brett Randall, modificado hace 19 años.

EJB Implementation generated with build-ejb

Liferay Legend Mensajes: 1254 Fecha de incorporación: 18/08/04 Mensajes recientes
The best examples are in the Liferay codebase itself i.e. the bundled portlets. AddressBook is probably a good one to take a look at - you should be able to identify the generated classes and recognise those that you need to code (e.g. *Impl and *Persistence).