Printer friendly version

Factory methods


Publisert: 10/24/2007
- Code generation
- Auto generated Admin GUI
- Database generation
Factory methods

Main goal for using these methods is saving time. Every auto generated item in your project means less manual effort.

The E-Site "OBJECT TYPE" model combines data types, UI structure and code stubbs into a single XML type model.

From this you can generate:

- Data access class code (Enabling intellisense in your code)
- Database (tables)
- Admin GUI (Ceate, Remove, Update, Delete UI (CRUD))

Model to the right illustrates the rough outline application layering.