I just migrated a Netbeans 7.0 JSF web project to Eclipse. And it was easier than i would have imagined.
What i did was:
- List item
- Clean and build my JSF application in netbeans
- Close netbeans and open Eclipse(i use galileo)
- Create a new Dynamic Web Application.
- Right click on the new web application in project explorer and go to import then to .WAR file
- It then ask whether i want to import any of the jar files(libraries) as projects and i do not select any and just click finish.
- Copied my netbeans src(source) folder /src/java/ to
the Eclipse src folder. e.g netbeansproject/medman/src/java/com to eclipseSpace/medman/src/
- Next setup your server in Eclipse(i use tomcat 6.0).
And voila! it is done.
You can also check out this link. http://www.coderanch.com/t/458555/vc/Export-Netbeans-Eclipse