Saturday, March 21, 2009

java web start application

Hi ,

  I think most of the java guys know about the java web start , as i learned yesterday here are some points about that 

1) java web start  will come up with yout jdk.
2)Main purpose of this appplication is  say  you requested for some  x application in the net ,the application u are running having old java version ,  then u cannot  use x application which is having latest JRE environment .
3) java web start allows you to  automatically download the  JRE into your client system of any version whuch your application doesnt support.
4) you no need to the bother about the  differnt browsers ,  u can mention the attibute like java  5 or  java 6 what ever u want through web start ,it will  take of every  client which is accesing ur application ,if there is no proper version it will install and work.


No comments: