|
|
On 3/8/05 7:28 PM, "Deepak Suldhal" <dtapehistory@xxxxxxxxx> wrote:
> Hi
> If someone could please help us with a simple step by step procedure of
> displaying data from
> a database query (for ex MySQL).
> In Tapestry where do we create the connection class.
At the risk of starting a whole new ORM framework battle, I'd seriously
consider looking at Cayenne or Hibernate or something else. I know this
isn't a direct answer to your question, but these ORM frameworks make DB
access with Tapestry much nicer. An ORM framework will provide wrapper
classes for your tables. Since Tapestry works with properties of objects,
these wrapper classes will make the interaction between Tapestry and your DB
easier (and more intuitive IMHO).
--
Kevin
---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@xxxxxxxxxxxxxxxxxx
For additional commands, e-mail: tapestry-user-help@xxxxxxxxxxxxxxxxxx
|
|