InfoQ Homepage Java Content on InfoQ
-
Top 10 New Things You Need to Know About Java 6
Sun Microsystems' Danny Coward and Mark Reinhold have published the top 10 features in Java SE 6 beta 2, as well as a list of approved and co-bundled features, including the bundling of Java DB (Apache Derby) into the JDK.
-
Refactoring the EJB APIs
Artima has interviewed EJB 3 spec lead Linda DeMichiel on how EJB was refactored for simplicty between EJB 2 and EJB 3, including three separate spec documents, simplifying EJB interfaces, annotations and when to use them, and dependency injection.
-
"Literate Testing" for Readable JUnit Tests
How much time do you spend puzzling out the intention of a test? Robert Chatley, Tom White and Brian Marick have been using a more natural sentence style to make Java tests easier to read, calling it "Literate Testing".
-
AOP Used to Isolate Change on Large-scale Financial System
A large-scale J2EE-conversion project of 50+ developers at a financial services company recently had a chance to use aspect oriented programming (AOP) as a mechanism to isolate change. Vincent Frisina, revealed some of the consequences as well as some lessons learned about Agile development.
-
JBoss SEAM 1.0: rethinking web application architecture
JBoss SEAM 1.0 was released today; SEAM extends the POJO + annotation-driven and configuration-by-exception programming model of EJB 3.0 into the entire web app stack, while unifying JSF, EJB, AJAX, and business process management (jBPM) into one tightly-integrated framework. InfoQ spoke to Gavin King and got some more background on SEAM and it's 1.0 release today.
-
Resource Injection in the Java EE platform Overview
One of the simplification features of Java EE 5 is the implementation of basic dependency injection to simplify web and EJB components. Annotations are used for injecting resources, services, and life-cycle notifications. A new tutorial on java.sun.com shows how to use annotations to do resource injection and we've summarized what can be injected and where.
-
Scala: combining the best of Ruby and Java?
Like Ruby, Scala has a very terse syntax and its extensibility makes it suitable for writing DSLs, like Java, Scala is statically typed and can call Java code seamlessly without any declarations or glue code. Scala founder Martin Odersky (who co-designed Java Generics and implemented javac) has started blog today with his first entry on the history which led up to Scala.
-
BEA Workshop (formerly M7 NitroX) 3.1 Adds EJB3, JPA, Spring
BEA a couple of weeks ago released BEA Workshop Studio 3.1, which is the former NitroX Eclipse productivity toolset that BEA acquired when they bought M7 last year. Main features of the new release is the EJB3 ORM Workbench, bundling of the Spring IDE Project and integration with Eclipse Web Tools Project 1.0.2.
-
InfoQ.com Officially Launched!
InfoQ has officially launched today, having previously been in unlaunched/testing mode since May 17th. InfoQ is a new Enterprise Software Development Community serving Java, .NET, Ruby, SOA, and Agile. Interest so far has been high, with over 19,249 unique visitors to the site. Today's launch presents version 0.7 of the site. Thank you to our members, sponsors, and authors!
-
Web Beans JSR 299 approved by JCP for further development
The new Web Beans JSR 299 has been unanimously approved by the JCP executive committee for further development. Web Beans aims to integrate EJB 3 session and entity beans to be used as JSF managed beans eliminating the dual layers of web actions and EJB's common in web apps. Web Beans also defines constructs for state and workflow in the web tier.
-
JBoss Rules 3 (Drools) is out
JBoss is timing a number of releases to coincide with next weeks JBoss world in Las Vegas. The latest is JBoss Rules 3.0, which is the new brand for the Drools rules engine project under JBoss' umbrella and support model. Drools is a Rules Engine implementation based on Charles Forgy's Rete algorithm tailored for the Java language.
-
IBM Backs Dojo Ajax Toolkit
IBM earlier this month committed i18N support to the Dojo toolkit and has just announced its intention to continue contributing to Dojo, as well as joining the Dojo Toolkit foundation. IBM wil also be contributing accessibility and databinding code to Dojo.
-
Implementing SOA with JEE 5 and JBI Paper Published
Sun has published a technical article, "Implementing Service-Oriented Architectures with the Java EE 5 SDK", that shows how to combine custom business logic with JBI, JEE, BPEL and a SOAP binding component to implement a service-oriented composite application.
-
RedHat completes JBoss Acquisition
RedHat today announced the completion of the acquisition of JBoss; RedHat's goal with this acquisition is "to create a complete, end-to-end open source solution across the IT life cycle, from application development to testing and certification to production deployment." JBoss will become a distint division within RedHat and its open source projects and it's brand will be maintained.
-
Beautiful JavaScript Windows and Dialogs for your Application
French expert user-interface programmer Sebastien Gruhier releases latest version of his beautiful Prototype Windows code, based on Prototype and compatible with Scriptaculous effects.