Niclas Hedhman wrote:
That would be an interesting approach. And would make the ES even
simpler than before.

One consequence of this: on the server, with a REST-backend, it would be good to have the data handled as String I think. The EntityStore loads it, hands it off to the REST-backend, which can then directly print it to the HTTP response output, without having to do any conversion. If EntityState has "Object getProperty(name)" then the EntityStore would have to convert the internal format to a ValueState object first, then hand it to the REST-backend, which would stringify it again. If the input/output format is String then this double conversion would be avoided.

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to