- Language
- String / Number
- AWT
- Swing
- Environment
- IO
- JS interaction
- JDBC
- Thread
- Networking
- JSP / Servlet
- XML / RSS / JSON
- Localization
- Security
- JNI / JNA
- Date / Time
- Open Source
- Varia
- BigIndex
- Download
- TS2068, Sinclair QL Archives
- Real's HowTo FAQ
- Donate!
- Funny 1
- Funny 2
- Funny 3
- Funny 4
- One line
- Ascii Art
- Deprecated (old stuff)
Servlet/JSP/EJB HowTo
- Read me
- Servlet
chevron_rightGet servlet parameters
chevron_rightServlet with no args
chevron_rightSet a Cookie from a servlet
chevron_rightRead a Cookie from a servlet
chevron_rightDelete a Cookie from a servlet
chevron_rightAsk a password from a Servlet
chevron_rightTalk to a Servlet/JSP from an Applet
chevron_rightTest for Cookies support
chevron_rightDisplay ResultSet data in an HTML Table in Servlet
chevron_rightSpecify the filename to be used for a file sent by a Servlet
chevron_rightPass information to another servlet/jsp
chevron_rightHandle PDF output
chevron_rightDetect if a connection is secured
chevron_rightIn a Servlet, check if Form Field is present
chevron_rightGet the root dir of a web app
- JSP
chevron_rightGet Client IP from JSP
chevron_rightBinary output from a JSP
chevron_rightUse a connection cache from JSP
chevron_rightRead a web application property
chevron_rightUse EJB from JSP
chevron_rightDefine a method in a JSP page
chevron_rightPrecompile JSP page
chevron_rightGet a list of directories from JSP
chevron_rightUse and share a class in JSP pages
chevron_rightGet the root dir of a web app
chevron_rightLaunch an applet from a JSP
chevron_rightPrevent caching of a JSP output
chevron_rightLaunch an external program, capture its output and display it in a JSP
- EJB
chevron_rightCall another EJB
- BEA WLS
chevron_rightKeep java files generated from JSP (BEA WLS)
chevron_rightGet the server version (BEA WLS)
chevron_rightQuickly create a Web application with BEA WLS
chevron_rightNicely display WEB.XML informations
chevron_rightReverse the CLASSLOADER order (BEA)
chevron_rightDetect change in JSP and recompile (BEA)
chevron_rightObtain a remote connection to a DataSource or EJB (Weblogic)