« Return to Thread: T5 & CRUD

Re: T5 & CRUD

by Norman Franke-2 :: Rate this Message:

Reply to Author | View in Thread

I did look into that, but I don't really want to use Spring's IoC and  
I couldn't get the demo to run. Tons of Maven problems. Documentation  
also seemed sparse. Is there an online demo?

The controllers seemed to have the almost identical interface as the  
DAOs (and I'd rather have the DAO do transactions since I don't need  
anything fancy.) I'm already doing authentication via Spring Security.

For some small tables, I'd like to do all editing inline in the table.  
Is there something for this? An editable data grid?

Norman Franke
Answering Service for Directors, Inc.
www.myasd.com



On Jun 26, 2009, at 11:38 AM, Thiago H. de Paula Figueiredo wrote:

> On Fri, Jun 26, 2009 at 12:31 PM, Norman Franke<norman@...>  
> wrote:
>> I'm going to create an app using T5.1 that will do a lot of CRUD-type
>> things. I'll need lots of flexibility. What's the best way to go  
>> about this?
>> I want to use tapestry-hibernate. and I'm likely going to do some  
>> type of
>> DAO.
>
> Take a look at the Ars Machina Project:
> http://www.arsmachina.com.br/project. It has some packages that can
> speed up your development.
>
> --
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>

 « Return to Thread: T5 & CRUD