>
> I find myself needing to bootstrap a bunch of Rose-based apps. Ideally, I'd
> like to be able to run a script like:
>
>  make_rose_garden.pl --db db_name --host some.where --prefix MyGarden
>
> and I would get RDBO .pm files, RHTMLO .pm files and some integrated  
>  validation
> glue, all generated for me under the MyGarden:: prefix. Then I could edit the
> form classes (or maybe even a .yml config file) to adjust the field labels.
> Maybe even some .tt stock templates to render my forms in a sane way. Maybe
> even a --catalyst option to generate the required ::Controller and ::Model
> classes for me.
>
> So I'm going to dive in and work on such a thing. In the Rose::DBx::Garden
> namespace.
>
> Thoughts? Comments?

I'd love to see something like this integrated with (or extending)  
RDBO::Loader. So if I were to 'make_garden', it'd spit out everything  
you're talking about.  It seems to me that Loader would be an obvious  
place to start.  You could then further subclass that to offer more  
customizations (like catalyst stubs).

Adam



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to