libstruts1.2-java 1.2.9-4ubuntu3 source package in Ubuntu

Changelog

libstruts1.2-java (1.2.9-4ubuntu3) oneiric; urgency=low

  * Update to support removal of libcommons-fileupload-java-universe from
    archive (LP: #845541):
    - debian/control: Drop references to libcommons-fileupload-java-universe.
  * Switch back to using ant instead of ant1.7 as ant >= 1.8.2
    resolves FTBFS.
 -- James Page <email address hidden>   Fri, 09 Sep 2011 13:04:41 +0100

Upload details

Uploaded by:
James Page
Sponsored by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstruts1.2-java_1.2.9.orig.tar.gz 5.4 MiB 2e4b8e6abfeddb95e18a93a6a6f332ef05604fcc6485d5e0fd2c6f6aae9f2663
libstruts1.2-java_1.2.9-4ubuntu3.debian.tar.gz 6.9 KiB 57d3098305cf462710476cec60fbf033b5c6d1f9ebb84686e40a6712fa493f45
libstruts1.2-java_1.2.9-4ubuntu3.dsc 1.6 KiB 7c71dc301ad8327f0dbfbd09469251cca3f544f8869b9f80ee1ebf0cc8f208d5

Available diffs

View changes file

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.