Skip to main content

Blog Archive for jfalkner during July 2006

This is a blog page for the folks at Apple in Sacramento. We had a good time talking about Java, and here are some of the things that we've done. Interesting Links and Info Jayson's E-mail: jfalkner@umich.edu On-line Java 5 SE JavaDocs Sun's Java Docs Search Box Java Performance White Paper Win32 Language Performance Shootout JAVA_OPTS is the system property that you can use to set...
This code as been shown many times before, including in my book. This is exactly what the title says: a JSP that will display the request headers sent by your browser. It is also a good example of how to use the JSP EL and the JSTL core tags to make an incredibly simple JSP. Here is the code. Simply copy and paste it in to a JSP, ideally one that you are editing in Netbeans. You must have the...