将 Eclipse/Netbeans 作为小程序运行
有人知道是否可以/轻松地将 Eclipse 或 Netbeans 剥离到其裸核心(项目树+代码窗口)并将其作为浏览器中的小程序运行?操作方法提示表示赞赏。
PS:这是一个简单的在线IDE
Would anyone know if it's possible/easy to strip down Eclipse or Netbeans to its bare core (project tree + code window) and run it as an applet in the browser? How-to hints appreciated.
PS: it's for a simple online IDE
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于Eclipse,我认为这还没有完成。
如果可能的话,可以使用 Eclipse RAP (Rich Ajax 平台),它实际上允许现有的 RCP 应用程序作为 Web 应用程序运行,只需进行很小的更改。
替代文本 http://www.eclipse.org/rap/images/ about/Maildemo-Design.png
实际工作是集成JDT 自定义项目查看器和代码编辑器中的功能。
Regarding Eclipse, I don't think this has been done.
If it is possible, this would by by using Eclipse RAP (Rich Ajax Platform), which actually allows existing RCP applications to be run as Web applications with only minor changes.
alt text http://www.eclipse.org/rap/images/about/Maildemo-Design.png
The actual work would be to integrate JDT features within custom project viewer and code Editor.