Opened 11 years ago

Closed 10 years ago

#366 closed defect (fixed)

Sending and storing cached representations

Reported by: olhsha Owned by: olhsha
Priority: major Milestone:
Component: DASISH backend Version:
Keywords: Cc: olhsha

Description (last modified by olhsha)

For now, the cached representation should be stored in the database as a BLOB. See: http://dba.stackexchange.com/questions/803/blobs-or-references-in-postgresql/815#815.

Moreover it must be sent by the client to the server not via a JAXB-generated class, but separately.

Change History (4)

comment:1 Changed 11 years ago by DefaultCC Plugin

Cc: olhsha added

comment:2 Changed 11 years ago by olhsha

Description: modified (diff)

comment:3 Changed 11 years ago by olhsha

It is implemented, dao methods are unit-tested on HSQL, however it throws wrong type exception on test Postgress DB (application is deployed on tomcat)

comment:4 Changed 10 years ago by olhsha

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.