InfoQ Homepage Java Content on InfoQ
-
A Few Highlights from QConSF2013- Part 2 of 2
It's one thing having an in-house training program. But there is a certain deeper insight that can be gained from attending a Q-Con conference in person. Which may be one reason why attendance at the globe-hopping event continues to grow.
-
ORM Tool Hibernate 4.3 Released, Implementing JPA 2.1 Specification
The final version of the Object-Relational Mapping, ORM framework Hibernate 4.3 was recently released and is now a certified implementation of the JPA 2.1 specification, (JSR 338), released in May 2013.
-
IntelliJ 13 Released
Jetbrains has announced the release of IntelliJ IDEA version 13 Community Edition and Ultimate edition. Both feature a completely revamped user interface, including support for Android, Java 8 (including Lambda expressions) and many other development technologies introduced this year.
-
Oracle Tunes Java's Internal String Representation
In an ongoing effort to improve Java performance, Oracle has announced a change in the internal representation of Strings as of Java 1.7.0_06.
-
Apache Kafka - A Different Kind of Messaging System
Apache has released Kafka 0.8, the first major release of Kafka since becoming an Apache Software Foundation top level project. Apache Kafka is publish-subscribe messaging implemented as a distributed commit log, suitable for both offline and online message consumption. It is a messaging system initially developed at LinkedIn for collecting and delivering high volumes of event and log data.
-
Oracle Invites Community to Weigh-In on Java EE 8
In keeping with their tradition of community collaboration on the Java platform, Oracle is asking the enterprise development community to participate in a survey to help define the requirements for the next version of Java Enterprise Edition, Java EE 8.
-
Firefox 26 Blocks Java
Mozilla Firefox 26 now blocks all Java plug-ins by default due to security concerns but allows users to run such plug-ins if they want to.
-
PayPal Switches from Java to JavaScript
PayPal has decided to use JavaScript from browser all the way to the back-end server for web applications, giving up legacy code written in JSP/Java.
-
YourKit Released the 2013 Version of its Profilers
For the recent 2013 version release of their Java Profiler, YourKit focused on improving its high level data collection features. The intention of the so called J2EE high level profiling is to get insight into the logical processing, rather than just providing timing information.
-
Eclipse Foundation Leads JCP Elections
Last week finalized elections for the open seats with the Java Community Process (JCP) Executive Committee (EC). Receiving the most votes this year for the elected positions is the Eclipse Foundation, which will hold its seat for a two year term within the voting body.
-
Netty 4 Reduces GC Overhead by 5x at Twitter
The Netty Project released the first version of Netty 4 in July. It has significant performance improvements primarily from reducing garbage collection overhead. Integrating Netty 4 at Twitter has led to a five times performance gain, but with some costs.
-
Healthcare.gov Performance Analysis by AppDynamics
Augmenting the roster of tribulations haranguing Obamacare and the healthcare.gov website comes a technical deep-dive performed by leading performance monitoring organization AppDynamics that paints a picture of a sophomoric development initiative used to build that site.
-
Oracle Releases 51 Security Fixes for Java
Last week, Oracle released a Critical Patch Update, which included 127 new security fixes for the Oracle ecosystem of products, including Java SE, amongst others. There were 51 critical security fixes for Java, which affects both client and server deployments.
-
Oracle Releases NetBeans 7.4 with JDK 8 and Mobile Web Application Support
After previewing it at JavaOne, Oracle has now officially released NetBeans 7.4. The new release allows developers to work with the JDK 8 previews, adds support for integrating HTML5 into Java EE applications, and provides tools for developing mobile applications with Apache Cordova.
-
Improving Eclipse
There is a discussion in the Eclipse ide-dev mailing list on how to make Eclipse more competitive. This was prompted by the blog post Why we dropped Eclipse in favour of IntelliJ.