Cocoon-based Database Administration

2003-03-26 Thread Richard In Public
Hi I'm developing a fairly standard e-commerce site and need to provide my client with a web-based interface to manage products, accounts, etc. in a MySQL database. Would using XForms/Actions to create these admin pages (about 10 tables in total) be a good way to go or re-inventing the wheel?

RE: Cocoon-based Database Administration

2003-03-26 Thread Colin W. Kingsbury
Two separate problems here: 1. How to create a page which allows a user to do X (e.g. create a new account) 2. How to manage the overall structure of pages which make up the site. Cocoon gives you XSP for (1) and well, Cocoon, for (2), if you want to reinvent the wheel. IMHO if you are building

Re: Cocoon-based Database Administration

2003-03-26 Thread Richard In Public
, March 26, 2003 10:34 PM Subject: RE: Cocoon-based Database Administration Two separate problems here: 1. How to create a page which allows a user to do X (e.g. create a new account) 2. How to manage the overall structure of pages which make up the site. Cocoon gives you XSP for (1

Re: Cocoon-based Database Administration

2003-03-26 Thread Richard In Public
P.S. I'm looking into Castor... - Original Message - From: Colin W. Kingsbury [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 10:34 PM Subject: RE: Cocoon-based Database Administration Two separate problems here: 1. How to create a page which allows

Re: Cocoon-based Database Administration

2003-03-26 Thread Ryan Hoegg
Colin W. Kingsbury wrote: Two separate problems here: 1. How to create a page which allows a user to do X (e.g. create a new account) You could look into XSP or if you have 2.1 dev you could try XMLForms and create Actions 2. How to manage the overall structure of pages which make up the site.

Re: Cocoon-based Database Administration

2003-03-26 Thread Upayavira
P.S. I'm looking into Castor... And then there's Hibernate, Torque and OJB. I've heard someone recommend starting with OJB... And have you checked out the petshop example that's being worked on on cocoon- dev? Try downloading the latest from CVS and try that out. May answer some of your