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

  • JRuby 0.9 Released; Runs WEBrick, Rails, RubyGems, and Rake

    Released today, the JRuby 0.9 interpreter for Java can now run RubyGems, the WEBrick Ruby HTTP server, and Ruby on Rails. JRuby co-lead Thomas Enebo told InfoQ that Rake also recently started to work. JRuby 0.9 also includes a number of bug fixes, an improved YAML parser thanks to JvYAML and RbYAML projects, and all non-native standard libraries are bundled in the JRuby distribution.

  • InfoQ Article: Application Failover using AOP

    In this latest InfoQ article, Debasish Gosh writes about how AOP was used on a large financial project to transparently implement error handling logic over the Oracle 10g RAC database and IBM MQSeries, to enable transparent failover.

  • Struts and Shale (JSF) Finally Part Ways

    After a heated discussion on the Struts-Dev list about the future of Struts and Shale, it has been announced late last week that Shale will become it's own top level Apache project, instead of a sub-project of Struts. This is good news for Struts and JSF developers, as the industry will not have clarity and also both camps will have greater freedom to evolve separately.

  • Functional Programming in Java with Generics and CGLib

    Those interested in Functional Programming usually have to use a well suited-language like Scheme, Haskell, Ruby, or Groovy; or, in Java, use Anonymous Inner/Local classes to fake it like commons-collections. Ray Cromwell has a method for doing FP in Java using Generics and CGLib with less code and type safety.

  • Catching up with Groovy

    Groovy released its jsr-6 version last week. InfoQ chatted with lead Guillaume Laforge to find out the current status through 1.0 final. Noteworthy in the JSR-6 release are patches submitted by Oracle around Groovy's easy support of JMX beans, a new solution for mocking (based on Groovy's Meta-Object Protocol), stored procedures. Enhancements for 1.0 aim to make Groovy as fast as raw Java.

  • Eclipse 3.2 & Callisto Now Available for Download

    Callisto, the Eclipse simultaneous release of Eclipse 3.2 final as well as 10 sub projects became available for download this afternoon. The goal of the simultaneous release is to eliminate uncertainity about project version numbers, and cross-project compatibility. The milestone also coordinates and organizes the different development groups together.

  • Red Hat Sued Over Hibernate 3 ORM Patent Infringement Claim

    Firestar Software has filed a patent claim against Red Hat for Hibernate 3 allegedly infringing on a patent covering O/R mapping. Firestar, who has not released it's ObjectSpark O/R product since 2003 claims that it "has suffered and will continue to suffer substantial damages."

  • JBI Spec Lead Criticizes Competing SCA Initiative

    JBI (Java Business Integration) spec lead Ron Ten-Hove examines SCA (Service Component Architecture) and considers it "a very poor approach to creating a service-oriented architecture".

  • JavaRef.com Ajax-driven Javadoc browsing

    Javaref.com is a new Ajax-driven Javadoc repository the currently includes packages from 85 projects. Java API documentation is displayed in a style that is radically different from the classic javadoc style that generated with JDK. The site itself is built with Tapestry.

  • Simplified i18n with new Cintoo Messages 1.0

    Cintoo Messages is an i18n framework that was developed over the course of several large internationalization projects where existing Java solutions were not sufficient. Messages supports locales for threads and different bundles for different Java packages. Bundle mapping configuration is done outside of client classes resulting in simplified code.

  • Adobe launches Flex 2 RIA platform; Flex SDK is now free

    Adobe has released Flex 2, its platform for ajax-style enterprise rich internet application development that runs on Flash, whose version 9 now includes Just-In-Time compiler. The Flex 2 is now free for developing and deploying Flex apps on the Flash runtime. An Eclipse-based IDE and enterprise messaging/data connectivity featuring real time messaging is also available for enterprise customers.

  • Apache Geronimo 1.1 Released

    With this release of Geronimo you can finally run it on Sun Java 1.5 VM, as long as you don't require CORBA. Another notable change from the 1.0 release is that Geronimo now is available in two distributions, one full and certified J2EE distribution and one "stripped down" distribution that only incudes a minimal installation with a Jetty or Tomcat http server.

  • InfoQ Book Review: Agile Java Development with Spring, Hibernate and Eclipse

    Matt Morton asked the question "Can Java be as Agile as the Dynamics (Ruby, Python, Groovy)?" and went to Anil Hemrajani's book to find out. He found a readable, useful book, and helps idenfity the right audience for this book.

  • OpenLaszlo Legals Preview Compiles to DHTML

    The OpenLaszlo project has had a lot of attention in the Java community, being one of the first solutions for building rich internet applications via compiling XML apps into Flash SWF files. OpenLaszlo has released their first preview of OpenLaszlo Legals which can now compile RIA apps into DHTML.

  • How many production sites run JSF?

    Addressing questions about JSF's adoption in the industry, JSF co-spec lead Roger Kitain has published a list of production sites using JSF, and is encouraging end users to you also add their own sites to the list, which currently includes a number of large deployments.

BT