Cloud Computing and Enterprise POJOs
Chris Richardson

Run Java Applications on Amazon EC2

My book

Calendar

««Jul 2009»»
SMTWTFS
    1234
567891011
12131415161718
19202122232425
262728293031

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

Java in Action 2005 - a belated summary

posted Sunday, 23 October 2005

In David Brin's Kiln People, if you needed to be in multiple places at the same time you could simply send copies of yourself and then "inload" their memories. At Java in Action I definitely could have used a ditto or two. I quite often wanted to go to at least two of the tracks and sometimes all three. 

Note: Most session slides are available from TheServerSide. Justin Gehtland's Ajax slides can be downloaded from Relevance.

On Wednesday, I went to Cameron Purdy's Building High Availability and Scalable Performance into J2EE Applications, Ramnivas Laddad's Aspect-oriented Programming: Myths and Realities (slides) and Keith Donald's Building an Enterprise Application with Spring (slides). All three talks were pretty good. I also had some good conversations during the breaks. Interesting tidbits from wednesday included:

  • AspectJ/AOP is definitely useful for infrastructure-type operations, e.g. transactions, security etc. But what about using them to implement higher-level business logic/rules?
  • Eclipse RCP is an interesting option for developing a rich client application. You can use features such as SWT for the cross platform GUI and the update manager to download applications.
  • Spring webflow is definitely worth looking at. It appears to be a good solution to a very common problem.

On thursday, I went to Justin Gehtland's Ajax: Learn How to Develop Next Generation Rich Web Applications (slides, demo code), Kito Mann's Architecting JavaServer Faces Applications, Doug Clarke's High Performance Persistence, and Chris Pearson's Practical JMS. All of these talks were good but Justin's talk on Ajax was excellent and made the whole trip worthwhile. The best part was the discussion of the Javascript libraries such as Prototype and Scriptaculous. I learned alot about Ajax that I've been able to apply to current projects. I also enjoyed Kito's talk on JSF and plan to spend more time looking at that framework.

Friday started off with an interesting talk by Matt Raible: Comparing Java Web Frameworks: JSF, Struts, Spring, Tapestry and WebWork .  The live coding didn't go as well as it should have but overall it was a really informative talk. I think Matt deserves a medal for trying to code with five different web frameworks on stage. Notable tidbits include:

  • I'd expected to hear that the Tapestry and JSF were the way to go but each of them seems to have "issues".
  • Dice job postings and resumes are a good source of statistics: Struts dwarfs the other frameworks. Most of the other frameworks are used by only a very small, single digit percentage of developers

Richard Steele gave an interesting talk on using AspectJ to inject faults (slides) into programs in order to improve the code coverage of the tests, e.g. use advice to throw an exception when a particular method is called. If you have nicely structured application that uses dependency injection then you can do a lot of this kind of testing with mock objects. But if your application isn't that well structured or you want to simulate faults during integration testing then its worthwhile considering using AOP.

Matt Raible gave another good presentation on Developing Next Generation Web Applications with Ajax in Spring .  My memory of that talk is a little hazy but I think he talked about a couple of Ajax frameworks including DWR, which let's you make remote calls to Java objects from JavaScript and is integrated with Spring, and DHTMLHistory, which allows Ajax applications to work with the back button.

The final presentation was Clinton Begin talking about Dealing with Enterprise Database Challenges In an Object Oriented Application (slides. As you might expect, the emphasis was on using iBATIS to solve database access problems. iBATIS is certainly the best way to execute SQL statements directly if you cannot use an object/relational mapping framework (Hibernate/JDO). But, the trick is to know when to use ORM, which is a lot more productive, and when to use SQL via iBATIS.

Overall, it was a great conference. Lots of interesting conversations and a lot of really useful information. I hope to go again next year.

links: digg this    del.icio.us    technorati    reddit