Skip to content

Tag Archives: java

Glassfish is doomed in the ‘department’

There’s been lots of discussion the past six months about the fate of MySQL under the ownership of Oracle. Now that the purchase of Sun is complete, I’m much more concerned about the fate of the excellent JEE platform Glassfish. For example some people think that superior technology will prove to Oracle that Glassfish is [...]

ORM-is-Dead meme

I agree with Stephan, and  Aldo; ORMs increasingly get in the way.
Collection mapping is one of those “hello world” problems. (The “hello world” example in the doco looks totally trivial and completely ideal [which is the problem], but suck-in-the-galaxy-greet-it-and-then-map-all-the-stars problem, which is more like what your real app looks like, is far less than trivial [...]

Tapestry 5 web framework

Lately I’ve been writing a Tapestry 5 based web application. I’ve used it before for a smaller application but this is the first time I’ve used it on a larger project. In a number of ways it is a very powerful framework to write web applications.
The basics of Tapestry is that it is a component-based [...]

Oracle to buy Sun …

Yes, it’s true. Oracle and Sun have both announced the marriage. Techcrunch has the full press release. ZDnet some other commentary.
A few people seem to be sweating about MySQL. It would not be stressing about MySQL too much. It could get spun off, who knows. It’s even possible, as some commenters on Techcrunch say, that [...]

GUI builders, modern development practices, and vendor lock-in

The Paranoid Engineer has declared ‘Screw All Gui Builders‘, with an excellent example of the genre of code that can be produced by one such tool, contrasted against the much nicer hand-written code. Now I can certainly sympathise with his pain. The thing that really gets my goat up, and the subject of this post, [...]

‘Disappeared’ DAO layers

Adam Bien still wants to believe that a JPA layer can directly replace a formal ‘DAO layer’. And I still disagree.
I might agree that for simple enough systems, it could end up being that in fact the service layers end up with PersistenceManager logic directly in their methods. But then I might say a language [...]

Is Java “architecture” irrelevant?

Simon Mittag says that Java Architecture is becoming irrelevant.
I am now a contractor for a large government organisation and as part of my role there, I get to participate in these workshops. Trust me, a fruitless exercise. People bickering about their favourite frameworks, why to use Axis over Spring-WS, why everyone should use maven style [...]

Open source and profits

Sun’s sales topped estimates, according to Bloomberg, and this was all thanks to its open source software strategy, according to Matt Asay at CNET:
Sun Microsystems is getting some love from Wall Street after its sales and earnings topped estimates, as detailed by Bloomberg. Software sales jumped 21 percent year-over-year.
What is fueling the growth? The same [...]