Joel I think that's it *exactly*.... also having a range of data types and input fields/widgets of various kinds.
Derek >>> [EMAIL PROTECTED] 2004/06/18 03:32:07 PM >>> Bravo! Here are two cases that seems to come up frequently: 1. One-row-at-a-time CRUD. - A display page that lists the contents of a table, demonstrates paging logic (prev/next page + page counter), provides a link for each row to an update/delete page for that sepcific row, and includes a link to an insert page for one new row. - An update/delete page for one row. - An insert page for a new row. 2. Multiple-row CRUD. - Table-based page that allows in place insert/update/delete and includes paging logic. I'd be happy to collaborate or act as a tester if you could use some help. Regards, joel Joel McConaughy Managing Partner Displayware LLC 800 Fifth Ave., #101-316 Seattle, WA 98104-3191 206-300-4732 Direct 206-382-2188 Fax [EMAIL PROTECTED] -----Original Message----- From: Nick Van den Bleeken [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 1:02 PM To: [EMAIL PROTECTED] Subject: Re: CForms+Hibernate+Flow Derek and other intersested, On saturday I will start writing a sample using Ant, XDoclet, CForms and Hibernate. Any suggestions on a good 'sample' where I can use basic saves/loads and some searches. The sample should contain some one-to-many and many-to-one relations, and maybe inheritance. Nick. ----- Original Message ----- From: "Derek Hohls" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 8:40 AM Subject: Re: CForms+Hibernate+Flow > Nick > > Whoops - missed this one; please see my other post on "flowscript and > database actions". > > It would be great to add have a fully-fledged sample that uses Ant and > XDoclet as well! The only problem is that the existing sample on the > Wiki is too crude and simplistic to be of great use to those trying to > understand everything. Ideally we need something that demos the full > CRUD cycle; for both a simple, stand-alone table and also a more > complex many-to-many use case. > > As always, some careful commentary will add lots of value, but if this > is on the Wiki, it will be easy to do "on the fly". > > Thanks > Derek > > >>> [EMAIL PROTECTED] 2004/06/16 10:08:31 PM >>> > Derek, > > I'm currently developing a web application that needs persistence. I'm > using hibernate as my persistence framework. And use ant and xdoclet > to generate > my hibernate-mapping files and my hibernate configuration file. If you > and/or other cocoon users are interested, I can transform your sample > from > the wiki in a 'cocoon like block' with an ant build file that uses > xdoclet > to generate the hibernate files and has a target to deploy it in > running > cocoon. > > Please let me know if you (or others) are interested. > > Nick > > ----- Original Message ----- > From: "Derek Hohls" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 14, 2004 8:17 PM > Subject: Re: CForms+Hibernate+Flow > > > > Antonio > > > > I *assume* those comments were meant as a joke > > even though the traditional "smilie" was missing?! > > > > Derek > > > > PS If they weren't, then you need to read the message > > again - the point of the post was to try and get help > > on the use of Hibernate, not start any kind of heated debate on the > > pros and cons of various approaches! > > > > >>> [EMAIL PROTECTED] 06/14/04 7:48 PM >>> > > Derek Hohls dijo: > > > I know that there are other approaches to getting data from CForms > > > persisted into a database (e.g. OJB) but it seems to me that > > > getting Cocoon to "play nicely" with the really clean > > > implementation offered by Hibernate is a key aspect in securing > > > Cocooon's use as a valid technology for serious web-application > > > development. > > > > Are you talking that Hibernate is better than OJB? And telling that > OJB > > is > > insecure? And that OJB is not for serious web-app development? > > > > My God! I cannot believe that! > > > > Best Regards, > > > > Antonio Gallardo > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > MailScanner thanks transtec Computers for their support. > > > > > > > --------------------------------------------------------------------- > > 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] > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
