-1

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

Piyush Gupta
  • 2,181
  • 3
  • 13
  • 28

1 Answers1

0

After research of two days I found the solution. I just created new dynamic web project so I got the structure and after that I did paste my java classes and web pages in eclipse project. In last I did configure server and modified some property and configuration file.

Now I converted my netbeans project to eclipse successfully and getting output perfectly.

Thanks to stack overflow buddies whose suggest me.

Piyush Gupta
  • 2,181
  • 3
  • 13
  • 28