Archive for November 25th, 2005

JSR 277: Java Module System

Friday, November 25th, 2005

Some have recently pointed out that JSR 277 might be the answer to some of the items mentioned in my last post. There isn’t much to go on simply by reading the JSR page, but does appear to be a step in the right direction. But we’ll have to wait until Java 7 to find [...]

Java Application Bundles?

Friday, November 25th, 2005

Felipe Gaucho brings up an interesting point on his Java.net post about being able to package all of your applications dependencies within a single JAR file. I have often wondered how you might be able to do something like this on the desktop. On the server side, you can place all of your dependencies into [...]