Servlet-Parser Version 1.0.1

programmed by Klaus Hammermüller with the Asgaard-project.

Goto Download Area.

Introduction

The "Servlet Parser" generates multi language Java-Servlets from an XML-file. This tool is used in the Asgaard-framework built on pure Java components. The focus is on having an automated connection to static and dynamic HTML-contents for easy maintainable WWW-documents.

What is a Servlet Parser?

A Servlet-Parser is a pure Java-utility which generates a pure Java Servlet from an XML definition file. It is similar to JSP (Java Server Pages) but is completely based on valid XML constructs. The output are pure Java-servlets without the need of proprietary middleware-server. All it needs is a JDK including the servlet-package and a servlet-enabled WWW-Server. The parser itselfe is based on the W3C-DOM (Document Object Model) classes which are as well open-source.

Why using a parser?

It is not very difficult at all to write a Servlet in Java. However, it is difficult to maintain the content of a document and to keep the performance of the servlet up using some tools. Here are some advantages using a parser based on an XML-definition:

When is it Useful to Use this Tool?

Limitations

Of course, there are some disadvantages at this early stage of development:

For some more reading click here.

Download Distribution

Complete Distribution

The Distribution is under
GNU public license Version 2; there is absolutely NO WARRANTY on this software.

A complete distribution contains one compressed zip-archive

serv.zip 1.0.1 experimental release

Documentation Only

For a more detailed online documentation click here and there is also a printable version in pdf.

Requirements

Support

Sorry, there is no support on this software yet, but feel free to send all your remarks, bug-reports and ideas to klaus@ifs.tuwien.ac.at. I hope that this piece of software may help you.