[
http://opensource.atlassian.com/projects/hibernate/browse/EJB-255?page=co...
]
Marek Mosiewicz commented on EJB-255:
-------------------------------------
Remote client and filtering could result in nice row level security solution.
Currently Hibernate does not offer read/insert/update/delete annotations for entity but if
it would it could be interesting in some scenarios.
Of course there is question if not better to make this on database but there is e.g. no
portable solution for row level security, so there is niche where Hibernate could go.
Marek Mosiewicz
http://www.jotel.com.pl
Remoting capabilities
---------------------
Key: EJB-255
URL:
http://opensource.atlassian.com/projects/hibernate/browse/EJB-255
Project: Hibernate Entity Manager
Issue Type: New Feature
Reporter: Dimitry Voytenko
I came across Kodo's implementation of remote persistent managers for both JPA and
JDO:
http://www.solarmetric.com/Software/Documentation/3.2.0RC2/docs/ref_guide...
http://www.solarmetric.com/Software/Documentation/3.2.0RC2/docs/ref_guide...
The solution looks pretty ellegant. The main idea behind it is that server and client
communicate b/w each other using object graphs (no proxies and no object serialization
required) and thus working with JDO/JPA objects on client looks exactly the same as on the
server, removing necessity of DTO objects in the majority of cases.
Have you ever thought about including similar functionality for Hibernate? I do believe
it could be a great peformance booster for many types of applications.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira