~ubuntu-branches/ubuntu/lucid/libstruts1.2-java/lucid

« back to all changes in this revision

Viewing changes to contrib/scaffold/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2006-04-24 12:14:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060424121423-naev53qigqgks0sa
Tags: 1.2.9-1
New upstream  release Fixes  three security  problems: CVE-2006-1546,
CVE-2006-1547,  CVE-2006-1548  (closes:  #360551),  thanks  to  Moritz
Muehlenhoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Scaffold - Web Application Toolkit
2
 
=======================================================================
3
 
 
4
 
Scaffold is a toolkit for building web applications. Web application 
5
 
frameworks, like Struts, provide the essential infrastructure most 
6
 
developers need to create applications. But there are still many 
7
 
reusable pieces that most applications need but frameworks don't 
8
 
typically provide. Scaffold is a home for classes that can be reused 
9
 
between applications but are not sexy enough (or sometimes too sexy) 
10
 
for a framework distribution. 
11
 
 
12
 
The bulk of Scaffold is being provided through the Commons. This 
13
 
is a Struts specific package is provided in the Struts source code 
14
 
distribution which builds on the classes provided there.
15
 
 
16
 
See build.html for requisite JARs.
17
 
 
18
 
###