InfoQ Homepage Java Content on InfoQ
-
Update on IKVM, a JVM for the Common Language Runtime
The goal of IKVM is to add Java support to the Common Language Runtime in two ways. In dynamic mode Java byte code is reinterpreted as IL code at runtime. In static mode, Java source code is compiled into IL instead of Java byte code. Running in either mode, IKVM seeks to be a nearly full implementation of the Java specification.
-
Dependency Injection in Java EE 6 Provides Unified EJB and JSF Programming Model
Dependency Injection is one of the main features of recently released Java EE 6 version. JSR 330 (Dependency Injection for Java) provides a standardized and extensible API for dependency injection. And JSR 299 (Contexts and Dependency Injection for the Java EE Platform 1.0), which builds on JSR 330, unifies and simplifies the EJB and JSF programming models.
-
The Java EE 6 Web Tier: Servlets Gain Asynchronous Support, Improved Extensibility
Some of the most significant enhancements in Java EE 6 have occurred in the web tier. The Servlet API, the basis of almost all Java web frameworks, sees improvements to extensibility and plugability, and gains standardised asynchronous support. In the first of two articles on the EE 6 web tier InfoQ takes a look at the Servlet 3.0 specification.
-
Google Collections 1.0 Offers Enhanced Implementations of the Java Collections Framework
The Google Collections Library, version 1.0-final, was released on December 30, 2009. The library – an assortment of enhanced implementations of the Java collections framework - is the culmination of years of work by numerous engineers including Google’s Kevin Bourrillion, Jared Levy, Doug Lea, Josh Bloch, and Bob Lee.
-
Gremlin, a Language for Working with Graphs
Gremlin is a Turing Complete programming language useful for working with graphs. It is a Java DSL that makes extensive use of XPath to query, analyze and manipulate graphs.
-
QCon London in 2 Months: Skype, Facebook Case studies; QCon iPhone App
The 4th annual QCon London is just 2 months away! 75% of the schedule is now live including case studies from Facebook, Skype, sky.com, and dozens more. The next discount deadline to register expires tomorrow. QCon this year has an iPhone app! Search for 'QCon Guide' in the AppStore.
-
JBoss HornetQ 2.0.0.GA Released with (Optional) Native Linux Journal for Improved Performance
After JBoss first announced the rebranding of JBoss Messaging to HornetQ this summer, it has now followed with a GA release.
-
SpringSource Moves dm Server to Eclipse.org and EPL License with Project Virgo
Today SpringSource announced the creation of the Virgo project which proposes transitioning dm Server to an EPL based Eclipse project.
-
The State of Flex RIA Development Ecosystem
Flex 1.0 was released in March 2004. Since then, the Flex based RIA development has been increasingly gaining momentum; and RIA has become a well accepted web application development approach. To assess the state of Adobe Flex, InfoQ reviewed the current Flex RIA development ecosystem.
-
Sun Releases Early Access Version of RAD Tool for JavaFX
Sun has released an early preview of one of the two RAD tools it is building for JavaFX through the NetBeans update centre. JavaFX is also seeing some more high profile early adopters including the 2010 Winter Olympics website.
-
JProfiler 6.0 Supports Dynamic Instrumentation and Locking History Graphs
The latest version of JProfiler supports dynamic instrumentation, locking history graphs and exceptional method run analysis. The company behind JProfiler, ej-technologies, recently announced the release of version 6.0 of the java application profiling software. The tool also allows monitor profiling and thread dumps view.
-
Maven and JRuby Roundup: Maven_gem Brings Maven Libs to RubyGems, GemCutter Inspires JavaGems
JRuby's Charles Nutter is making Maven artifacts installable as RubyGems. An alternative to using Maven is JavaGems, built on RubyGems, Bundler and Gemcutter to make it easier to install libraries for Scala, Clojure and other JVM languages. Also, JRuby gets the ability to generate real Java classes.
-
IBM Adds Support for XPath 2.0, XSLT 2.0 and XQuery 1.0 to WebSphere 7
IBM have released a feature pack which adds support for Xpath 2.0, XSLT 2.0 and XQuery 1.0 making WebSphere Application Server 7 the first application server with complete support for this most recent set of W3C XML standards. InfoQ talks IBM's Andrew Spyker, Chief Architect for the feature pack.
-
Clojure 1.1 Adds Transients, Chunked Sequences for Efficiency
Clojure 1.1 RC1 is out and cuts the overhead of functional programming with a few new constructs: transients bring controlled mutability for persistent data structures; chunked sequences make lazy sequences more efficient. InfoQ takes a look at what makes these improvements work.
-
Spring 3.0: Java 5 Required, Adds New Expression Language and REST Support
A new version of the Spring Framework, version 3.0, was released today. InfoQ spoke with Juergen Hoeller, technical lead of the Spring Framework project, to learn more about this release and the changes that it brings to the Spring portfolio.