It seems a bit surprising that there is no method along these lines in DataModel (or some subclass thereof):
setPreference(long userID, long itemID, float value, long time) Am I just overlooking something? Are you always expected to just go in "under the covers" of some DataModel's implementation details to do this (such as a raw SQL insert for a JDBC-based DataModel)? Thanks, Jamey
