Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从文档来看,这些项目似乎与普通的 WebApp 不同。出色的功能,但不能作为轻量级库与 Dynamic WebApp Java 一起使用?
不,可以将 Apache Isis 应用程序构建为 webapp (WAR) 文件。
为方便起见,我们还提供了一个启动器 - org.apache.isis.WebServer - 它使用 jetty 从命令行运行应用程序。
或者,您可以使用 mvn jetty:run 从 mvn 命令行运行。