Category Archives: Java

Maven Data Access Kickstart

In learning Maven over the weekend I set about the process of creating a Maven Data Access Kickstart project (with Spring, Hibernate, JUnit, DBUnit, and XDoclet). Here's my Mavenized data access kickstart project if you're interested: maven-dao-kickstart-0.1.tgz One of the … Continue reading

Posted in Java | Comments Off on Maven Data Access Kickstart

Learning Maven

I set aside some time this weekend to learn Maven which I continue to hear a lot about and until this weekend knew very little about. I was definitely impressed, I'll be hard pressed to go back to using Ant … Continue reading

Posted in Java | Comments Off on Learning Maven

Tapestry in Action

On a very long flight to Germany and back I started digging into Howard Lewis Ship's book Tapestry in Action. I am very impressed with Tapestry so far. It does have a fairly steep learning curve compared to your more … Continue reading

Posted in Java | Comments Off on Tapestry in Action

Spring MVC form validation

I've been playing with Spring MVC and adding Commons Validator support for both client and server side form validation. I'm always surprised (although I shouldn't be) by the number of web apps I run across in the corporate world that … Continue reading

Posted in Java | 1 Comment

Hiring a Java/Spring/Hibernate team lead

We're hiring a software development team lead/architect with a passion for continuous integration, agile software development, unit testing, MVC frameworks, IoC containers, and ORM. This person either lives in or near San Francisco. We're in the process of migrating our … Continue reading

Posted in Java | Comments Off on Hiring a Java/Spring/Hibernate team lead

JSP Displaytag Library

In working on a Spring MVC workshop for programmers at work I've been toying around with the JSP Display Tag library. On the downside, like most taglibs that generate HTML for you it's no good for an HTML designer since … Continue reading

Posted in Java | 1 Comment

Hibernate and Middlegen

I had a chance to play with Hibernate and Middlegen this afternoon for a few hours in preparation for doing a Hibernate workshop with some programmers at work. My preference has always been to design my database schema and then … Continue reading

Posted in Java | Comments Off on Hibernate and Middlegen

Expert One-on-One J2EE Development without EJB

Just finished Rod Johnson’s excellent and very accessible book Expert One-on-One J2EE Development without EJB. What I think this book does best is provide one with a good introduction and overview of: IoC containers MVC frameworks OR Mapping Unit testing … Continue reading

Posted in Java, Software Engineering | Comments Off on Expert One-on-One J2EE Development without EJB

Spring versus Hivemind

I found this very informative thread over on the serverside with the authors of Hivemind and Spring discussing the differences in their approaches. Scroll down past the hivemind announcement for the juicy stuff: http://www.theserverside.com/news/thread.tss?thread_id=28937 I would sum up the differences … Continue reading

Posted in Java | Comments Off on Spring versus Hivemind