Comments on: The Interface Builder Pattern, a Follow-up Post on the Builder Pattern https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-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: mySAPgurus https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-176 Mon, 13 Apr 2015 07:48:30 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-176 Great work,very useful for us.keep sharing us.

]]>
By: Viswa https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-177 Mon, 23 Mar 2015 10:41:33 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-177 Amazing Blog,This Article is very interesting thank you very much for the information .

]]>
By: Endrigo Antonini https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-185 Fri, 03 Oct 2014 11:01:01 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-185 Thanks for the PR. Already merged!

Regards,
Endrigo Antonini

]]>
By: Endrigo Antonini https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-186 Fri, 03 Oct 2014 10:59:36 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-186 No problem. Nice to see that you fixed the source. The correction that you made on the source it's possible if you use interface. With a generic class it will be a little bit different.

]]>
By: Per Minborg https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-187 Fri, 03 Oct 2014 08:56:47 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-187 Now you can download the source code with "git clone https://github.com/minborg/javapot.git"

]]>
By: Per Minborg https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-189 Fri, 03 Oct 2014 07:46:05 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-189 Nice conribution Endrigo! I will consider publishing the code on this blog on GitHub too..

]]>
By: Per Minborg https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-190 Fri, 03 Oct 2014 07:43:45 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-190 Thank you for the heads up on the TOYOTA_AVENSIS_WHITE not being initialized properly. I have fixed the problem and updated the post accordingly.

]]>
By: Endrigo Antonini https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-191 Fri, 03 Oct 2014 02:39:16 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-191 As I promissed. Here it is the github repository that I created on my organization:
https://github.com/eidoscode/builder-pattern-sample

Regards,
Endrigo

]]>
By: Endrigo Antonini https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-192 Fri, 03 Oct 2014 01:33:53 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-192 There is a problem on that code. It returns null If I try to create a "Toyota", "Avensis" and "White". Because the final variable executes the same source code, so it return null.
I'm creating a sample project that will implements what you posted over here (that is awesome) and made some improvements using Java generics. When I finish that I'll send the link over here again.

Regars,
Endrigo

]]>
By: javin paul https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-193 Thu, 02 Oct 2014 13:10:44 +0000 https://speedment.com/the-interface-builder-pattern-a-follow-up-post-on-the-builder-pattern/#comment-193 Indeed a nice post. I too have shared my thoughts on Joshua bloach's builder pattern, let me know if you find it useful.

]]>