Le jeudi 28 décembre 2006 à 13:25 -0800, Matt L. a écrit :
> I took a quick look at the Velosurf project, but I don't think it would meet
> my needs. I really want to avoid having any SQL in a template. The template
> author should only be able to call methods on abstracted objects, IMHO.

Just a small remark about Velosurf: you don't have to put SQL in
templates (one of the goals of this project is to gather all SQL in a
model.xml file), and you can customize mapping objects to provide
additionnal methods if you need so.

>  I am
> definitely going to use a database layer such as Hibernate. 

Hibernate is a very mature project, but even if persistence may be the
way to go in a distributed system, it is IMO deprecated by internal DB
caches.


  Claude



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to