freddy33.blogspot.com
Fred, Let it go!: July 2011
http://freddy33.blogspot.com/2011_07_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Tuesday, July 5, 2011. Since the re-launch of extended enums I'm paying attention in my everyday coding (yes I still write code :) if extended enums will help me. Here are 2 new examples:. 1) I found out that most of the time the name() of the enum is not what I need. I need it to map an XML or HTML tag, an external ID, an entry name in excel or simple type name in a JSON object. So I write something like:. Public enum ConfigName {. Assert ...
freddy33.blogspot.com
Fred, Let it go!: October 2009
http://freddy33.blogspot.com/2009_10_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Thursday, October 29, 2009. No singletons allowed in a WebLogic EAR! There is a big EJB3 application (835 Entities, 88 stateless, 1 MDB) that works on JBoss (Server and Embedded) in production with no problem. We now want to support WebLogic 10.3 and WebSphere 7.0! Still, we found out that under WebLogic 10.3 the final static. Maps are created multiple times! I did not believe it! The small test case. The source code is under subversion here.
freddy33.blogspot.com
Fred, Let it go!: September 2008
http://freddy33.blogspot.com/2008_09_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Wednesday, September 10, 2008. The amount of new Web adventures going on around me starts to make a big pile. So, instead of twittering them with 144 characters, here they are:. A very good content Podcast about Java on server side from AlphaCSP consultants: The Alpha Pub. I really enjoyed the show, and the latest interview with Alef Arendsen. Has very good content. Thanks, Ophir for setting up this! With the integration of Jersey.
freddy33.blogspot.com
Fred, Let it go!: February 2008
http://freddy33.blogspot.com/2008_02_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Friday, February 29, 2008. Stellarium For Java Alpha release! After a lot of ups and downs, we (Jerome Beau and myself) are really happy to release an alpha version of Stellarium For Java (S4J in short). This project is a migration of the very successful C project Stellarium. Created by Fabien Chereau. For the record, I really like this C version but I am missing a lot of features:. Ability to add stars catalogs like in Celestia. On jfrog w...
freddy33.blogspot.com
Fred, Let it go!: November 2007
http://freddy33.blogspot.com/2007_11_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Monday, November 12, 2007. The Ugly Duckling of Java! It took me time to find a good title. It could have been things like:. What's so ugly about explicit type parameters? Let's pave the way for reification and promote explicit type parameters! Chaotic java already made a similar point: Can someone please explain type inference to me? The first reaction, for most Java developers, is: WTF? Wow, that's a lot of! Like Stephan says in Explicit ...
freddy33.blogspot.com
Fred, Let it go!: November 2008
http://freddy33.blogspot.com/2008_11_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Saturday, November 22, 2008. Obama from a 9 year old! Being a French man living in Israel, we have 3 languages at home: English, French and Hebrew. And many of my friends around here have this trilingual environment. Last week the 9 year old son of one of them told him:. Dad, Obama is talking Hebrew? No, Why do you ask? Because he keep saying: Yes Oui Ken! Note: "Yes We Can" sounds like Yes, Oui (yes in French), Ken (yes in Hebrew). In real...
freddy33.blogspot.com
Fred, Let it go!: August 2007
http://freddy33.blogspot.com/2007_08_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Wednesday, August 1, 2007. JPA NamedQueries and JDBC 4.0. In one project doing a migration from EJB 2.0 to EJB 3, I found this:. SELECT o FROM Action o". SELECT o FROM Action o WHERE o.externalCode =? SELECT o FROM Action o WHERE o.description =? SELECT o FROM Action o WHERE o.manual=? SELECT o FROM Action o WHERE o.actionType.id 3". SELECT o FROM Action o WHERE o.actionType.id=3". The usage looks like:. And this is for only one parameter.
freddy33.blogspot.com
Fred, Let it go!: A new push for extended enums!
http://freddy33.blogspot.com/2011/06/new-push-for-extended-enums.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Tuesday, June 14, 2011. A new push for extended enums! At Devoxx09, Joe Darcy presented the status and future of the Coin project, and how changes to the language are selected and implemented (or vice versa). :). So for example, the new loop syntax introduced in Java5 was a small change with big benefits—a no "brainer", let's do it! However, in his talk he showed how "Extended Enums" were at least medium cost with a small benefit. So I talk...
freddy33.blogspot.com
Fred, Let it go!: May 2009
http://freddy33.blogspot.com/2009_05_01_archive.html
Fred, Let it go! Mainly about Java, Open Source and the OpenJDK. Monday, May 11, 2009. Maven and JavaFX, the story of TwitterFX POM. I posted on the JFrog's mouth our story of migrating TwitterFX. We had fun, and we'll show it all at JavaOne. Links to this post. Subscribe to: Posts (Atom). Alex Miller Java7 page. Maven and JavaFX, the story of TwitterFX POM. There was an error in this gadget. View my complete profile.
SOCIAL ENGAGEMENT