DAO Generator
-------------
Key: DIRSTUDIO-232
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-232
Project: Directory Studio
Issue Type: New Feature
Reporter: Christine Koppelt
Priority: Minor
The Data Access Object (DAO) design pattern offers a method for seperating the
access to data from the underlying data stores. One of the disadvantages of
this patter is, that the implementation requires a lot of code to be written.
There already exists some code generators which generate java code for
accessing data from RDBMS according to this pattern. For example:
http://mdaog.sourceforge.net/.
It would be quite cool to add such a DAO code generator to Studio for accessing
data from LDAP servers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.