Java uses pointers but it is not with an explicit syntax – thats all it is; this is how I see it and its not totally pass by reference. It can be argued in different ways as to what you call it – and its totally fine I am not going to argue. I just came across this very nice article on the web at javadude – thanks to Scott the person who wrote the article
September 25, 2007
March 7, 2007
JarBundler Ant Task
JarBundler ant task for Mac OS X allows using the OS X JarBundler application from within your ant script. This is a huge help since this eliminates having to create a OS X application manually using the JarBundler after each build.
Home page: http://informagen.com/JarBundler/
June 23, 2006
.do web page extension
A web page with extension '.do' what type of file is this? A web server can be setup to use any extension for any type of files so '.do' can be any kind of file.
Java based web applications that use the struts framework use this extension. Struts uses a config file to map an incoming request to a Java class on the server side that does the processing, a struts request shoud have the extension ".do"
JNLP, MIME, WebSphere settings
[ 2006/02/23]
To enable WebSphere to serve Java Web Start applications, you have to add the jnlp mime-type to web sphere
In the admin console for web sphere include a new mime type
MIME type: application/x-java-jnlp-file Extension: jnlp
In the admin console go to:
Environment->Virtual Hosts->default-host->MIME Types