Archiv für Juli 2006

Misc Java Notes

Juli 26, 2006
  • Intelligent WEB-GUI-Components (kind of Ajax):
  • New eclipse version: What’s new in Eclipse 3.2?
  • Java-classpath-configuring in Windows: with the following two Batch-Files it is possible to add all the files of a directory to the classpath. (Copied from here)
    build.bat
    ---------
    set CP=
    
    for %%i in (lib*.jar) do call cp.bat %%i
    cp.bat
    ------
    set CP=%CP%;%1
  • how to let tomcat destroy a session. Two options: in the web.xml-configuration or in ur application.

Free Download of JavaOne Sessions (2005,2006)

Juli 9, 2006

Here you can find all the JavaOne Session of 2005 and 2006. The PPT-PDFs (or maybe star-office slides) are downloadable directly, for the Multimedia-Version you have to register.