This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: HK2 for WebLogic Server and GlassFish Server
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
HK2 is an implementation of the JSR-330 standard. It also provides an API for fine control over the operation of HK2 and the ability to automatically load services into the service registry. It is the foundation for the GlassFish V3 application server and consist of several technologies. HK2 is an open source initiative from Oracle and soon will be the heart of Oracle WebLogic Server as well.
This session provides an overview of HK2 basics, including the module management isolation layer, a simple dependency injection mechanism, and a service-based architecture with ...