Categories
Web

All your data belongs to Google

So I’ve installed the Google Webaccelerator. I read email at Gmail, search at Google and pipe all my websurfing through Google Webaccelerator. I just hope they still repeat “don’t be evil”, cause if they want to they could make a pretty personal profile of who I am. 😉

Smart trick by the way to show how much time you have saved. Time equals money. 😉

Update: And then it’s disabled. It fucked login to a website. Don’t bother figuring out why.

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.