Monthly Archives: April 2011

Maven Archetype Creation Tips

I recently needed to create some Maven Archetypes for the Turmeric SOA project.   A Maven Archetype for those that don’t know is a way to generate a project based off some pre-canned project templates.   In the case of … Continue reading

Posted in eclipse, maven, turmeric, tycho | 2 Comments

Jobs API to the Rescue

I have been working on some refactorings to the Turmeric Eclipse Plugins, and one of the issues I have run across are long running tasks that block the UI thread.  The other issue which is related is not allowing these … Continue reading

Posted in clean code, eclipse, turmeric | 3 Comments