Categories
Development

Spring Love

Bruce Tate loves the Spring Framework. I’m a big fan too, and in a couple of weeks time are attending a days seminar with Matt Raible. He’ll be running us through Spring MVC, which is the part of Spring I have least experience with. Really looking forward to it. 🙂

Categories
Development

Java with Spring as effective as 4GL

I didn’t see this article before today. That’s really impressive results, but as they point out GUI development is the hardest part in Java. We spend way too much time tweaking GUI stuff compared to business/application logic.

Another weakness is the learning curve of the J2EE frameworks. The 4GL has a much lower learning curve sacrificing control. But like one of the older experienced 4GL guys at work pointed out; you don’t have control when something goes wrong, but then it’s just as easy to work your way around the problem with some drag and drop.

Categories
Development

J2EE transactions

This is exactly what I’m trying to fully understand at work. I’ll have to read up on the entire series at work tomorrow.