Re: [Hibernate] Using hibernate - best practices

2002-11-18 Thread Christoph Sturm
OTECTED]> Sent: Saturday, November 16, 2002 3:11 PM Subject: Re: [Hibernate] Using hibernate - best practices > Hmmm very cool. > > Hiram are there any ways in which Hibernate could support / integrate better > with this framework? > > - Original Message - > From: "H

RE: [Hibernate] Using hibernate - best practices

2002-11-16 Thread Donnie Hale
e interfaces implemented as stateless session beans. FWIW... Donnie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ampie Barnard Sent: Friday, November 15, 2002 2:22 AM To: [EMAIL PROTECTED] Subject: RE: [Hibernate] Using hibernate - best practices I

Re: [Hibernate] Using hibernate - best practices

2002-11-16 Thread Gavin King
>If someone were to implement the sessionFactory as a JCA connector, all of >this code would become the responsibility of the container. It would also do >the propagation of transaction contexts. I am looking into implementing a JCA connector, by the way ---

Re: [Hibernate] Using hibernate - best practices

2002-11-16 Thread Gavin King
ethod for each application task. - Original Message - From: "Ampie Barnard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 6:21 PM Subject: RE: [Hibernate] Using hibernate - best practices > I like the services-layer idea, but also

Re: [Hibernate] Using hibernate - best practices

2002-11-16 Thread Gavin King
ot; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, November 16, 2002 3:49 PM Subject: RE: [Hibernate] Using hibernate - best practices > First time post... I like hibernate. I want to use it more with the Aspect > Framework that I'm build for JBoss. Anyways, here

RE: [Hibernate] Using hibernate - best practices

2002-11-15 Thread Urberg, John
>> The InvoiceRepository would be implemented like this: >> [code to load invoices] > And where do you close those opened sessions using this design? Also, where > did you find a place to implement transaction handling, including joining > into existing transactions if possible? That's the respon

RE: [Hibernate] Using hibernate - best practices

2002-11-15 Thread Ampie Barnard
--Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jozsa Kristof Sent: 15 November 2002 01:02 To: Urberg, John Cc: [EMAIL PROTECTED] Subject: Re: [Hibernate] Using hibernate - best practices On Thu, Nov 14, 2002 at 01:36:13PM -0600, Urberg, John wrote: . > The Invo

Re: [Hibernate] Using hibernate - best practices

2002-11-15 Thread Jozsa Kristof
On Thu, Nov 14, 2002 at 01:36:13PM -0600, Urberg, John wrote: . > The InvoiceRepository would be implemented like this: > > public class HibernateInvoiceRepository { > public void setDatabase(Database database) { _database = > (HibernateDatabase) database; } > public List