Skip to content


Closed Introduce the TopiaEntityEnum into the generated dao
nuiton / topia #235 · created by Tony Chemit
this object can help to obtain contract, implementation inside the dao without doing any hardcoded things : all is generated :) *(from redmine issue 1765 created on 2011-10-03, closed on 2011-10-03, ...
updated
Closed Improve the method TopiaDAOImpl.newInstance()
nuiton / topia #234 · created by Tony Chemit
Please could we just avoid to do some hardcorded stuff like this :
result = ((Class) Class.forName(classname + "Impl"))
                    .newInstance();

A quick solution is to use the *org.nuit...
updated