Comments on: Creating objects using the Builder Pattern https://speedment.com/creating-objects-using-the-builder-pattern/ Build Fast Java Applications for the Fastest Business Performance Fri, 01 May 2020 05:21:37 +0000 hourly 1 https://wordpress.org/?v=5.1.1 By: Per Minborg https://speedment.com/creating-objects-using-the-builder-pattern/#comment-178 Sun, 04 Jan 2015 15:22:40 +0000 https://speedment.com/creating-objects-using-the-builder-pattern/#comment-178 The pojobuilder looks nice Michael. Definitely worth a test!

]]>
By: Michael https://speedment.com/creating-objects-using-the-builder-pattern/#comment-179 Tue, 30 Dec 2014 22:51:47 +0000 https://speedment.com/creating-objects-using-the-builder-pattern/#comment-179 Have a look at https://github.com/mkarneim/pojobuilder. This is an annotation processor that generates a builder class for each annotated pojo. It works with plain javac – but also with Ant, Maven, Gradle and Eclipse.

]]>
By: Per Minborg https://speedment.com/creating-objects-using-the-builder-pattern/#comment-188 Fri, 03 Oct 2014 08:56:29 +0000 https://speedment.com/creating-objects-using-the-builder-pattern/#comment-188 Now you can download the source code with "git clone https://github.com/minborg/javapot.git"

]]>
By: Per Minborg https://speedment.com/creating-objects-using-the-builder-pattern/#comment-195 Mon, 08 Sep 2014 12:43:06 +0000 https://speedment.com/creating-objects-using-the-builder-pattern/#comment-195 There is also a plugin for NetBeans that can be found at http://plugins.netbeans.org/plugin/48287/builderpatterngenerator

]]>
By: Mathias https://speedment.com/creating-objects-using-the-builder-pattern/#comment-196 Sun, 07 Sep 2014 21:45:18 +0000 https://speedment.com/creating-objects-using-the-builder-pattern/#comment-196 Check out https://github.com/analytically/innerbuilder – IntelliJ IDEA plugin that adds a 'Builder' action to the Generate menu (Alt+Insert) which generates an inner builder class as described in Effective Java. Works with IntelliJ IDEA 12.x and 13.x.

]]>
By: Unknown https://speedment.com/creating-objects-using-the-builder-pattern/#comment-197 Wed, 03 Sep 2014 03:16:57 +0000 https://speedment.com/creating-objects-using-the-builder-pattern/#comment-197 Great elplaination. The bean pattern has so popular, that adding validations to legacy code can be a nightmare. Especially those classes with several constructors.

]]>
By: Henrik Warne https://speedment.com/creating-objects-using-the-builder-pattern/#comment-198 Mon, 01 Sep 2014 17:10:13 +0000 https://speedment.com/creating-objects-using-the-builder-pattern/#comment-198 Thanks for a very nice and clear description! I also agree about "Effective Java" – a geat book!

]]>