BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage DevOps Content on InfoQ

  • Glassbox - Automated monitoring and troubleshooting using AOP

    Glassbox is a production Java monitoring solution built around AspectJ, released under LGPL. Glassbox made it's first public announcement yesterday with the release of Glassbox Automated Troubleshooter beta 2. Glassbox deployes as a war file to your appserver and then uses AspectJ load time weaving and to monitor app code and other artifacts.

  • Sun Officially Backs Ruby, Brings JRuby In-House

    Charles Nutter, one of the developers of the JRuby (Ruby on JVM) project, announces JRuby is being brought into the Sun Microsystems fold.

  • Choosing a Continuous Integration Server

    In the first of a series of articles on continuous integration Paul Duvall compares three popular continuous integration servers, Continuum, CruiseControl, and Luntbuild. He considers criteria such as features, longevity, target environment, and ease of use.

  • August Sandcastle CTP is Now Available

    Last week Microsoft released another community tech preview for Sandcastle. Sandcastle is the tool Microsoft currently uses to produce the API documentation for Visual Studio 2005. Anand Raman of the Sandcastle team claims that they can compile the documentation for the entire framework API in about 30 minutes.

  • Will Amazon Change How Enterprise Applications are Written and Hosted?

    Amazon has quietly been expanding their business model as of late. They are targeting developers with three new computing services: Amazon Elastic Compute Cloud (EC2), Amazon Simple Storage Service (S3), and Amazon Simple Queue Serve (SQS). Bloggers have been commenting on how the products could revolutionize how applications are provisioned and deployed.

  • Spring 2 Final Approching with new support for OSGi, JPA, Asynch JMS

    Spring 2.0 final is set to come out on September 26th - a few months after the original launch dates. InfoQ spoke to the Spring team to find out what's been going on. Spring has been updated with JPA final spec support, asychronous JMS, the new JSP form tag library, and a collaboration with IBM, BEA, and Oracle to bring OSGi support to Spring.

  • freebXML 3.0 Final Released

    The freebXML Registry team announces the release of version 3.0-final of the royalty-free open source implementation of the ebXML Registry standard. InfoQ gets some information about this release from Farrukh Najmi, one of the leaders of the project.

  • TestNG concluded more suitable for large-scale testing than JUnit 4

    Andrew Glover has compared TestNG and JUnit 4, taking a look at some features that TestNG has over JUnit 4. Andrew quickly takes the position that TestNG is better for large scale testing, despite JUnit 4's recent addition of annotations and "dramatically relaxed structural rules for test case authoring."

  • H2 1.0 Database by Hypersonic Creator is Out

    HSQLDB creator Thomas Mueller has released 1.0 final of H2, his pure Java database successor to HSQLDB. H2's focus is to be best database for the lower end (low number of concurrent connections, embedded usage). InfoQ spoke to H2 creator Thomas Mueller to find out more.

  • Spring and EJB 3 Compared

    devx is hosting an article comparing Spring 2 and EJB 3 focusing on support for persistence, transaction management, and statefulness, concluding that support is mostly the same with but with EJB being slightly better at handling state.

  • LINQ Examples Posted

    Scott Guthrie has posted the materials from his recent Language INtegrated Query (LINQ) talk at Tech Ed Australia. For those looking for detailed code samples to understand LINQ further, download these materials. LINQ is a set of extensions for .NET to provide a native query syntax for C# and VB, allowing developers to perform SQL-like queries against any .NET collection or drop down to raw SQL.

  • JSR 284: Towards a "virtual Java virtual machine"

    The first early review draft of JSR 284: Resource Consumption Management API has been posted for review. Spec lead Greg Czajkowski told InfoQ "In some respects this is a step towards "virtual Java virtual machine", where a single instance of the JVM can host programs whose data and performance can be isolated from one another."

  • Marc Fleury on what makes open source business models tick

    After presenting to numerous investors, JBoss founder Marc Fleury has distilled a very coherent description of what makes an open source business model tick and how it's different from traditional proprietary license-revenue business models. It's a useful read from a trends perspective.

  • WebObjects to be Open Sourced; Apple to focus on WO Runtime

    Apple has announced that it will be deprecating it's developer tools around WebObjects and instead focusing it's efforts on the WebObjects runtime and encouraging an open source community to develop around WebObjects tools. ThinkSecret also reports that WebObjects will be going open sourcing most of it's code.

  • WebLogic Real Time 1.1 Provides < 30 ms latency

    BEA has released WebLogic Real Time (WLRT) Core Edition 1.1 today, their product intended to bring Java into what has traditionally the realm of C/C++ apps. Real Time claims to have 20 millisecond average latencies and 30-millisecond maximum latency on its own benchmark application. BEA is recommending Spring as the programming model for Real Time.

BT