JavaServer Faces, a standard technology for building user interfaces for Java-based Web applications, is now shipping. In development for two years, JavaServer Faces is intended to enable developers ...
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 ...
Particularly when your client applications need a human interface and must be available across a network to people using diverse computing platforms, you’ll chose to implement your client applications ...
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 ...