I wanted to use Java standard frameworks, for now Struts and Hibernate and Eclipse as the. It took me some time to figure out what free plugins to use with Eclipse to add support to Struts and Hibernate. I looked for some time and finally found the following set of plugins:
- Tomcat plugin from EclipseTotale.com.
- Hibernate Core Plugin from Hibernate Team
- StrutsIDE - Project Amateras plugin
- DB Development plugin (from Eclipse.org)
- QuantumDB
- Derby plugin (from Eclipse.org)
A few notes:
- Tomcat plugin doesn't come with a documentation, but the website has a decent one. Plugin works nicely. Starts Tomcat in debug mode, unless user disables this feature in plugin preferences. Switch to Debug perspective and you can debug your application.
- QuantumDB is a well known plugin, but I had problems with it. I couldn't find in it the tables that were in the database. Possibly, I'll learn how to use it. DB Development plugin is easier to learn it.
No comments:
Post a Comment