I'm all for busting on bloated J2EE app servers, but it's a pretty silly article. Scaling a web app across multiple machines is basically a solved problem, at least at the load-balancing and failover level. The hard part is dealing with shared data, which this "grid" thing seems to ignore completely. You need to scale your app across a hundred cheap servers? Buy a LocalDirector off eBay for $100 and call it a day.
J2EE should be an easy target. It solves a problem almost no one has: the need to coordinate transactions across multiple databases or other data sources. This is why the ultimate defense that J2EE boosters usually cling to is "Oh yeah? Can your thing do two-phase commit?" In reality, the number of applications that truly need two-phase commit is so small that BEA would likely be out of business if only those people were buying their server.
It's too bad, because I actually like Java when it isn't mixed up in this stuff. I saw some really nice stuff at ApacheCon last week, where people were talking about Java web frameworks that actually contain useful ideas. None of them, however, are J2EE.
What are the frameworks? (Score:1)
"Perl users are the Greatful Dead fans of computer science." --slashdot comment
Re:What are the frameworks? (Score:1)
Re:What are the frameworks? (Score:2)
Re:What are the frameworks? (Score:1)
Re:What are the frameworks? (Score:2)
Re:What are the frameworks? (Score:1)
Re:What are the frameworks? (Score:2)