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

My SpringOne talk on improving application design with a rich domain model

posted Monday, 27 August 2007
Back in June I gave a talk on improving application design with a rich domain model. The video of the talk has now been published. You can find out more about the talk and links to the video and slides by going here .

tags:                    

links: digg this    del.icio.us    technorati    reddit




1. Chris Colman left...
Wednesday, 12 September 2007 3:44 pm :: http://expojo.com

Hi Chris,

I just thought you and readers of your book, "POJOs in Action" might be interested in a new light weight framework for implementing the 'exposed domain model' pattern that you talk about in your book. I've been using that pattern ever since I read your book and it rocks big time so I thought I'd create an open source light weight frame work with dependency injection that helps people implement apps that use an exposed domain model.

It's called exPOJO and it can be downloaded at http://expojo.com


2. Uysal left...
Wednesday, 7 November 2007 1:11 am

Hi Chris, I was wondering when data and behavior is mixed in a class and you need to remote the object how does the receiving end resolve the dependencies?

Should i mark dependencies transient or construct a DTO object out of my rich domain object...

Thanks