IntelliJ Idea: how to create Maven web project with JSF and Hibernate?
Answered
Hello Guys!
I'm an absolute newbie to IntelliJ, and trying to understand the logic behind it.
I have to create a maven project, that manages the build process of a war file. In this project I should use JSF for the frontend, Hibernate and JPA for the backend. I used Eclipse before, and now I'm trying to find the similarities, but it's a bit difficult.
Please explain me a short step-by-step process to create these modules and build them into a war.
I am using IntelliJ IDIA Ultimate 2017.1.3
Thanks in advance!
Please sign in to leave a comment.
See http://www.javawebtutor.com/articles/jpa/jpa-example-using-maven.php.
After creating a project from the archetype import pom.xml in IntelliJ IDEA.
See also: https://www.jetbrains.com/help/idea/2017.1/jpa-and-hibernate.html.