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

Changelog

libstruts1.2-java (1.2.9-6) unstable; urgency=low


  * Transition to the Servlet API 3.0 (Closes: #713195)
  * Removed Michael Koch from the uploaders list (Closes: #654095)
  * Updated Standards-Version to 3.9.4 (no changes)
  * Use canonical URLs for the Vcs-* fields
  * Removed the redundant Priority field declared on the binary package
  * debian/copyright: Updated to the copyright format 1.0

 -- Emmanuel Bourg <email address hidden>  Wed, 26 Jun 2013 14:25:21 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstruts1.2-java_1.2.9-6.dsc 2.2 KiB 07f929ed445a1e85d0eeb29eb59294a393b058fdc1f0ef902a675c2a99a54891
libstruts1.2-java_1.2.9.orig.tar.gz 5.4 MiB 2e4b8e6abfeddb95e18a93a6a6f332ef05604fcc6485d5e0fd2c6f6aae9f2663
libstruts1.2-java_1.2.9-6.debian.tar.gz 8.0 KiB 121803909b2f8f8e1f444ec33d53b1402be620b0366e6b7119728e46d104ac3f

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.