in reply to Web application development
Not Directly an answer, but a muse: It would seem that this question is asked fairly often. In fact i think we've all dealt with the "creating a user management system from scratch for every new prject" issue. I wonder we could generalize on solution to at least make an easy jump off. For instance provide a database schema (in the form of a setup script that logins in to your database and creates the needed tables) a set of default templates and a set of default code. I for one would love something that handled user creation/mangament/ and authentication right out of the box without then handling anything else. Is there something like this already out there? Is it something everyone has wanted and no one has made? How hard would this be and what would be the best way to keep it somewhere public that could be maintained by the community? I think perhaps I've gone a little OT and so will quite for now, but expect a Meditaion on just this soon! I think a general toolkit for using (CGI::Application + HTML::Template = User Administration) could go a long way towards jump starting some projects. I know that I for one could realy use such a thing!
BTW Thats my answer, use CGI::Application + HTML::Template, both can be installed pretty much anywhere in my experience which is exactly why i'd use them for my little project ;)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Web application development
by Nkuvu (Priest) on Jul 18, 2006 at 21:30 UTC | |
|
Re^2: Web application development
by zby (Vicar) on Jul 18, 2006 at 21:52 UTC | |
by eric256 (Parson) on Jul 19, 2006 at 04:32 UTC |