Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Eclipse application from web editor
Eclipse application from web editor [message #1391194] Mon, 30 June 2014 15:22 Go to next message
Michele Di Biase is currently offline Michele Di BiaseFriend
Messages: 11
Registered: June 2014
Junior Member
hi
I am writing to ask a question for my project
my project is very similar to http://javalaunch.com/JavaLaunch.jsp
my question is:
After pressing the button "run" you can call a eclipse application in the background? (without run-> new configuration-> ...)
My idea is not to run everything on the editor of eclipse but run it on an editor created by me on the web.
you can do this? and how to do it?
thanks
Re: Eclipse application from web editor [message #1391211 is a reply to message #1391194] Mon, 30 June 2014 15:49 Go to previous message
Joerg Reichert is currently offline Joerg ReichertFriend
Messages: 80
Registered: July 2009
Location: Leipzig
Member
Hi Michele,

you can have a look at Flux.
If you don't need UI feedback, sending the current editor content to a web service, maybe starting your Eclipse application headlessly (or maybe only a simple OSGi container) and just grabbing the output and returning it to the front end can be enough.

As alternative to Flux there are also RAP and Orion.

Joerg


--
Need professional support for Xtext and EMF?
Go to: http://xtext.itemis.com
Previous Topic:Open an XtextEditor and reveal a given EObject
Next Topic:How can I change IME mode when I start own language?
Goto Forum:
  


Current Time: Thu Apr 25 16:31:21 GMT 2024

Powered by FUDForum. Page generated in 0.02608 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top