Hallo all,

My first Rife application is comming around nicely.
The authentication works, and yesterday I found out that I can "stack"
authorisation elements,
to get a sort of "inner sactum" in a webapp.
I like the rife framework more every day.


For my next application I need to handle monetary/money values.
I know floats are _not_ a good way to represent monetary values in Java (or
any other languages).
Therefore there existst the Decimal type in most databases.
The information I got of the web, claimed I should user BigDecimal in Java.
(link: http://www.ddj.com/184405721 )

I constructed a simple bean instance with an id,name,and myMoney as
properties.
The myMoney type is BigDecimal.

Then I configured Rife/Crud to handle the bean.
(Stored in Oracel 9i)

Crud works mostly for this bean, everything _but_ the value of myMoney can
be saved/retrieved from the DB.

Is it possible to use BigDecimal in rife?
If not, what is the alternative?

Thanks in advance for your time and patience.


Mit freundlichen Grüßen / With kind regards

Huibert Gill

_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to