--- 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
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
--- 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.
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]
> 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
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.