Know of a good tutorial on implementing web app with WildFly server?
Answered
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!
Please sign in to leave a comment.
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 .
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.
Then you will have to Mavenize your project in IntelliJ IDEA first: https://www.jetbrains.com/help/idea/convert-a-regular-project-into-a-maven-project.html .