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 ...
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 ...
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 ...
SmartMode integrates with most application servers and IDEs, developers can immediately take advantage of SmartMode’s time- and cost-saving features. SmartMode starts you with a great framework and ...
Sun heeft de code van JavaServer Faces (JSF) vrijgegeven onder de CDDL-licentie van het bedrijf. De laatste versie, 1.2, is in Suns Glassfish-applicatieserver te vinden; eerdere versies zijn via ...
Recall from Part 1 that JavaServer Faces (JSF) is conceptually a mixture of Struts (Apache’s popular open source JSP framework) and Swing (Java’s standard desktop application framework). Like Struts, ...
When you surf the Internet and peruse a Web page with interactive content, chances are that the page was developed using Microsoft Corp.’s Active Server Pages (ASP) technology or Sun Microsystems Inc.
[February 4, 2003 - ADT's Programmers Report] - The Lotus Notes developer has been on the sidelines a bit over the last few years as Microsoft has marched its Visual Basic troops toward .NET, and ...
You will probably want to make any written output, however, compliant with HTML rules. That way the Java output will fit into the design of the rendered page, or at least not cause HTML parser errors.