Eclipse Tutorials & Examples
1. Basic
Optimize static import assist in Eclipse, since most unit test frameworks heavily rely on static import.
Improve content assist for xml editing in EclipseLet Eclipse provide more useful assist when editing XML file
2. Debug related
Remote Debug in EclipseHow to connect to application in production environment, set break point and single-step run in Eclipse.
3. Database related
Tutorial on how to add oracle database connection in Eclipse.
Create Java entity class from existent database table for JPATutorial on how to automatically create Java entity classes from tables in database by using JPA tools in Eclipse
4. Web related
How to setup maven Spring MVC project in Eclipse step by step
How to set maven JEE project in EclipseWrite your first maven JEE project, auto deploy and run on Glassfish
5. Test related
How to put integrtion test cases in a different directory from unit test cases, but still in the same project. Make both eclipse and maven happy with it.
Hello Sheng W,
ReplyDeleteThank you for very usefull posts here.
But regarding 3. Database Relate, Create Java entity class from existent database table for JPA are pointing to the same page of the left about Oracle DB connection stuff.
Please give a check.
Regards,