Menu

#8 java calculated columns in table display

open
nobody
others (2)
5
2003-03-26
2003-03-26
No

today, all columns of a table display plugged with a RI
are database-based.

This request concerns columns that would be the result
of a java method which parameters could be of course
some of the base column values. This would allow to
perform complex calculation in addition to retrieving
only persistent data.

ex :
table columns = compagny / turnover / risk exposure
<-- this column is calculated by a java method (or EJB)
calculateRiskExposure (compagny)

these java-columns would be described in the same
TableDisplay.xml file as the rest of the SQL statement.

Discussion


Log in to post a comment.