Re: [RDBO] Scaffolding from RDBO

2005-12-13 Thread John Siracusa
On 12/13/05 8:13 AM, Sean Davis wrote: > Thanks for the pointers. Your thought process was exactly what I was hoping > to see And one more thing regarding multiple objects in a single form. That's fine too. Just iterate over each object and make the corresponding fields, maybe prefixing the

Re: [RDBO] Scaffolding from RDBO

2005-12-13 Thread Sean Davis
On 12/13/05 7:55 AM, "John Siracusa" <[EMAIL PROTECTED]> wrote: > On 12/13/05 6:28 AM, Sean Davis wrote: >> how do you envision integrating a rose::db::object with a rose::html::object >> (in particular, a form)? The correspondence between html::object and >> db::object are almost 1:1, with th

Re: [RDBO] Scaffolding from RDBO

2005-12-13 Thread John Siracusa
On 12/13/05 6:28 AM, Sean Davis wrote: > how do you envision integrating a rose::db::object with a rose::html::object > (in particular, a form)? The correspondence between html::object and > db::object are almost 1:1, with the exception of relationships (that will show > up as option lists or some

Re: [RDBO] Scaffolding from RDBO

2005-12-13 Thread Sean Davis
On 12/13/05 6:28 AM, "Davis, Sean (NIH/NHGRI) [E]" <[EMAIL PROTECTED]> wrote: > I am looking at needing to create a web-app that includes some scaffolding > of RDBO classes. I would like to use catalyst (though I don't think the > framework in important to the question). So, I have a couple o

[RDBO] Scaffolding from RDBO

2005-12-13 Thread Sean Davis
I am looking at needing to create a web-app that includes some scaffolding of RDBO classes. I would like to use catalyst (though I don't think the framework in important to the question). So, I have a couple of general questions--how do you envision integrating a rose::db::object with a rose::htm