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
----------------------------------------------------------------

Reply via email to