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

  • Standard Java API for JSON

    JSR-353, the Java API for JSON Processing (JSON-P), has reached final approval ballot this month. JSON-P (similar to JAXP) consists of a Streaming API (similar to StAX) and an Object Model API (similar to DOM). Please note that this API does not include JSON data binding (similar to JAXB), and is unrelated to the more popular JSONP or "JSON with padding".

  • Java Still Vulnerable, Despite Latest Patches

    Just days after the latest fix, security researcher Adam Gowdiak has found another Java vulnerability. In addition, in the past few days, attack code targeting one of the many remote-code-execution vulnerabilities fixed in Java 7 Update 21 have also begun circulating in the wild.

  • Java 8 Delayed to 2014 by Ongoing Security Woes

    Oracle Java Platform Chief Architect Mark Reinhhold has announced that Oracle has decided to delay the release schedule of Java 8.

  • Tabris 1.0: Cross-platform Mobile Development in Java

    After three years in development, EclipseSource has released Tabris 1.0, a cross-platform Java mobile development framework for iOS and Android.

  • IntelliJ IDEA 12.1 Lands with JavaFX 2.0 Support

    JetBrains has begun shipping IntelliJ IDEA 12.1 which sees the IDE gaining full support for JavaFX 2.0, the latest incarnation of the Java client platform. Version 12.1 of popular IDE also includes new features for Gradle, Scala, Groovy and Play Framework users.

  • Google Releases Mirror API for Glass

    Google has released the Mirror API for writing Glassware applications and the final specification for Glass devices.

  • Struts 1 Reaches End Of Life

    Struts 1, the venerable Java MVC Web framework, has reached End Of Life status, the Apache foundation has announced. In a sense, the move simply formalises what has already happened, as the Struts team have focused their efforts on version 2; the last release of Struts 1 was in December 2008. The change of status does mean that no further security patches or bug fixes will be issued.

  • Study: Clojure, CoffeeScript and Haskell Are the Most Expressive General-purpose Languages

    According to a study, the most expressive general-purpose languages are Clojure, CoffeeScript and Haskell. The study uses LoC/commit as the measuring unit of expressiveness.

  • ZeroTurnaround Acquires Javeleon

    Java software tools maker ZeroTurnaround has acquired Javeleon, a Denmark based startup that produces a product related to ZeroTurnaround's popular JRebel dynamic Java class-reloading tool.

  • ZeroTurnaround has Announced the Availability of LiveRebel 2.6

    ZeroTurnaround has announced the availability of LiveRebel 2.6, its software release automation tool. InfoQ has interviewed Krishnan Badrinarayanan Product Manager to learn more about LiveRebel and the latest release.

  • Camunda Forks Alfresco Activiti

    Camunda, a Berlin-based software and consulting company specializing in BPM, has announced that they are forking Alfresco Activiti to launch a new product called camunda BPM. The new product replaces camunda fox, the firm's previous Activiti-based BPM offering.

  • Xtend 2.4 Adds Active Annotations, Android Support and More

    Xtend is a statically compiled programming language for the JVM but which has type inference to reduce boilerplate code. The new Xtend 2.4 release adds active annotations, which can be used to generate standard patterns and reduce coding errors, as well as Android support and collection literals. InfoQ caught up with Sven Efftinge to find out what else is new with the Xtend 2.4 release.

  • Tom Baeyens, creator of jBPM and Alfresco Activiti, Starts New Venture to Bring BPM to the Cloud

    Tom Baeyens, the original creator of JBoss jBPM (acquired by Red Hat) and Activiti (acquired by Alfresco), has announced Effektif, a new cloud-based Business Process Management (BPM) tool for process automation. The new venture is being developed in partnership with Signavio. InfoQ spoke to Baeyens and co-CEO of Signavio Decker to find out more.

  • Spring for Apache Hadoop 1.0

    SpringSource has released Spring for Apache Hadoop 1.0. Spring for Apache Hadoop allows developers to write Hadoop applications under the Spring Framework. It also allows easily integration with Spring Batch and Spring Integration. Spring for Apache Hadoop is a subproject of the Spring Data umbrella project, and is released under the open source Apache 2.0 license.

  • Red Hat Takes Over Leadership of OpenJDK 6

    Red Hat have announced that they are taking over support of OpenJDK 6, just days after Oracle posted what it says will be the final freely available update, number 43, to its commercial Java 6 development kit.

BT