InfoQ Homepage Java Content on InfoQ
-
Netty 3.3.1 Release Supports SPDY Protocol
The Netty 3.3.1 release adds support for SPDY protocol, which has been proposed for inclusion in http/2.0, fixes regression of Android support and reduces memory consumption of ZLib compression.
-
Effective Scala - Best Practices from Twitter
Twitter has open sourced its Effective Scala guide. The document is on GitHub and is licensed under CC-BY 3.0. Scala is one of the primary programming languages used at Twitter, and most of the Twitter infrastructure is written in Scala. The Effective Scala guide is a series of short essays, a set of "best practices" learned from using Scala inside Twitter.
-
Kotlin Open Sourced
JetBrains have open-sourced their Kotlin language, compiler and have offered a free plugin for IntelliJ users to write Kotlin code. The language is also buildable with Ant, Maven and Gradle builders. How does it compare to the other JVM based languages on the scene? Read on to find more.
-
Apollo 1.0 Released, Next Generation ActiveMQ
Apache Apollo 1.0, ActiveMQ subproject, was just released. Apollo's new threading model which is geared to multi-core microprocessors makes it faster, more scalable and more reliable than ActiveMQ. Apache Apollo now has JMS support along with a set of JMS benchmarks that show it is a clear competitor in the messaging space.
-
PrimeFaces 3.0 Released: Ajax, Mobile and IE 9 Components for JSF2
PrimeFaces 3.0 was recently released offering an extensive suite of JSF2 Ajax enabled components, a separate version for iPhone/Android devices and support for Internet Explorer 9.
-
IntelliJ IDEA 11 - What is New
JetBrains released IDEA 11 before Christmas, bringing improvements to performance, Groovy and Grails support, and to Version Control plugins. InfoQ took a detailed look at what is new.
-
JSF 2.x Update from Ed Burns
InfoQ got a chance to catch up with Ed Burns, JSF specification lead. Ed shared his viewpoints on where JSF stands in light of Ajax, and HTML5 as well as a recap of what happened in JSF 2.0, 2.1 and what is happening in 2.2. Ed covers how JSPs are first processed as Facelets, multi-tenancy, how JSF will support HTML 5, JSF adoption, high-traffic sites that use JSF, and more.
-
VMware Releases SQLFire 1.0
VMware releases SQLFire 1.0 a distributed SQL database geared towards high availability and horizontal scalability which offers table replication, table partitioning and parallel execution of queries.
-
Eclipse Juno and the Future of the Eclipse Platform
Eclipse Juno M5 was released last week, based on the Eclipse 4.2 platform. Although a revolutionary step towards the UI, some are concerned that the Eclipse Platform project needs more resources to be able to complete the transition in time for this Summer's release. Read on to find out more about the Eclipse Juno E4 transition.
-
Byteman 2.0.0: Bytecode Manipulation, Testing, Fault Injection, Logging
JBoss has released Byteman 2.0.0, an open source Java bytecode manipulation tool licensed under GNU LGPL 2.1. Byteman is a Java agent which helps testing, tracing, and monitoring code. It allows developers to change the operation of Java applications, either as it is loaded or during runtime.
-
WebLogic 12c Taking Java EE 6 to the Cloud
At the beginning of December, Oracle released WebLogic Server 12c. The new version of WebLogic is the first release of the application server to fully support the Java EE 6 standard, originally approved in December 2009. In addition, WebLogic Server 12c is a key part of Oracle's entire cloud strategy. InfoQ spoke to Vice President of Development at Oracle, Cameron Purdy to find out more.
-
JBoss Releases Hibernate 4.0
JBoss Releases Hibernate 4.0 which comes with Multi-tenancy support, the introduction of a standard mechanism for writing Hibernate extensions, initial refactorings towards OSGI and several other cleanups.
-
First Milestone of Ceylon and Ceylon IDE
Earlier this week, the first milestone of Ceylon IDE was released, bringing an IDE to the Ceylon language, which saw its first milestone at the end of December. Read on to find out more.
-
SpringSource Releases Spring Data Redis 1.0.0
SpringSource has recently released Spring Data Redis, an abstraction over the existing Java Redis libraries that offers a unified API and easier Java Object serialization for Spring based applications.
-
Scala IDE 2.0 Adds Refactoring Support
Just before Christmas, version 2.0 of the Scala IDE was released. The Scala IDE project, started by Miles Sabin, and later joined by Typesafe to result in a production quality Scala development environment. InfoQ caught up with Typesafe's Iulian Dragos to ask what's new.