You can rent this space for 30 days. Interested?
Showing posts with label refactoring. Show all posts
Showing posts with label refactoring. Show all posts

Wednesday, June 25, 2008

What I like about Eclipse 3.4 JDT

In this screencast you are going to see some of the more interesting changes made to the Java development tools for the 3.4 release of Eclipse:

  • Extract class refactoring
  • New quick assists
  • Java editor breadcrumb
The example used is based on Martin Fowler's book on Refactoring.


View screencast: (03:00):

If you liked this post, share it with others using the links below.

View screencast...

Monday, June 25, 2007

Refactoring to Patterns or templates for patterns?

Roman Bosák has published a nice post about rapid implementation of the Singleton design pattern using the Eclipse IDE refactoring tools. Some readers argued that it's much more efficient to use Eclipse IDE templates for implementing design patterns. So, you can see here both approaches, as under 2minutes screeencasts, and you can decide for yourself.

First screencast shows classical (by the GOF book) Singleton implementation using Eclipse IDE refactoring facility (01:10):

This screencast shows a thread-safe lazy-loaded Singleton variant implemented using Eclipse IDE templates (01:40):

If you are interested in more Design Patterns screencasts, please leave a comment, or use our Poll.
View screencast...
 
You can rent this space for 30 days. Interested?