I
Ilias Lazaridis
I am looking for a perl web application framework, and found this
overview here:
https://www.socialtext.net/perl5/web_frameworks
I have two basic requierements:
a) "Model Centric".
"Model Centric" means, that the Model (and thus the OO Classes) is the
central point of development, and that the database is *not* a "point
of development" (or only optional if wanted, e.g. when dealing with a
given db-schema).
If I specify my model, I can then create the underlying database using
automations.
The same is true for CRUD functionality, which should be created
either dynamically at runtime, or via generators - using the classes
and metadata specified in the model.
An ideal implementation would allow me to continue incrementally,
creating automaticly updates of db-schemas and CRUD's, whilst
preserving data and my custom-changes made to the CRUD's.
b) "Authentication Functionality" (Modules / Components)
I would need modules for Open Auth Systems (Opent Auth, Open ID) and
modules for popular sites like facebook, twitter, google etc.
-
Can anyone tell me which framework fullfills the requirement "a" and
ideally requirement "b", too) ?
Thank you in advance.
..
overview here:
https://www.socialtext.net/perl5/web_frameworks
I have two basic requierements:
a) "Model Centric".
"Model Centric" means, that the Model (and thus the OO Classes) is the
central point of development, and that the database is *not* a "point
of development" (or only optional if wanted, e.g. when dealing with a
given db-schema).
If I specify my model, I can then create the underlying database using
automations.
The same is true for CRUD functionality, which should be created
either dynamically at runtime, or via generators - using the classes
and metadata specified in the model.
An ideal implementation would allow me to continue incrementally,
creating automaticly updates of db-schemas and CRUD's, whilst
preserving data and my custom-changes made to the CRUD's.
b) "Authentication Functionality" (Modules / Components)
I would need modules for Open Auth Systems (Opent Auth, Open ID) and
modules for popular sites like facebook, twitter, google etc.
-
Can anyone tell me which framework fullfills the requirement "a" and
ideally requirement "b", too) ?
Thank you in advance.
..