notes, references

September 25, 2007

Java pass-by-value

Filed under: Java — Tags: — karthik @ 7:26 pm

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

http://javadude.com/articles/passbyvalue.htm

March 7, 2007

JarBundler Ant Task

Filed under: Ant, Java, Mac OS X, tools, utils, api, etc — Tags: , , , — karthik @ 8:09 pm

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

Filed under: Java, STRUTS, Web — Tags: , , — karthik @ 11:47 pm

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

Filed under: IBM/Websphere, Java, Java Web Start, JNLP — Tags: , , , — karthik @ 11:24 pm

[ 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

	

Theme: Silver is the New Black. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.