Cloud Computing and Enterprise POJOs
Chris Richardson

Run Java Applications on Amazon EC2

My book

Calendar

««Nov 2009»»
SMTWTFS
1234567
891011121314
15161718192021
22232425262728
2930

My Top Tags

                                                                               

My RSS Feeds








 

I am the founder of Cloud Foundry, which provides automated, outsourced data center management for Java applications on Amazon EC2.

I am the founder of Cloud Tools, which is an open-source project for automating the deployment of Java and Grails applications on Amazon EC2.

I run a training and consulting company that helps organizations build better software faster and deploy it on the cloud.

We provide a variety of services including:

  • Development - we can build your application for you
  • Deployment - we can find a hosting partner or deploy your application on Amazon EC2
  • Training classes for Spring, Hibernate and Acegi Security
  • Jumpstarts to get your project off to the right start
  • Reviews to improve your architecture, code and development process

For more information contact me.

 

My bookmarks

Mailing List

Latest tagged entries for 'INJECTION'



Cleaning up your code with real objects, dependency injection and aspects

Wednesday, 13 February 2008 8:05 A GMT-08
Over the past year I've given presentations on how to use dependency injection, AOP and domain-driven design to clean up the bloated service classes that commonly found in Java EE applications. Here is the example code and slides.

Source code for my simplified XML-based dependency injection example

Wednesday, 2 May 2007 7:36 A GMT-08
If you would like to try out my custom Spring/XML namespace that uses reflection and AspectJ type patterns to generate bean definitions you can get the source code from here: http://code.google.com/p/aridpojos/If you are using Maven2 you can get it

Simplifying Spring's XML-based dependency injection

Tuesday, 24 April 2007 6:43 A GMT-08
XML Spring bean definitions can be verbose. However, an important benefit of using XML is that it completely decouples the components that are being assembled from the mechanism that is assembling them. It's pure POJO programming.

Java on Guice at the East Bay Java SIG, Oakland, CA

Tuesday, 10 April 2007 5:37 A GMT-08
On Wednesday April 18th, Bob Lee will be giving a talk about the Guice framework at the East Bay Java SIG in Oakland, CA.

The EJB cult Part 3 - Integrating Spring and EJB 3.0 dependency injection

Monday, 16 May 2005 10:14 A GMT-08
Previously, I described how to implement the repositories, which are the domain model classes that encapsulate the persistence framework and provide methods for creating, finding and deleting persistent objects. The next step is to implement the

Returning to the EJB cult - developing with EJB 3 Part2

Wednesday, 11 May 2005 10:15 A GMT-08
In the previous installment I described the issues that I encountered persisting an existing POJO domain model with EJB 3. EJB 3.0 is definitely an improvement over EJB2 but the current O/R mapping is extremely limited when compared to Hibernate or

Returning to the EJB cult - developing with EJB 3 Part1

Wednesday, 20 April 2005 10:14 A GMT-08
About a year ago, with the help of Spring and Hibernate, I escaped from the EJB cult which had held me captive for five long years. It was such a relief to no longer perform the painful EJB development rituals that I had been brainwashed into believi