You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Martin Gainty <mg...@hotmail.com> on 2007/02/01 03:56:15 UTC

Re: Persistence

hibernate is great for autopopulating classes from DB tables identified from hibernate.properties
watch their treatment of collection classes especially with lazy=true where classes are not initialized until the last possible moment..
(One of those features that needs to be tuned)

M-
--------------------------------------------------------------------------- 
This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietary , confidential and exempt from disclosure. If you are not the intended recipient, you are notified that any dissemination, distribution or copying of this communication is strictly prohibited.
--------------------------------------------------------------------------- 
Le présent message électronique (y compris les pièces qui y sont annexées, le cas échéant) s'adresse au destinataire indiqué et peut contenir des renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire.
----- Original Message ----- 
From: "jlp86" <ja...@gmail.com>
To: <us...@struts.apache.org>
Sent: Wednesday, January 31, 2007 12:30 PM
Subject: Persistence


> 
> Hello all - I'm new to Java Web development/Struts, and was wondering if
> Struts provides its own persistence layer....I see many people use Struts in
> conjunction with Hibernate, I wasn't sure if this was necessary or simply
> most convenient...
> 
> Thank you!
> -- 
> View this message in context: http://www.nabble.com/Persistence-tf3150052.html#a8733511
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>