How to approach building a Deltawerken application, Part 1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
How to approach building a Deltawerken application, Part 1 – Class categories When building a Deltawerken application called AppName, create the following class categories: AppName-Model AppName-Mod...
Stephan Eggermont <stephan <at> stack.nl> writes: A helpful description - however, I find it disconscerning that there is no categ...
On Sep 16, 2012, at 6:44 PM, intrader wrote: > Stephan Eggermont <stephan <at> stack.nl> writes: > > A helpful descript...
Re: How to approach building a Deltawerken application, Part 1 – Diego Lont <diego.lont <at> delware.nl> writes: > > It is not clear in the description which are class instance variable ...
How to approach building a Deltawerken application, Part 2 – User management To set up user management, create an application specific user class. In AppName-Model, create a subclass of DEUser. See acces...