Stephane, My choice would be Hibernate. I'm currently using it for a project and till now it seems to be a very good choice. You can simply load and save your objects to a relational database using Hibernate. And use the data binding framework to load/save the beans to your CForms.
Nick ----- Original Message ----- From: "Stephane Delort" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 14, 2004 4:16 PM Subject: flowscript and databaseActions > Dear list, > > I am in front of a cocoon -best way- choice and need some expert feedback. > > So, I need to do some forms with C-forms and store the results in a > database. > > for the Cforms I wil use flowscripts but then, I don't know which solution > is better to access the database: > - databaseActions : they look pretty and could be very helpfull for a quick > development > - java code using jdbc in flowscript : like this I will have all ;y > resources loaded in flowscript (cforms and database) > > Also, if I make my own java code I really think I am reinventing the wheel. > Nevertheless, I don't know if using DBActions in sitemap and flowscript is > correct. > > > I saw that it is also possible to use Hybernate with flowscript but I > haven't got enough time to learn this, and the webapp is not that critic to > use OJB [it's a kind of sample, but I also don't want to make it bad] > > > Thank you in advance, > Stephane > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
