简体   繁体   English

在 Eclipse 上运行 Apache Isis 应用程序

[英]Run Apache Isis Application on Eclipse

I just started learning Apache ISIS.我刚开始学习 Apache ISIS。 I have configured the application and imported into Eclipse(Mars).我已经配置了应用程序并导入到 Eclipse(Mars) 中。 Can anyone tell me how I can run the application from eclipse.谁能告诉我如何从 eclipse 运行应用程序。

The main thing you need to do is to set up the DataNucleus enhancer.您需要做的主要事情是设置 DataNucleus 增强器。 There's details and a screencast here有细节和截屏在这里

We have found that the DN enhancer can be a little unreliable on larger projects, which was one of the reasons as developers we ended up moving to using IntelliJ (community edition is fine).我们发现 DN 增强器在较大的项目中可能有点不可靠,这也是我们最终转向使用 IntelliJ(社区版很好)的开发人员的原因之一。 YMMV.天啊。

Within an IDE you run the app using the org.apache.isis.WebServer helper class (it's just a wrapper around jetty).在 IDE 中,您可以使用 org.apache.isis.WebServer 帮助程序类(它只是一个围绕码头的包装器)运行应用程序。

HTH HTH

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM