[jifty-devel] Greetings and salutations

Jesse Vincent jesse at bestpractical.com
Sun Apr 2 10:55:44 EDT 2006




On Sun, Apr 02, 2006 at 09:13:55AM -0400, John Peacock wrote:
> Jesse Vincent wrote:
> > We're working on a sane plugin
> > framework now, so we can extract things like our signup, login and lost
> > password framework from our non-public app for you ;)
> 
> Well, the "helper" framework that Catalyst uses certainly would work:
> 
> 	$ jifty action --name Login --base Jifty::Base::Login
> 
> which would create MyProject::Model::Login (the schema),
> MyProject::Action::Login (stub), append code to the dispatcher or autohandler,
> and a login _element.  You could even have additional switches after the --base

Well, we have that for models, just not yet for actions.

> 
> I may take a look at how Dave Rolsky handles the roundtrip stuff in Alzabo.
> 

I'm told that SQL::Translator also does this, but only for CDBI at the
moment ;)


More information about the jifty-devel mailing list