Sun Microsystems Inc. has recently open-sourced the code for its implementation of JavaServer Faces (JSF), its framework for building user interfaces to Java-based Web applications. “JavaServer Faces ...
Recently, I had the good fortune of training and mentoring a group of novice Java developers as we implemented a complex Web application using Struts, Enterprise JavaBeans (EJB), servlets, JavaServer ...
Unlike servlets, which are bits of Web-server functionality that take values and send out responses (a la Common Gateway Interface (CGI)), JSPs are combinations of Java and HTML code that are ...