InfoQ Homepage Java Content on InfoQ
-
Converting Java to Objective-C with Google’s J2ObjC
Google has open sourced J2ObjC, a transpiler converting Java source code to Objective-C/C++ source code for the iOS platform.
-
Ex Sun Developers Bring WORA Java Support to Android, iOS, and Other Mobile Platforms
Founded in 2012 Israeli start-up Codename One is producing a new Java SDK that allows Java developers to write native applications that support a number of mobile device platforms including iOS, Android, BlackBerry, and Windows Phone from a single code-base.
-
Oracle and Apple Struggle to Deal with Java Security Issues
Java has been in the news a lot recently thanks to a rather messy response to a high profile Java security issue, CVE-2012-4681, and a related set of vulnerabilities which target the Java browser plug-in.
-
Oracle Dropping Cloud Support from Java EE 7 Plans
In a move that is becoming rather familiar, Oracle has announced that it is looking to reduce the scope of Java EE 7 in order to keep development on track, by deferring PaaS and multi-tenancy support to Java EE 8.
-
JBoss Developer Framework: A Documentation Hub For JBoss Technologies
JBoss Developer Framework is a central documentation resource for JBoss related technologies. The emphasis is on showing a developer how to use the whole software stack at all layers (e.g. user interface and persistence layer) in a single place. It contains Maven quickstarts, tutorials, migration documentation and other resources related to web development for the JBoss Application Server.
-
Java 6 EOL Extended to February 2013
Oracle has announced that the end-of-life (EOL) of Java SE 6 has been moved from November 2012 to February 2013. This is to give organizations small and large more time to transition to Java SE 7. This is the second EOL extension given to Java SE 6, the original EOL date being July 2012. The last publicly available release of Java SE 6 will be in February 2013 with the release of Java SE 6u37.
-
Inside the Java Community Process
The first in a new regular feature where we report on the results of the monthly meetings of the Java Community Process.
-
Community-Driven Research: What Are Your Priorities for Java and the JVM?
InfoQ's research initiative continues with a second question about "What Are Your Priorities for Java and the JVM?". This is part of our new service that we hope will provide you with up-to-date & bias-free community-based insight into trends & behaviors that affect enterprise software development. Unlike traditional vendor/analyst-based research, our research is based on answers provided by YOU.
-
Azul Offers Free Zing JVM to Open Source Community Projects
Azul Systems have announced that they are making their pauseless Zing JVM freely available to Open Source developers and projects for use in development and testing.
-
Terracotta BigMemory 3.7: Multi-Terabyte Support, Improved Search, Enhanced Security
Terracotta Inc has released BigMemory 3.7, an off-heap store snap-in for Enterprise Ehcache. BigMemory speeds up applications by keeping data in memory, without the long garbage collection pauses that is common for large JVM heap sizes. New in this version is support for multi-terabyte servers, lower search indexing overhead, and enhanced security.
-
Reactions to Mark Reinhold's Recent Announcement of Project Jigsaw's Delay
Java developers across the ecosystem have been swift to react to Mark Reinhold's announcement last week that project Jigsaw, Oracle's planned modularity framework for Java, will now be delayed until Java 9.
-
OmniFaces: A Utility Library for Java Server Faces
OmniFaces is a utility library attempting to ease JSF development for Enterprise applications. It offers several solutions for common issues encountered in JSF, including validation for component groups, a renderkit for HTML5, full Ajax exception handling and more. It complements existing JSF implementations such as ICEFaces, PrimeFaces and RichFaces.
-
Jigsaw Deferred until Java SE 9
Mark Reinhold has announced on his blog that the Java Jigsaw modularity proposal has been moved from inclusion in Java SE 8 and deferred into Java SE 9. This will allow Java SE 8 to be released on schedule in August 2013, whilst the modularity proposal can be refined with wider visibility for inclusion in August 2015's Java SE 9 release.
-
JBoss Enterprise Application Platform 6 - Java EE 6, Fast Start-up, Low-memory, Cloud-ready
Red Hat has recently released JBoss Enterprise Application Platform (EAP) 6, which features a cloud-ready architecture, improved management capabilities and better development tools. It can be deployed in on-premise, private, and public clouds, and is the run-time engine that drives Java applications in OpenShift, Red Hat's PaaS offering.
-
Eclipse Code Recommenders Proposes Code Based On Bayesian Networks
As part of the Eclipse Juno release, a new project, Eclipse Code recommenders joins the train. The idea of the code recommenders is to adjust and filter the set of proposals given when the code proposal key sequence is triggered. The proposals are suggested based on probabilities of using those methods in the current context. Read on for more.