GeekArticles
Java
ServletsThe XML Servlet
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 435 times |
Add CommentFiled in: Servletsby John Hicks, Cerium Component Software Incorporated The XMLServlet is one of three XML tools developed by Cerium for its own database website projects. What do we mean by a database website? For us, that means a website with (1) lots of content; or (2) content that is often replaced or updated; or (3) content coming in, rather than just going out. A database website stores both content and structure (browser page layouts) in a database; and a database website combines that content and...n
Read Article Sponsored Links
Related Articles
• W3C XSLT Servlet Now Using Saxon XSLT 2.0 Engine via a forward from Dan Brickley to the semantic-web mailing list we learn from Ted Guild:
—
From: Ted Guild
Date: Thu, 27 Apr 2006 10:58:26 -0400
Subject: change of W3Cs XSLT service
We are retiring our XT based service that has been in use since June
of 2000. The Saxon based XSLT 2.0 replac ...
• General Java Servlet questions What is the servlet? What are the JSP atrributes? What is the need of super.init(config) in servlets? How to know whether we have to use jsp or servlet in our project? Can we call destroy() method on servlets from service method? ...
• Servlet Essentials - Java, HTTP Servlets This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets of Servlet programming from a simple "Hello World" Servlet to advanced ...
• What's New in the Servlet 2.3 Specification By Karl Moss Principal Software Developer Allaire Corp. With the final release of the Servlet 2.3 specification quickly approaching, you may be interested to know what's changing from the 2.2 specification. In this article, I'll briefly cover the following areas: New API methods New Functi ...
• Using the Scheduler Servlet in JRun By Matt Horn JRun Documentation Allaire Corp. JRun includes a Scheduler servlet that executes actions at specified times. Actions can be servlets, CGI requests, ColdFusion pages, ASP pages, or any other Web document. This article concentrates on using the Scheduler servlet to request other servlets. ...
• Securing J2EE Applications with a Servlet Filter By Michael Klaene Go to page: 1 2 Next Web applications oftain contain both public and private resources. It is necessary to ensure that those key areas that are restricted to the public remain off limits to even the craftiest of users. This is a common problem and there are many different solutions ...
• Planning and Deploying Your J2EE Servlet/JSP Application by Patrick Quinn Consultant Allaire Corporation A critical part of the Java 2 Platform's Enterprise Edition (J2EE) standard is the specification for deploying applications in a consistent manner. JRun 3.0 leverages this powerful standard to allow developers to bring the advantages of sound plan ...
• What's New in Java Servlet API 2.2? By Jason Hunter ; Reprinted from JavaWorld October 1999 On August 23, Sun Microsystems published the first public release of the specification for Java TM Servlet API 2.2 (see the Resources section below for a link to the formal specification). Included in the specification are some very exciting en ...