|
NeuralBuild and DAO in PHP |
|
|
|
NeuralBuild and the DAO Pattern in PHP
The standard files generated by the NeuralBuild DAO Java generator are the following :
-
Value Objects
-
DAO
-
Business Factory
-
Composite Objects
-
Web Form and it's backing object.
Business Factory
NeuralBuild generates a Business Factory on top of the DAO layer. The Business Factory “wraps” the DAO Layer, exposing a clean Business Object layer to developers.
Composite Objects
In Addition to the standard DAO Pattern, NeuralBuild also generates composite objects and the DAO Pattern layers for these objects. Composite Objects represent composites of more than one Value Object. The generated DAO Pattern layers for Composite Objects are “read-only”.
|