Categories
Web

Comment spammers driving me insane

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 glad to share this site

No links, no nothing. I approved some more today too, and I’m not quite sure if it’s spammers or not. The language looks really much like what the spammers are using. I bet they are using this just to piss me off. 😉

Categories
Development

Spring Web Flow Visual Editor

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.

Categories
Development

Hibernate vs. Rails

The ServerSide has a comparison of Hibernate and Rails.

As the author wrote Rails has some interesting aspects, and they are both good for different kinds of systems. It looked really slick and easy to get a simple Rails system up and running, but I got the sense that it was extremely database oriented. It seems to encourage a way too tight coupling and too little layering than my taste. It’ll be interesting to watch as it matures.