It does not look like a good idea.
.V

Takacs Otto wrote:

My ide is to extend (or hack) the /com/ibatis/common/beans/ProbeFactory.java
File becouse its getPrbe method could help me! But i am no sure! I need confirmation before the hacking!


friendVU admin wrote:

Most people still write get/sets for domain model and form model.

If you want dynamic, you can use this at form model:
http://jakarta.apache.org/commons/beanutils/apidocs/org/apache/commons/beanutils/LazyDynaMap.html (this avoids mainntining get/sets at form model)
or
return a HashMap (ArrayList of HashMaps) from iBatis for a dyanmic domain model. (this avoids maintaing gets/sets at domain/model)


.V




Reply via email to