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

  • Sun Creates Feature Removal Process for the Java Platform

    No feature has ever been removed from the Java SE platform, and the stand policy has been that no feature ever will be removed. JSR 270 takes the first step to reversing this trend with the definition of a set of guidelines to govern removal of features with javax.sound.midi being the first considered.

  • 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."

  • Discovering the Patterns of Web 2.0

    Tim O'Reilly recently held a workshop to discuss the emerging patterns of Web 2.0. The goal of the workshop was to build on his paper What is Web 2.0. Notable attendees included Martin Fowler, Bill Scott from Yahoo, Cal Henderson form Flickr, and Sandy Jen from Meebo. Gregor Hophe summarizd some of the key findings.

  • 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.

  • Java SOAP Framework XFire 1.2 Released

    XFire, the high performance Java SOAP framework from Codehaus has released version 1.2, the last version before the project merges with Celtix into Apache CeltiXfire. XFire includes such features as Spring integration, JBI support, and pluggable bindings for POJOs, JAXB, and XMLBeans. Improvements since version 1.1 include JiBX data binding, Aegis binding inheritance, and HTTP GZIP.

  • 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.

  • WebSphere Portal 6 and the business case for Portals/Portlets

    IBM has announced Websphere Portal Server 6.0, it's entry level Portal offering which includes a Portlet design tool, basic SSO, personalization-rules, configurable security policies, built in search, the ability to host multiple distinct sites off one instance, WSRP, and JSR 168 Portlets. InfoQ spoke to IBM to find out more about Portal development in the enterprise.

  • Five Habits of Highly Effective Software Developers

    What are some of the code-level practices of highly effective developers? Robert Miller wrote a detailed article on Java.NET covering 5 practices which could apply to any language, including minimalist constructors, methods with clear focus and intent, minimizing logic in mutating methods, and minimizing dependendies between behaviour methods.

  • InfoQ Article: Grails + EJB Domain Models Step-by-Step

    Grails could bring Ruby on Rails style productivity to the Java platform, built on the Groovy language and fully integrated with Java. In this tutorial, Jason Rudolph shows how to use Grails to quickly build a functional website around an existing EJB 3 entity bean domain model with very little code.

  • Sun Releases Identity Management to Open Source

    OpenSSO is an open source access management software distribution that provides the means to build authentication, authorization, and session management for Java and web applications and web services. Sun will be basing the Sun Java System Access Manager product on OpenSSO.

  • Closures Proposed for Java SE 7

    Some of the main architects of the Java language) have put out a proposal for adding closures and local functions to Java SE 7, a feature that Smalltalk users always raved about, which is common in scripting langauges and even C# supports them. The reactions from the community have been over all quite positive.

  • Bringing Profiling to Eclipse - The Eclipse Test & Performance Tools Platform

    Many developers are unaware that the Eclipse Foundation has had a profiling project, the Eclipse Test & Performance Tools Platform (TPTP), since 2004. TPTP addresses the entire test and performance life cycle, from early testing to production application monitoring, including test editing and execution, monitoring, tracing and profiling, and log analysis capabilities.

  • Geert Bevin on The Philosophy Behind RIFE

    A few weeks back InfoQ covered the 1.5 release of the RIFE Java web framework. This week Artima Developer featured an extensive interview with RIFE founder Geert Bevin which covers the project's history and new features.

  • Towards the Optimal Javascript Inheritance Technique

    Lead developer of the ThinWire Java-based RIA framework Joshua Gertzen has written an article going over existing approaches to implementing OO inheritance in Javascript and presents the solution they ended up using on their product.

BT