Earlier, I had created one web project in Netbeans 8.0
using Java
, JSF
, Primefaces
, MySql
and Hibernate Mapping
& I was deploying that application on GlassFish Server 4.0
. But Now I want convert my same application in Eclipse Luna with Google Api Engine. and want to implement Hibernate JPA
.
I tried to import war file in eclipse and replace source code but when I do configure Google API Engine then server configured successfully but in last getting error message that version doesn't support J2EE web project.
Do you have any basic idea that how to convert Netbeans project to eclipse project with different server and which files need to modification?
I did googling and found some solution but didn't help me.
I do appreciate in advance, Thanks