| 1 |
Source: libcommons-jxpath-java
|
| 2 |
Section: libs
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
|
| 5 |
Uploaders: Ola Lundqvist <opal@debian.org>, Takashi Okamoto <tora@debian.org>, Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>
|
| 6 |
Build-Depends-Indep: debhelper (>= 4.1), cdbs (>= 0.4.8), ant, libcommons-logging-java, junit, javacc, libservlet2.3-java, libcommons-collections-java, libcommons-beanutils-java, libjdom0-java, kaffe (>= 1.1.1), jikes
|
| 7 |
Standards-Version: 3.6.1
|
| 8 |
|
| 9 |
Package: libcommons-jxpath-java
|
| 10 |
Architecture: all
|
| 11 |
Depends: kaffe (>= 1.1.1) | java1-runtime | java2-runtime, libgnujaxp-java, javacc
|
| 12 |
Suggests: java-virtual-machine
|
| 13 |
Description: manipulate javabean using XPath syntax
|
| 14 |
This library provides the java developper the ability to manipulate
|
| 15 |
javabeans with the XPath syntax. It also supports java collections,
|
| 16 |
objects with dynamic properties (like Map, ServletContext, etc)
|
| 17 |
and mechanism for adding support for additional models.
|
| 18 |
.
|
| 19 |
One of the most important feature of the component is the
|
| 20 |
unification of reference syntax between DOM and java.
|
| 21 |
.
|
| 22 |
Homepage: http://jakarta.apache.org/commons/
|