Connect to the Repository
Acquire the Repository object: exact mechanism is outside 
spec, but one possible way: JNDI
// Get the Repository object
InitialContext ctx = 
Repository repository = 
(Repository)ctx.lookup(“MyRepository");


I don't know how to get the Repository just use jsp170 api.

Who can help me?
-- 
View this message in context: 
http://www.nabble.com/how-to-Connect-to-the-Repository-tp19604544p19604544.html
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Reply via email to