Ok, it's a code idea. I will try to do this Thanks for your response -----Message d'origine----- De : [email protected] [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 17. mai 2006 15:10 À : [email protected] Objet : Re: [magnolia-user] Adding content to paragraph - Lock file problem
If you have a well defined structure you could create a service servlet which listens to the requests from other applications and update repository. This does not have to be in magnolia just in the same container as magnolia is running which talks to other applications over HTTP I would keep it separate from magnolia, lets say in container A: - JCR registered as name "main" - magnolia bound to jcr main - Your server app "LISTENER" (a simple http servlet) bound to jcr main remotely or in a same container: - your existing application talking to "LISTENER" this way you do not have to touch magnolia and wont create unnecessary dependency Regards, - Sameer On May 17, 2006, at 1:27 PM, Benjamin Sempere wrote: > Hi Sameer, > > I understood your answer (I'm disappointed...), but is there any > way to send > a HTTP request to a specific servlet (like the MVCServlet) in order > to add > content to a specific paragraph??? > > NB: For the moment I'm looking to the MVCServlet class and its > DialogMVCServlet subclass... > > Thx Benjamin ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
