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

  • Pulse Continuous Integration Server 1.1 Released

    Zutubi has recently announced Pulse 1.1. Pulse is a continuous integration server for building and testing your project's source code. It supports a number of build frameworks (ant, maven, etc) and SCM servers (CVS, Perforce, Subversion, etc).

  • BEA Finishes Moving OpenJPA Code to the Apache Incubator

    BEA has finished the last set of OpenJPA code drops to the Apache Incubator. OpenJPA will be an enterprise grade JPA implementation suitable for production use. It will also form the basis for BEA's commercial Kodo 4.1 and WebLogic's JPA support.

  • InfoQ Article: The Annotation Hammer

    Venkat Subramanium takes a look at Java SE 5 Annotations. What they are, how to create them, and more importantly, how to use and not misuse them. "The right use of annotations" is a design concern that deserves due consideration in application development.

  • Best Practices for Planet-Scale Software Updates

    A new Microsoft research paper has examined data from billions of Windows update queries from 300 million computers using the Windows update service in order to learn about the traffic characteristics of software patch distribution and also examine alternative architectures (P2P and caching) to support planet-scale software updating.

  • VistaFei Brings GUI Editing to Google Web Toolkit

    Wirelexsoft has announced VistaFei, an Eclipse-based visual GUI editor for Google Web Toolkit (GWT). GWT UI's can be built using drag and drop from a Palette controls and WYSIWYG editing area. VistaFei provides more than 35 elements in the palette covering most developer's needs for AJAX application design.

  • TestNG 5.0 Released

    Cedric Beust has announced the launch of TestNG, the popular Testing framework and alternative to JUnit. Alexandru Popescu (TestNG co-founder) is also InfoQ's Chief Architect. TestNG 5 improves configuration, reporting, ease of use, and bug reporting.

  • Ajax for JSF: ICEFaces Enterprise Edition 1.0

    ICEsoft has released version 1.0 of ICEFaces Enterprise Edition. ICEFaces extends JavaServer Faces (JSF) allowing developers to write AJAX style web applications in pure Java without having to use Javascript. ICEFaces provides an Ajax Push technology that allows server changes to be "pushed" to browser based clients without traditional polling techniques.

  • AJAX, JPA, and JSF Articles Added to Java BluePrints Catalog

    The Java BluePrints Catalog available on Java.net has been updated with new writeups on JSF, AJAX, and JavaEE 5 Persistence.

  • Grid Computing with the Java Parallel Processing Framework

    The Java Parallel Processing Framework has been making frequent point releases recently; it provides an API and framework to distribute tasks over a cluster of computers and coordinate their execution in parallel, load balanced with recovery. Application code for tasks are dynamically distributed and class-loaded onto cluster node with no pre-deployment or configuration required.

  • Mastering EJB 3.0 is Out

    The fourth edition of the best seller Mastering EJB is now launched and as per prior tradition, is available for free download on TheServerSide.com. The new version is updated for EJB 3.0 and also covers tips and techniques related to deployment, and integration.

  • JBoss Cache 1.4 Released; Adds Buddy Replication

    JBoss has released JBoss Cache 1.4 final, their distributed caching product which also includes PojoCache (formely TreeCacheAOP). The release adds Buddy Replication and Data Gravitation features and also optimizes their RPC marshalling algorithm resulting in 20-50% improved performance and throughpout.

  • JRuby Leaves SourceForge for Greener Pastures at Codehaus

    The JRuby project has moved from SourceForge to competitor Codehaus. InfoQ asked the project leads about their decision and the answers shed light on recent problems plaguing SourceForge.

  • Bruce Tate's "From Java to Ruby" Reviewed

    Frequent technical author Bruce Tate's latest title "From Java to Ruby" takes a look at moving to Ruby from the eyes of a Java manager. Greg Sporar, Sun's Chief Netbeans evangelist reviewed the book. Javaworld today also posted a 'Ruby for Java' article.

  • Borland to Sell Java and .NET IDE Business

    Borland is getting close to finding a buyer for it's IDE business which includes JBuilder, Delphi, C#Builder, and C++Builder. The company announced it's intention 5 months ago that it wanted to sell it's IDE tools and Interbase business, and claims to have received 12 enquiries of interest.

  • Eclipse / Sun Relationship Still Icy

    Eclipse and Sun both have large gravitational pulls in the Java community. Eclipse is the largest Java IDE while Sun controls the Java language. Cooperation between the two has been limited at best in recent years and shows little sign of improving.

BT