InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Java Module System (JSR 277) Presentation from Spec Lead Stanley Ho

Posted by Scott Delap on Feb 02, 2007

Sections
Development
Topics
JSR 294 ,
JSR 277 ,
JCP Standards ,
JCP ,
Java ,
Languages ,
Programming
The BeJUG website recently released a presentation on JSR 277  the Java Module System. InfoQ has covered JSR 277, the related JSR 294, and the similar OSGi in the past.  The presentation covers the driving forces for JSR 277 such as classpath and jar hell. It also covers how the module system will be implemented with code examples of JSR 294 super packages and how they will work with JSR 277. The presentation then goes on to detail how Java modules will be defined and how classes are exported for use by other modules. It then shifts to cover repositories in JSR 277 which are a mechanism for storing, discovering and retrieving modules. Repositories allow the storing of multiple module versions unlike the JAR's of today.  While the early draft is ready for review, the JSR team is still exploring many topics such as submodules, internationalization, monitoring and management.  The online presentation also includes over five minutes of QA time after the presentation.
  • This article is part of a featured topic series on Java
JSR what? by Glenn Vanderburg Posted
Re: JSR what? by Scott Delap Posted
  1. Back to top

    JSR what?

    by Glenn Vanderburg

    Scott -- what the heck is JSR277? What is it attempting to do? Does it have a name?

  2. Back to top

    Re: JSR what?

    by Scott Delap

    Valid point. When you cover a JSR for so long you forget that everyone doesn't know what it is. Changing the title now =).