in my domain classes
shall i use Long or long to save long values ..
actually when i am trying to get the data from database and if the value returned is null then an exception is thrown..
if i am using String then its ok ... but i think thats not a good method ...
can any one help me what to do here ...
i have the same doubt with double values also ..
if i am using wrapper classes i think ineed to register custom editiors for that ?????
please help ...
thanx


Reply With Quote