Archive for April, 2005

Apr 27 2005

SiteMesh article

Published by under Java

There’s an article about SiteMesh here.
I haven’t tried it out yet, but I’ll my sure to include it in my test project. I’m currently doing a small project to test new ideas and products. Many of the ideas I’m exploring is based on the excellent Domain Driven Design book by Eric Evans.
Products on my [...]

No responses yet

Apr 15 2005

AJAX your beans

Published by under Java

DWR (Direct Web Remoting) is a library that lets you do AJAX style calls to your beans wrapped on the server side by a Servlet. It seems like it dynamically creates javascript functions corresponding to you bean methods. Neat. I’ll have to take a closer look at it later. Of course you’re still stuck with [...]

No responses yet

Apr 13 2005

Eclipse ORM plugin

Published by under Java

It seems Oracle has announced that it will help develop an EJB3 compliant ORM mapping tool for Eclipse. We’re using their TopLink mapping workbench today, and having a similar tool inside Eclipse would be a great asset to us. It really makes mapping easy, and could save lots of time. I’ll be looking forward to [...]

No responses yet

Apr 13 2005

Spring IDE updated

Published by under Java

Matt Raible has some details about the Spring IDE plugin for Eclipse beeing updated and moved to a new site. Check out the link here.

No responses yet

Apr 11 2005

Spring Web Flow PR2 out

Published by under Java

Keith Donald has a quick writeup on PR2 of Spring Web Flow here. I didn’t really see the need for these web flow extensions earlier, but after completing a major web project I really see the need for them. I started setting up a Spring/Hibernate project yesterday for testing out Hibernate3 and Spring Web Flow. [...]

No responses yet

Apr 10 2005

Doc your Spring context

Published by under Java

I installed this tool at work on friday. It helped me with the overview of our context files as well as some long needed cleanup of them. Excellent.
Via Bent.

One response so far

Apr 03 2005

Comment spammers driving me insane

Published by under Web

Jeez, comment spammers are really hitting this site. I run Spamassassin but a lot of the comments end up in my moderation queue. So I scan them and delete most of them, but I really don’t get comments like this:

This is such a wonderful and informative way to reach others. I Will be more than [...]

No responses yet

Apr 01 2005

Spring Web Flow Visual Editor

Published by under Java

Spring Web Flow coming nicely along, and there even seems to be a slick visual editor for it. This would be applicable for many of the applications we create today. I’ll have to dive into this one soon and check it out.

No responses yet