Skip to content

RFC01NTFormsUserDefinedDomainRules

Andrés Maneiro edited this page Dec 8, 2011 · 1 revision

Ideas

  • Validation could be defined as rules for each field. Some ideas and links for implementing:

  • Those rules could be gui defined for the user in execution time (look at gvsig normalization extension for a sense of what could be done).

  • At the end, what we need is a tool which -in a transparent way for the developer- synchonize the value in the form with the values in other datasource (postgres database, for example). Think we need a bit of an Object-Relational Mapping, which I (amaneiro) have tried to avoid for a long time as don't know how it will behave with gvsig data infraestructure. An easy and light option: mybatis.

More info

People interested in