Re: Re : Re: [openmeetings-user] Print Service : invoke servlet

2011-06-15 Thread seba.wag...@gmail.com
Guillaume, you simply request that URL, that is how simple it is. And of course the client does request the URL. PrintService does of course not request a Servlet itself, what would be the sense of a server side method that calls another server-side API (Servlet) ?!?!?! Sebastian 2011/6/15 Guill

ReĀ : Re: [openmeetings-user] Print Service : invoke servlet

2011-06-15 Thread Guillaume
Yes Sebastian you are very clear on your description and I understand step 1 3,4,5 and 6 no problem. But the step 2, how do you request the servlet ExportToImage as file-download ? I have read your last post and you said : *but as I have written earlier, you need to invoke this method in the

Re: [openmeetings-user] Print Service : invoke servlet

2011-06-15 Thread seba.wag...@gmail.com
no ... okay lets simply summarize the process as again: 1) Client calls add method in PrintServer => returns $hash 2) Client adds the $hash to the URL and requests the servlet as file-download 3) Servlet gets the whiteboard objects identified by $hash 4) Servlet generates SVG from Whiteboard Obje

[openmeetings-user] Print Service : invoke servlet

2011-06-15 Thread Guillaume
Hi Sebastian, Sorry again for yesterday, i'll be less unpleasant. I'll try to invoke the method in the PrintService first. According your recommandations, I want to extend the class PrintService from HttpServlet and write the method doGet in order to invoke the servlet ExportToImage with an UR