|
GlueX framework is a XML/XSLT-centric library simplifying building of Java web applications using standard servlet containers supporting Sun's Java(TM) Servlet Specification version 2.2 or later. The main principle of GlueX is clear separation between application logic, state and presentation. Application state is expressed in XML and then transformed to presentation (HTML or other markup language) with XSL transformation. Command pattern is used to cope with complexity of business logic which is common for all large applications. GlueX framework provides application developers with advantages such as:
Developer creates set of "action" classes, XSL stylesheets, and ties them with set of XML configuration files. This greatly simplifies building of modern web applications with complex workflows. HTTP Request Processing in GlueX
We created Sample Application that shows best practices of building
web applications with GlueX and some basic GlueX features.
It can be accessed online at:
GlueX Sample Application
For more information on GlueX Web Applications Framework: Technologies: Java, Servlets, XML/XSLT with Apache Xalan/Xerces
See also: |
Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. JavaRealm Software is independent of Sun Microsystems, Inc. |