Month: August 2007

  • Message Driven POJOs in Spring

    Andy Piper wrote an excellent blog post(http://dev2dev.bea.com/blog/andypiper/archive/2006/07/spring_20_and_m_1.html) about using Spring for the equivalent of EJB Message DrivenBeans. Worth checking out if you're looking at dropping EJB from yourSpring app entirely.

  • Literature 2.0

    You read blogs. You must do because you’re here. So if you can spend 5 minutes reading a blog post why not spend the same amount of time reading a classic piece of literature. DailyLit is a service that breaks up free books into digestible chunks and feeds them to you through RSS or email. […]

  • Thoughts on Mixing EJB3 and Spring

    A few weeks ago I blogged about Spring and EJB integration, but something just did not sit well with me. Why would you want to do this at all? I like Spring. Its myriad components make my life simpler. I can write the business code I need to faster without worrying as much about the […]

  • New Dublin JUG site coming soon

    Coinciding with our work on the IJTC conference, scheduled for early November, the Dublin JUG will soon be moving off Meetup. This is in order to provide a more complete service to our group members, such as blog rolls, wiki, conference content and group planning. New logo, site, content… An exciting and busy time. Watch […]

  • Visio 2003 UML is The Bomb

    I have worked with a number of different employer-provided UML tools in the past and have often been left underwhelmed. Rational Rose is a complex memory-hogging beast, ArgoUML seems clunky (although I’m happy to work with it at home since it’s free), and older versions of Visio have needed Pavel Hruby’s stencil to provide good, […]

  • Spring Web Services 1.0 Released

    The Spring guys have released version 1.0 of their web services framework. The framework contains: simplified methods to create contract-first web services (Java classes from XML schemas) a clean client-side API standardized access to O/X (object to XML) mapping tools like Castor, XMLBeans and JiXB that allow you to marshal and unmarshal XML easily As […]

  • Another consumer foiled by DRM, or why Audiofy bookchips are rubbish

    I recently purchased a Pimsleur Spanish language course on audio bookchip. I figured, hey, rather than buying CDs and then ripping them to my hard disk through iTunes and then putting them on my iPod or phone’s MP3 player, I’d save some time by getting it all on a chip and copying what I need. […]

  • Does the world really need a beer pouring robot?

    I’m so glad that someone has finally come up with a robot that does something constructive. Now if only it didn’t keep chatting away in an annoyingly chirpy Japanese voice while it did it. I can also see a few other problems with the design, but hey, who am I to begrudge genius 😉 Now […]

  • Announcing the Irish Java Technologies Conference

    In early November, the Dublin Java Users Group along with IrishDev will be hosting the first of what I hope will be many major Java events here in Dublin. The one day Irish Java Technologies Conference aims to deliver the same caliber of content as the larger Java conferences, with an Irish slant, right to […]

  • How to test the middle tier of a Spring application

    Since the advent of dependency injection (DI) as a staple of enterprise development using tools such as Spring or Guice, your code has become a lot easier to test. You no longer need to code up voodoo such as plugging in dummy resource locators or the like based on some random environment variable to tell […]