开发者

What's the simplest way to get Eclipse running in a web browser?

开发者 https://www.devze.com 2023-03-17 22:09 出处:网络
I was looking at the eclim project and realized that if a headless Eclipse instance can be integrated within vim why not with a client running over a browser. I\'d like to do a proof of concept that s

I was looking at the eclim project and realized that if a headless Eclipse instance can be integrated within vim why not with a client running over a browser. I'd like to do a proof of concept that simply lets me see the project explorer and the contents of any file I select. I don't have a lot of experience with SWT or the Eclipse Runtime but here's what I'm envisioning as a开发者_Go百科 first step:

   eclipse headless runtime 
       <-- local --> 
some plugin that talks to node 
       <-- cloud --> 
      node.js server

Does something like this (a) sound feasible and (b) what are the specific components I should look into?


Take a look at the Eclipse RAP (Rich Ajax Platform) project. It can get you there.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号