• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

j2se 7 new keyword "module"

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Might just be rumour, but apparently from April/May 2010 when J2SE7 hits the wild, there'll be this new keyword "module".
I *think* this means we can specify a J2SE compiler version to use with our source code, allowing a completely new top-level encapsulation.

I *think* this means we can change Java radically, without breaking backward compatibility.

I suppose I may as well just come straight out with it :
I want C# syntax aliasing

*adopts kung-fu stance, braces for that argument about inter-element indexing*




 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to http://www.jcp.org/en/jsr/summary?id=277, JSR-277 (which specifies the module system) is inactive, and thus won't be part of Java 7. In my view that's a good thing, because OSGi accomplishes much of the same, and has already been accepted as part of JSR-291.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic