Hi I have the same question. It's easy to say that no OCM it's the right direction but this it's always true only in theory. In applications you work with entity/business objects and services, web presentation that "consume" these objects. For example in the User entity you have username, password, admin flag, ... If you don't use OCM approach you must have a method (in the persistent layer, or a jcrhelper) that materialize User object from JCR. I think that you must work with business objects (entity) in your application. You can use a generic approach using OCM or write by hand a converter from JCR Node to User and reverse.
I want to know how people that don't use OCM works with JCR. How these people do business logic and web presentation using only JCR Nodes and Properties. Best regards, Decebal -- View this message in context: http://jackrabbit.510166.n4.nabble.com/JCR-application-design-tp4561691p4589402.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
