Java

JBoss 4 Release available - AOP still not performing, hibernate usage simplified

Seid points me to the official JBoss 4 roll out.

Did you know ? It is the first J2EE certified open source application server.

Jgroups for Clustering features, usage of Hibernate simplified, but according to Seid the delivered AOP (Aspect Oriented Programming) framework does not perform as it should…. hey… and it's not a young thing… AOP was introduced there some time ago! – July 30 I posted about the developer release of 4.0 – so the dudes have been working a mere 1,5 years now…

Also there's a new developed Web Services framework jboss-ws4ee replacing jboss.net.

Experts quote:

Quote:

Anyway, I would recommend to anyone who makes a new project development environment to switch to 4.0, but, if you use 3.2.x productively, there is still no urgent need to upgrade it. It sounds reasonable, at this point, to wait for next releases of JBoss 4 for such a step.

Average rating
(0 votes)

Similar entries

  • That sounds nice: the JBoss 4.0 DR 2 from the JBoss 4.0.x Development Releases that was released today aswell a few minutes later features a JBoss JDO implementation for standard Java object persistence a JMS rewrite of the Message service…

  • JBoss Optimization tips

  • JBoss clustering, JBoss J2EE compliance, J2EE IDE

  • Released some hours ago: JBoss 3.2.2 RC 2 (3.2.x Development Releases) and Jboss 3.0.8, from the JBoss 3.0.x production release branch variant. They say the new versions only have minor feature enhancements… JBoss is an Open Source, standards-compliant, Enterprise JavaBeans…

  • Aspect-oriented programming (AOP) is an exciting new paradigm that should have the same effect on software development that object-oriented programming (OOP) had 15-20 years ago. AOP and OOP are not competing technologies, but actually complement each other quite nicely. OOP is great for modeling common behavior on a hierarchy of objects. Its weakness is in applying common behavior that spans multiple non-related object models; this is where AOP comes in.