
Java Development
I am a Sun Microsystems certified Java Programmer and have been programming in Java since 1997.
I have experience with the following technologies to name just a few:
- J2SE
- J2EE
- MQSeries
- Spring Framework
- Hibernate
- Various Apache projects
- XML
- Eclipse IDE
- Oracle DB
- Oracle OC4J
I have worked both in the UK and Spain. My last assignment had a duration of 4 years working for a Japanese bank in London. We were developing a broker underwriting system. For more than 3 years of the assignment I worked remotely from Spain.
So whether you have a long term or short term requirement, or just need help on a specific project, contact me and we can discuss further.
package com.ays.client;
/**
* An example class
* @author darren@atyourservice.es
*
*/
public class DecisionUtil {
public static boolean useAtYourService(){
System.out.println("Use At Your Service");
return true;
}
}