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. 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-datatypes-in-domain-model.-tf4256816s2369.html#a12114366 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
