Some nice tips for Eclipse over at JavaLobby. The ctrl+t is excellent for navigating interfaces and their implementations. I use it all the time now.
Categories
Some nice tips for Eclipse over at JavaLobby. The ctrl+t is excellent for navigating interfaces and their implementations. I use it all the time now.
Yep, Spring Live pointed me to this extension for Spring. It lets you define the entire flow of your webapplication in a central XML file that makes it easier to follow and modify the flow. I’ll have to look into the Spring web-parts in the future. Following the flow is one of the things that become harder and harder in my Struts apps.