InfoQ Homepage Java Content on InfoQ
-
Phoenix: Running SQL Queries on Apache HBase [Updated]
Salesforce.com has open sourced Phoenix, a Java layer enabling developers to run SQL queries on Apache HBase. Update: An interview on Phoenix with James Taylor, Lead Developer at Salesforce.com, has been appended.
-
Lienzo 1.0: A Scene Graph API In Java For The HTML5 Canvas
Lienzo 1.0 is a new GWT library offering an advanced API over the HTML5 Canvas. AS well as the low level operations already offered by Canvas in GWT, Lienzo adds a rich set of GUI primitives such as shapes, zooming, animations, drag-and-drop, event handling and more
-
Vert.x Joining Eclipse Foundation
Project founder Tim Fox's choice, the Eclipse Foundation, will be the future home of Vert.x after VMware confirmed that they had no objections to the plan.
-
Adopt-a-JSR Program Online Meetup Today
Adopt a JSR Program is an initiative to encourage Java User Group (JUG) members to get involved in the Java Community Process (JCP) by adopting a Java Specification Request (JSR). The team behind the Adopt-a-JSR program is hosting an online meetup on January 18. This is your opportunity to provide feedback and contribute to JCP process.
-
Is C Still A Suitable Language Today?
Damien Katz, Couchbase, believes that C is still a great language for back-end programming, while other developers argue that C has too many flaws, supporting C++ or Java, while others like neither.
-
Apache Isis: Java Framework for Domain-Driven Design
Apache has released Apache Isis, a Java framework for rapidly developing domain-driven applications. Users focus on developing domain objects and Apache Isis takes care of persistence, security and the user interface. Apache Isis became an Apache top-level project in October 2012 and version 1.0 was released on December 2012.
-
ZeroTurnaround Launches New Java Research and Content Organisation
ZeroTurnaround, the vendor behind the popular JRebel and LiveRebel JVM plugins, which accelerate the Java development cycle and automate app deployments to live environments without downtime, have announced a new research and content organisation called Rebel Labs. The organisation will, they claim, offer free, vendor-neutral technical resources for the Java community.
-
Nashorn Voted In as a Successor to Rhino in the OpenJDK Project
The current OpenJDK members have voted Oracle's Project Nashorn, a new JVM-based JavaScript implementation, as a successor to Rhino which is the current JVM JavaScript implementation. Nashorn is due for release with Java 8 in late 2013. It allows JavaScript to be embedded in Java applications and to develop standalone JavaScript applications.
-
Flash4j 3.0 - A Java Api For Flash Development
Flash4j is a Java API (initially a wrapper over Apache Flex) that offers Java developers a familiar way to develop Flash applications in pure Java without knowledge of ActionScript.
-
Oracle Releases Security Fix for Java 7
Oracle today released Java 7u11 with security fixes for remote code execution vulnerabilities related to escaping the applet sandbox through crafted reflection API calls. Read on to find out more about it, and how to find out if you are affected or not.
-
What is the Future of Vert.x?
When Tim Fox, project leader of the open-source Apache Licensed project Vert.x, left VMWare in December he had intended to continue working on the project after joining RedHat at the start of this year. However, VMWare now own the trademark and project assets, and it's not clear whether it can continue under the same name. Read on to find out what happened, and what the current situation is.
-
Version 5 of Programmer's Text Editor jEdit Released with Support for Scala and Dart
jEdit version 5.0.0 was recently released. It has new editing modes for Scala and Dart, and improved Mac OS X support regarding the UI and keymappings. All keyboard shortcuts are now configurable and presets are offered for Emacs and IntelliJ IDEA. This is also the first version that supports localization (French, German, Russian, Czech and Japanese are offered).
-
Java 8 for Raspberry Pi Developer Preview
Oracle released the Java 8 developer preview for ARM processors last week. This early access build is especially tailored for running JavaFX on Raspberry Pi devices.
-
Adopt a JSR Program Receives Increased Oracle Backing
Oracle throws weight behind London JUG Adopt a JSR Program
-
Netflix Hystrix - Latency and Fault Tolerance for Complex Distributed Systems
Netflix has released Hystrix, a library designed to control points of access to remote systems, services and 3rd party libraries, providing greater tolerance of latency and failure. Hystrix features thread and semaphore isolation with fallbacks and circuit breakers, request caching and request collapsing, and monitoring and configuration.