summaryrefslogtreecommitdiffstats
path: root/java/jakarta-struts-bin/DETAILS
blob: d6853e5e0d84021c190efab0210f3660f8e63fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
           SPELL=jakarta-struts-bin
          SPELLX=${SPELL%-bin}
         VERSION=1.1-rc1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.apache.org/dist/${SPELLX/-/\/}/binaries/$SOURCE
     SOURCE_HASH=sha512:901d24bcc799d170cd03ddb8a4fe731b98a6ec4de7223864cafc02f5414a0c2f3976b48fd2886f4eabfe4869ecb835c2896b72752e4fc2efe5f68ec2859616c7
      LICENSE[0]=APACHE
        WEB_SITE=http://jakarta.apache.org/struts/index.html
        KEYWORDS="java web"
         ENTERED=20030403
          REJECT="is not compiled from source (but they are avaiable)"
           SHORT="Open source framework for building web applications"
cat << EOF
The goal of this project is to provide an open source framework for 
building web applications.

The core of the Struts framework is a flexible control layer based 
on standard technologies like Java Servlets, JavaBeans, ResourceBundles,
and Extensible Markup Language (XML).

Struts encourages application architectures based on the Model 2 approach,
a variation of the classic Model-View-Controller (MVC) design paradigm. 
Struts provides its own Controller component and integrates with other 
technologies to provide the Model and the View. For the Model, Struts can
interact with any standard data access technology, including Enterprise 
Java Beans, JDBC, and Object Relational Bridge. For the View, Struts works
well with JavaServer Pages, Velocity Templates, XSLT, and other presentation
systems.

The Struts framework provides the invisible underpinnings every professional
web application needs to survive. Struts helps you create an extensible 
development environment for your application, based on published standards
and proven design patterns. 
EOF