pcstoolkitpcsfw - Content
pcstoolkit
|
pcsfw - General
pcsfw is a simple framework for creating Java based web applications.
I created it since Struts seemed to complex for my needs. It is based
on simple text configuration files, XML and XSLT. pcsfw provides the following features (Version 1.0a):
These actions create XML which is transformed via XSLT to HTML or whatever your XSLT does. So a developer has to do three steps to create a new Action usable with pcsfw:
Remark that it can be quite a long way to create actions since you'll have to provide and implement some business logic. But at least your efforts dealing with servlet overhead is reduced. Refer to the developer's page and the install instructions for more details. $Id: index.html,v 1.3 2003/01/20 20:49:29 pcs_org Exp $ |