libstruts1.2-java 1.2.9-7 source package in Ubuntu

Changelog

libstruts1.2-java (1.2.9-7) unstable; urgency=medium


  * Team upload.
  * Address FTBFS.
    - Add libcommons-ollections4-java to build-deps.
    - Update jsp-api version in ant.properties from 2.1 to 2.2.
    - Thanks to Roddy Shuler. (Closes: #733397)
  * Bump Standards-Version to 3.9.5.

 -- tony mancill <email address hidden>  Sat, 18 Jan 2014 21:06:26 -0800

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstruts1.2-java_1.2.9-7.dsc 2.3 KiB 32d29a82a19c32de4772fbbd672871de0be977ef751e27d135a438d97c2c6428
libstruts1.2-java_1.2.9.orig.tar.gz 5.4 MiB 2e4b8e6abfeddb95e18a93a6a6f332ef05604fcc6485d5e0fd2c6f6aae9f2663
libstruts1.2-java_1.2.9-7.debian.tar.xz 7.8 KiB dcf53b63929355db830159e9f48437bb663db78d8fc43e3921a025df3b2aa8c7

Available diffs

No changes file available.

Binary packages built by this source

libstruts1.2-java: Java Framework for MVC web applications

 The core of the Struts framework is a flexible control layer based on standard
 technologies like Servlets, JavaBeans, ResourceBundles, and Extensible
 Markup Language (XML), as well as various Apache Commons packages. 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 (EJB), JDBC, and Object Relational Bridge. For the View, Struts works
 well with JavaServer Pages (JSP), including JSTL and JSF, as well as Velocity
 Templates, XSLT, and other presentation systems.