Menu

#19 Limit values stored in data file

1.0_Hopeful
open
Data Fields (3)
9
2007-04-22
2006-10-31
No

The datafile right now is quite large, saving anything
that can be taken out of a get method, and contains
mostly useless data. Usually only id and value are
necessary, but we can't limit to only those.

Try using Java 1.5 annotations to let the SurveyObjects
themselves specify which methods return a value that
should be stored as data. This would have the added
benefit of allowing an object to declare non-get
methods as something that returns data that should be
stored. It would also allow us to use objects as
return types.

Something like @DataPoint that is limited to Methods
and available at Runtime.

Discussion

  • Michael hall

    Michael hall - 2006-11-14
    • priority: 7 --> 9
     
  • Michael hall

    Michael hall - 2007-04-22
    • assigned_to: mhall119 --> moquai
     

Log in to post a comment.

MongoDB Logo MongoDB