File: control

package info (click to toggle)
libajaxtags-java 1.5.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: java: 3,578; xml: 910; jsp: 762; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,382 bytes parent folder | download
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
Source: libajaxtags-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               javahelper,
               default-jdk-headless,
               ant,
               maven-debian-helper,
               libservlet-api-java,
               junit4
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libajaxtags-java
Vcs-Git: https://salsa.debian.org/java-team/libajaxtags-java.git
Homepage: https://ajaxtags.sourceforge.net

Package: libajaxtags-java
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Description: Java based library supporting AJAX in Java Server Pages
 The AJAX Tag Library is a set of JSP tags that simplify the use of
 Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages.
 .
 This tag library does not force J2EE developers to write the necessary
 JavaScript to implement an AJAX-capable web form. The tag library provides
 support for live form updates for the following use cases:
  - autocomplete based on character input to an input field
  - select box population based on selections made from another field
  - callout or balloon popups for highlighting content
  - refreshing form fields
  - toggling images and form field states on/off.