Manager Templates for Self-Servicing?

Posts   
 
    
asn
User
Posts: 2
Joined: 29-Dec-2006
# Posted on: 29-Dec-2006 21:29:17   

Has anyone created manager templates for self-servicing for LLBLGen Pro v2.0?

Thanks,

Adam

Walaa avatar
Walaa
Support Team
Posts: 14987
Joined: 21-Aug-2005
# Posted on: 01-Jan-2007 09:03:13   

I think the Manager Templates was built with the Adapter model in mind. With a GUI that has no reference to the DBSpecific assembly, thus relyingon the Manager classes for DB interactions. While the GUI pass entities to the manager classes.

In SelfServicing the GUI has the capability of persisting the entities by using the persistence functionality inside the entity objects, without a need to use another layer.