how to interact with headless eclipse app [message #291126] |
Thu, 08 September 2005 12:39  |
Eclipse User |
|
|
|
Originally posted by: dickyjohan.yahoo.com
Hi,
Just wondering if anyone has tried creating a headless eclipse app that
runs in an event loop (in the background)?
How would another remote app go about interacting with the eclipse app?
Would you try to expose the headless app as a Web service? Or integrate
the headless app into tomcat?
Care to share your experiences.
Dicky
|
|
|
|
|
|
Re: how to interact with headless eclipse app [message #291170 is a reply to message #291146] |
Fri, 09 September 2005 13:29  |
Eclipse User |
|
|
|
Originally posted by: dickyjohan.yahoo.com
Alex Blewitt wrote:
> Another approach would be to use a message-driven solution using JMS or SMTP. That way, a listner will receive incoming messages and can send them out again, but it requires a message provider to make happen.
>
> Lastly, you could create your own protocol, listen out on ports, and parse/send replies.
Thanks for all of your feedback. Actually, I was thinking of having a
web-based (JSP, and Struts) application controlling the headless Eclipse.
With the eclipse plugins and the osgi framework driving the back-end, I
can create an impression of a scalable web application that grows in
functionality dynamically (theoretically, I guess).
The Hessian and Burlap Protocol definitely look promising, will check it
out!
Dicky
|
|
|
Powered by
FUDForum. Page generated in 0.06263 seconds