BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Java Content on InfoQ

  • Interview with William Louth on JXInsight 5.0

    JInspired released version 5 of JXInsight, their performance monitoring tool. InfoQ sat down with William Louth, JXInsight Product Architect and CTO of JInspired to talk about the release and performance monitoring and optimization.

  • Spring Conferences target RIAs

    Next month brings several conferences, all with strong RIA tracks. Desktop Matters is focused on Java Swing development, EclipseCon is all things Eclipse, 360Flex covers Flex, and QCon has a strong RIA track.

  • Advising Domain Objects without AspectJ

    n a recent article on Java.net Eric Batzdorff considers the application of AOP in respect to singletons versus domain objects. Batzdorff points out that the weight of using such technologies can be much more noticeable when advising domain objects versus singletons.

  • Tapestry 5 Preview: POJOs and Annotations over XML

    Apache Tapestry has released a preview of Tapestry 5, a complete re-write that adopts Java annotations over XML, POJO component classes over base class inheritance, and promises significant performance improvements.

  • Amazon, eBay, Yahoo! architectures to be presented at QCon

    Architects from Amazon, eBay, and Yahoo! will be doing case study talks on aspects of their architectures at QCon London (March 14-16), a three day conference (plus 2 tutorial days) featuring speakers such as Martin Fowler, Dave Thomas, Gavin King, Werner Vogels, Rod Johnson, Erik Meijer, and 50 others. Tracks span Java, .NET, Ruby, SOA, Agile, Ajax, Architecture, Usability, and others.

  • Beans Binding Update: Scott Violet on JSR 295

    Scott Violet has written an update on the status of JSR 295 (Beans Binding). While externally, there has been little happening since last summer, the expert group has made substantial progress and he posts a small demo and some code.

  • Seam 1.1.5: Now tested on all major appservers

    Red Hat has released Seam framework 1.1.5. Seam ties together other JEE frameworks such as EJB3, JSF, jBPM, JBoss Rules (Drools), and iText. This release includes security framework enhancements and increased support for applications servers such as Websphere among its features.

  • Java Module System (JSR 277) Presentation from Spec Lead Stanley Ho

    The BeJUG website recently released a presentation on the Java Module System (JSR 277) by spec lead Stanley Ho. The presentation covers the driving forces for JSR 277 such as classpath and jar hell. The online presentation also includes over five minutes of QA time after the presentation.

  • InfoQ Interview with Maher Masri, CEO of Genuitec on MyEclipse 5.5M1

    Genuitec released version 5.5M1 of MyEclipse Enterprise Workbench this week, and InfoQ sat down with CEO Maher Masri to talk about the new features, including SNAPs.

  • JSR-310 Announced: Date and Time API

    Stephen Colebourne has announced JSR 310, a new Date and Time API, to be based on Joda-Time and hopefully shipping in Java 7. As the JSR reads, the goal is to provide a more advanced and comprehensive model for date and time than those found in the Date and Calendar APIs.

  • Bruce Eckel: Use Flex as the UI for Java Applications

    Bruce Eckel has written about the future of user interfaces in Java. He reviews the state of Rich Internet Applications (RIAs) and states that while Ajax helps, a language designed for user interfaces and rich media is what we need. He proposes that we stop trying to use one language (Java) to solve all of our problems , and instead use Flex and Apollo as a front-end for systems written in Java.

  • Interview: Arjen Poutsma on Spring Web Services

    InfoQ talks to Spring Web Services creator Arjen Poutsma about Spring's Java Web services stack and the different approach it has to building Java Web services. Topics covered include the reason for yet another WS framework, advantages of contract-first, document-driven Web services, JAX-WS, and REST.

  • JSR 296 Swing Application Framework Prototype Release

    One of the common developer complaints with Swing since its inception has been where is the application framework. JSR 296 - Swing Application Framework which is attempting to address this issue released its first prototype this week.

  • Easier Swing Threading with SwingWorker

    In a new Java.net tutorial John O'Conner walks developers through using SwingWorker, which has been included in the core JRE for the first time with the release of Java 6.

  • Using Terracotta for clustering or as a POJO-based Data Grid

    Two recent articles discuss Terracotta DSO. The first is an overview piece that walks through using Terracotta in a simple example. The second is an article describing how to use Terracotta to build a POJO-based Data Grid.

BT