Re: Rocket the Super Rabbit
"Hannes Wallnoefer" <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Samuel, I just skimmed through the code quickly. It's definitely interesting. I think I would prefer a less decentralized approach, meaning I don't think that database design and html form generation/handling should be defined in the same spot. But it's a matter of taste, really. For the form handling stuff you may also want to check out what's going on in jala: there's a jala.Form module which I think will be part of the next major release: https://opensvn.csie.org/traccgi/jala/wiki/JalaModules/Form https://opensvn.csie.org/jala/trunk/docs/jala.Form.html https://opensvn.csie.org/traccgi/jala/ticket/39 I think it may make sense to combine this with what you're doing. For my part, I'm especially interesteed in the database features you have in there. Is there any kind of versioning/db evolution support in there? Support for starting from an existing database? In what direction, if any, would you like to see this evolve? Hannes 29 Apr 2007 09:02:24 -0000, Samuel Oey <[email protected]>: > Hello List, > > I discovered Rabbit some weeks ago and really like to push the prototyping > idea. Here is what I worked on my spare time the last weeks. In large parts > it's based on Rabbit, but I break the code appart in different parts and > introduced some new stuff. Grab the code and do with it whatever you want. > I'm hoping for discussions and some interest in boosting the helma > development process. > > Pick the source here: > > http://typolis.net/developer/stories/12133/ > > Features: > > * Metadata for Hop Object prototypes > * Automatic form/input generation > * DB/Table generation (MySql) > * Creation of the model from existing source > * Creation of folders/type.properties from the model > * Basic permission management/access control > * Basic List / Object viewer > > _______________________________________________ > Helma-user mailing list > [email protected] > http://helma.org/mailman/listinfo/helma-user >