Know of a good tutorial on implementing web app with WildFly server?

已回答

Company wants to move off of an old NetBeans/Glassfish backed jsf 2.1 web application to an Intellij (well, actually maven, but working with intellij)/WildFly (JBoss)/jsf 2.4 (primefaces) platform.

Anyone have pointers to tutorials to aid in this quest?

thanks!

0

If you have a working Maven project, just import it in IntelliJ IDEA and set up a run configuration for the web server: https://www.jetbrains.com/help/idea/run-debug-configuration-jboss-server.html .

https://www.jetbrains.com/help/idea/maven-support.html#maven_import_project_start .

0

Hey Serge,

Actually we don't. Current base was generated with NetBeans native proprietary application support, so we need to rebuild from ground up.

thanks.

 

0

请先登录再写评论。