Misc Java Notes

By robby
  • 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.

Eine Antwort zu „Misc Java Notes“

  1. yappis sagt:

    Umm, „Kinda Ajax“ yeah right… batch file to set class path… How to destroy a session… Did you really find these things so interesting/difficult you thought it would be a great idea to share them with the rest of us Internet users? :D

Eine Antwort schreiben