You can't judge a book by its back cover. At least, that's true in the case of More Servlets and JavaServer Pages. The book is divided into five sections. Part I consists of three chapters that ...
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 ...
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 ...
When Java burst on the scene, applets were the stars of the show. It was already clear that the HTML browser was a wonderfully universal application platform, although not a very rich one. Applets ...
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 ...
Oracle became stewards of the Java platform as a by-product of their acquisition of Sun Microsystems. But looking back, it seems that the Java Platform has been more of a burden than a blessing.