Re: [appfuse-user] Choice of proper datatypes in domain model.

2007-08-12 Thread Matt Raible
I like to use Double because then you can more easily detect when the value hasn't been filled in (because it's null). Matt On 8/12/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > We have an application where we expect some model classes having attributes > (student grades) of type double.

[appfuse-user] Choice of proper datatypes in domain model.

2007-08-12 Thread Irshad Buchh
Hi, We have an application where we expect some model classes having attributes (student grades) of type double. What is the best choice choosing the datatype for such attributes double or java.lang.Double? --Irshad. -- View this message in context: http://www.nabble.com/Choice-of-proper-dataty