--- boutin <[EMAIL PROTECTED]> wrote:

> There is nothing wrong, but the stuff I'd like to do
> is implement the 
> use of oracle sequence for primary key for
> websphere. So a way to do it 
> is to create an external class KeyHelper and
> instantiate it in the 
> ejbCreate. This should be transparent for the
> programmers in my project 

What's wrong with abstract base class which provides
just this functionality? 

( and inheriting your ejbs from it ) 

> so xdoclet seems to be a good idea for that and it
> is used inside the 
> project to generate home , remote and other things.
> So do you know a way 
> to do my modification with XDoclet ?

You do not need any. generated concrete ejb does 
call super.ejbCreate() anyway.



> Thanks a lot for all the response you can provide.

Well, I would trash entity beans altogether and 
go for hibernate + POJO ( session beans can live on ) 

but I assume that it's not an option for you...


regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programmieren, Kenntnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------


                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to