BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • Monitoring Ruby

    Developing Ruby and RoR apps might be easy - but what to do when something goes wrong, the interpreter misbehaves or memory leaks spring up. We look at the current options for taking a peek inside Ruby applications.

  • Continuous Integration and Code Inspection with Hudson and FindBugs

    A recent article published in IBM developerWorks talks about automating Continuous Integration and Code Inspection tasks in a build process using open source tools. It explains how to install and configure Hudson server with Subversion, Ant, and software inspection tools like FindBugs and PMD to create a build process with continuous feedback on test results and defects.

  • Sun Releases Open-Source PDF Renderer

    Sun has released a new open-source project as part of SwingLabs: PDF Renderer, "a 100% Java PDF Renderer and Viewer." PDF Renderer can parse the Portable Document Format (PDF) from a file and display it, as an AWT image, in a panel, or using any Graphics2D implementation.

  • Using Axis2 for Asynchronous Web Services

    A new article by Eran Chinthaka, Develop asynchronous Web services with Axis2, provides several examples of using the asynchronous APIs of Axis2 in client and server side applications.

  • Multiple Techniques Seek to Bring Dynamic Deployment to JEE

    Web application developers using dynamically typed interpreted languages like PHP, Python or Ruby are used to being able to make a change in their application and see it immediately by refreshing the browser. A number of vendors are looking to improve the situation for Java with two techniques being actively researched.

  • XNA Game Studio 2 Released

    The second edition of XNA Game Studio has been released for Visual Studio 2005.

  • Microsoft Enterprise Library 4.0 will get a dose of Dependency Injection

    The next version of the Microsoft Enterprise Library, v4, will support dependency injection out-of-the box. Dependency Injection will be provided in containers both separately and part of the library. It's important to note that the next release of the Enterprise Library was going to be v3.5 but was changed to be v4.0 due to the amount of core changes to the library.

  • Adobe Open Sources Remoting and Messaging Technologies Along With AMF Protocol Specification

    Today Adobe announced they are opening sourcing the remoting and messaging technologies from LifeCycle Data Services as BlazeDS. They are also open sourcing the AMF protocol specification.

  • HTTP Being Revised

    Mark Nottingham notes that the HTTPbis working group had its first face-to-face meeting recently to discuss updates to HTTP.

  • Static Code Analysis can Highlight Deeper Flaws

    Static code analysis (SCA) tools like those offered by FindBugs, PMD, CheckStyle, IntelliJ IDEA can help a development team track down problems and keep quality high. But when an SCA tool flags a problem, how should a team react? Vikas Hazrati's Static Code Analysis is just the Tip of the Iceberg suggested: look deeper.

  • Autotest - a hidden tool gem

    Autotest runs your tests whenever you save your files - actually, it's smarter than that. We take a look at how a tool like Autotest helps Ruby developers be productive without needing an IDE.

  • Changes Coming for Mono on OS X

    Currently Mono offers two GUI toolkits, Windows.Forms and Gtk+. Both of these work on OS X, but they only run via an X server. Just like early Java GUI toolkits, the non-native look and feel is causing problems for developers. Miguel de Icaza has announced that Mono 1.2.6 will be shipped with an OS X native backend for both toolkits.

  • Debate: What role will the JCP play in Java's future?

    Recently, Alex Blewitt described the Java Community Process (JCP) as dead, likening it to a headless chicken which "doesn't realise it yet and it's still running around, but it's already dead". This touched off a debate over the usefulness of the JCP and how much it will play a role in Java's future.

  • Forrester Looks at Increased RIA Adoption in the Workplace

    Forrester released a new report written by Eric Driver and Ron Rogowski. The report is titled RIAs Bring People-Centered Design to Information Workplaces.

  • A Look at the Buzzword Spell Checker Implementation

    In Buzzword’s September release, spell checking support was added to the online word processor built using the Adobe Flex Framework. This week, David Coletta from the Buzzword team is sharing details on this part of their implementation in his blog posting, "Buzzword Spell Checking Internals."

BT