thegordian.blogspot.com
The Gordian: July 2015
http://thegordian.blogspot.com/2015_07_01_archive.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Thursday, July 23, 2015. A Good Thread Pool. The java.uti.concurrency. Package comes with a whole bunch of classes that can be extremely useful in concurrent Java applications. This article is about the ThreadPoolExecutor. Class, how it behaved unexpectedly for me and what I did to make it do what I want. As the name suggests a thread pool is an Executor. In Java. It's even an ExecutorService. And a rejection handler. Defines...
thegordian.blogspot.com
The Gordian: Copyright Headers from the Git History
http://thegordian.blogspot.com/2013/05/copyright-headers-from-git-history.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Saturday, May 4, 2013. And his way of maintaining legal headers in software artifacts is very similar to what we've always done in CDO. We had the exact same header in all artifacts and we used search and replace once per year to update them all. For us that has several disadvantages:. Most importantly that means to modify files that have no other (real) changes in that year. Yesterday I've finally finished this tool:. CDO En...
thegordian.blogspot.com
The Gordian: When You Change a Method Return Type...
http://thegordian.blogspot.com/2014/12/when-you-change-method-return-type.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Tuesday, December 9, 2014. When You Change a Method Return Type. Strange effects can result under certain circumstances! Mysterious NoSuchMethodErrors at runtime and I spent quite some time to hunt down the problem. What I found is kind of scary. Consider the following, simple program:. Public static void run(). Public static void main(String[] args). The bytecode of the compiled main() method is as simple as:. Maven/Tycho ha...
thegordian.blogspot.com
The Gordian: Oomph Workshop: Eclipse the Way You Want It
http://thegordian.blogspot.com/2015/06/oomph-workshop-eclipse-way-you-want-it.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Sunday, June 21, 2015. Oomph Workshop: Eclipse the Way You Want It. Our Oomph Workshop at EclipseCon France. Is next Wednesday morning and Ed and I hope to see you there. We'll not only show you how to use Oomph's Eclipse Installer to provision ready-to-use IDEs and workspaces, we'll also teach you how to create setups for your own projects:. By submitting a functional setup for an Eclipse project. Win a Spider Parrot Drone.
thegordian.blogspot.com
The Gordian: Modeling goes Enterprise
http://thegordian.blogspot.com/2009/04/modeling-goes-enterprise.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Sunday, April 26, 2009. I just finished the second part of my article "Modeling goes Enterprise - About EMF and CDO". It will be published in the Eclipse Magazin. Next month. Thanks to Sebastian Meyen and Hartmut Schlosser I'm allowed to make the example application, discussed in the article, available in the Eclipse CVS! The splash picture was taken in my kitchen. 1) Install the example. 2) Start the server process. 4) Start...
thegordian.blogspot.com
The Gordian: Join the Eclipse Modeling Day at JAX 2013
http://thegordian.blogspot.com/2013/04/join-eclipse-modeling-day-at-jax-2013.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Monday, April 22, 2013. Join the Eclipse Modeling Day at JAX 2013. And I have organized and will moderate this year's Eclipse Modeling Day. Conference in Mainz. We've put together a nice and broad program for you and we'd be happy to see you in the Gutenbergsaal 2 on. Friday, March 26, 2013 at 9:00 o'clock. The program is a good mixture of technology talks from Eclipse project leads and experienced industrial users:. Tom Schi...
thegordian.blogspot.com
The Gordian: Oomph 1.0.0 is Available
http://thegordian.blogspot.com/2014/12/oomph-100-is-available.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Friday, December 12, 2014. Oomph 1.0.0 is Available. I'm very happy and a little proud to announce the very first release of Eclipse Oomph. The new installers are now available for your platform:. Download for Windows 64 bit. Download for Windows 32 bit. Download for Mac OS 64 bit. Download for Linux 64 bit. Download for Linux 32 bit. You can also install Oomph into an existing IDE via the update site. Or the site archive.
thegordian.blogspot.com
The Gordian: An Automated Tutorial
http://thegordian.blogspot.com/2012/10/an-automated-tutorial.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Saturday, October 27, 2012. The EclipseCon Europe 2012. Is over and it was, again, a pleasure to attend it. According to the excellent feedback I received my show. In the theater has been a great success. I promised to upload the plugin that's been driving my Eclipse IDE automatically and make it available together with the slides. It's now available on the CDO homepage:. Lean back and enjoy. Published by Eike Stepper. Ive be...
thegordian.blogspot.com
The Gordian: How safe is a "thread safe" data structure?
http://thegordian.blogspot.com/2008/11/how-safe-is-thread-safe-data-structure_02.html
If then such praise the Macedonian got. For having rudely cut the Gordian Knot. Sunday, November 2, 2008. How safe is a "thread safe" data structure? I think it is obvious that no abstract data type can guarantee that any (non trivial) sequence of invocations is atomic (i.e. not interruptible by other threads using the same instance of the ADT) through mechanisms internal to any ADT implementation. Another good example is the common idiom to insert into a map without replacing:. It is still Sunday morning.