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 ...
Addison-Wesley and Developmentor have provided TheServerSide.com with the entire book of Servlets and JSP the J2EE Web Tier for free download. Servlets and JSP the J2EE Web Tier is a book authored by ...
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 ...
Last month, we took a first look at server-side Java, sticking our toes into the water by writing some servlets. Servlets are Java programs that produce dynamic web content. CGI programs are ...