-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: design patterns
NetBeans 7.2 – New Refactoring option ‘Replace Constructor with Builder…’
Some weeks ago version 7.2 of the NetBeans IDE was released (download at http://netbeans.org/downloads/index.html). This version includes a nice new option to refactor your code. The Builder Pattern The Builder Pattern (amongst others made popular by Joshua Bloch’s 2nd edition of … Continue reading
Posted in Did you know?, Java Basics
Tagged builder, design patterns, java, NetBeans, refactoring
Leave a comment
Examples for Design Patterns in Java
Looking for some java based examples for the implementation of design patterns? Just take a look at some design patterns in the JDK itself!