darklord505_FE
Joined: 03 Nov 2006 Posts: 53
|
Posted: Sat May 19, 2007 11:59 am Post subject: Improved Modularity Support in the Javatrade; prog.language |
|
|
The Java programming language with new constructs (tentatively called "superpackages")
It allows hierarchical modular organization. We expect these constructs to be supported at the virtual machine level, through modifications or extensions to the JVMs access control rules.
Today, an implementation can be partitioned into multiple packages. Subparts of such an implementation need to be more tightly coupled to each other than to the surrounding software environment. Today designers are forced to declare elements of the program that are needed by other subparts of the implementation as public - thereby making them globally accessible, which is clearly suboptimal.
To get more detaile to http://www.roseindia.net/java |
|