Le Wednesday 24 October 2007 18:26:24 Tyler Bird, vous avez écrit : > Hi List, > > Hey I was wondering if there was any MVC framework that anybody on this > list could point > me to that work work well with mod_perl. > > We are having difficulty finding a good MVC framework for perl. > > I have looked at HTML::Mason and the template toolkit today. > I am not quite sure mason is a MVC framework. The template toolkit > looks promising. > > Tyler
Nobody using OpenInteract2... With it you can use the template system you like TT2 or HTML::Template. or others if you implement a new generator. I18N is included, You can easly separate your application in package, with external code checker, and installer. It comes with user, user group , statics html pages, observers, news, themes/user managment, simple CRUD based on sql table, and fulltext search. The native database class managment is SPOPS, including class with relationships generation and security generation based on permission of user/group/world owner , for the access to your database tables. OpenInteract2 offers CommunAction to manipulate your datas, within callback mecanism for customization in your new builtin package. The CPAN version works under mod_perl1, it would be easy to port it to mp2. But it still a dev release. Gilles