Re: [Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-20 Thread Konstantin Priblouda
--- khote <[EMAIL PROTECTED]> wrote: > I haven't really heard anything nice about > EntityBeans, that's why I chose > to pursue hibernate in the first place :-) > I'm still experimenting with the DAO as SessionBean > vs DAO wrapped by > session bean, and learning how XDoclet can help me > with all

Re: [Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-20 Thread khote
stion regarding @ejb.dao http://hagelnx.com/hagelnx-site/xdocletDocs/tags/[EMAIL PROTECTED](0..1) - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 1:36 AM Subject: Re: [Xdoclet-u

Re: [Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-20 Thread Konstantin Priblouda
--- khote <[EMAIL PROTECTED]> wrote: > Is it possible to use @ejb.value-object in a session > bean? I mean to > describe the pojo resulting. If you do not have any entity beans - what value objects? I personally do not like entity beans anymore... Inheritance almost impossible, class explosion.

Re: [Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-19 Thread khote
Is it possible to use @ejb.value-object in a session bean? I mean to describe the pojo resulting. - Original Message - From: "Konstantin Priblouda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 19, 2003 1:32 AM Subject: Re: [Xdoclet-user]

Re: [Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-19 Thread Konstantin Priblouda
> I'd like to have DAOs, for example a personDAO, that > does the usual person > CRUD stuff, lookup lists, whatever. I've written > it, and it works as > expected, it tests well anyway. You almost ready... > now to the point: I would like this personDAO to be > used/accessible by a an > EJB Se

[Xdoclet-user] xdoclet-ejb-hibernate discussion

2003-11-18 Thread khote
I'm looking for a discussion and advice on using xdoclet to implement some EJB things with hibernate, JBoss, etc., I'm coming at EJBs quite a newbie. I've seen http://www.hibernate.org/82.html but it leaves a lot that I don't yet understand. I've created a Hibernate SAR, which installs just fine.