Simon Taylor - .Net developer, Cheltenham

My record of coding problems solved and new things discovered

Java Service Provider

clock February 20, 2009 09:27 by author Simon

I had some code which was used to translate from a business entity to a data transfer object, I wanted to put this code in a library to re-use it across multiple projects. The initial version of the translator was made up of the main translator which implements the singleton pattern and an abstract "entity" translator, subclasses of which are then written for each translation required e.g. Entity A -> DTO B. More...



Seam Project under source control

clock February 19, 2009 21:19 by author Simon

How to get a seam project compiling again once it has been checked out of source control...
 
This assumes that the project being checked out is an ear deployment created using the New Seam Project Wizard. It was also using Eclipse Europa (v 3.3.2).More...



About the author

Simon is currently living and working in Toronto, Canada as a software consultant for Infusion. He is primarily a .Net developer although sometimes has to turn his hand to other technologies such as Java and flex. Simon has also recently started iPhone application development. Contact me.

Sign in