Lambda the Ultimate

inactiveTopic JWIG an alternative to Servlets, JSP, ASP, and PHP
started 9/25/2002; 8:18:10 AM - last post 9/25/2002; 8:18:10 AM
Isaac Gouy - JWIG an alternative to Servlets, JSP, ASP, and PHP  blueArrow
9/25/2002; 8:18:10 AM (reads: 205, responses: 0)
JWIG - Java Extensions for High-Level Web Service Development

The JWIG programming language is a Java-based high-level language for development of interactive Web services. It contains an advanced session model, a flexible mechanism for dynamic construction of XML documents, in particular XHTML, and a powerful API for simplifying use of the HTTP protocol and many other aspects of Web service programming.

To support program development, JWIG provides a unique suite of highly specialized program analyses that at compile time verify for a given program that no runtime errors can occur while building documents or receiving form input, and that all documents being shown are valid according to the document type definition for XHTML 1.0.

The main goal of the JWIG project is to simplify development of complex Web services, compared to alternatives, such as, Servlets, JSP, ASP, and PHP.