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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: mojarra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Miguel Landaeta <nomadium@debian.org>
Section: java
Priority: optional
Build-Depends:
debhelper (>= 9),
dpkg-dev (>= 1.17),
javahelper,
maven-repo-helper
Build-Depends-Indep:
default-jdk,
default-jdk-doc,
glassfish-javaee,
libcdi-api-java,
libgeronimo-validation-1.0-spec-java,
libservlet3.1-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/mojarra.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/mojarra.git
Homepage: https://javaserverfaces.java.net/
Package: libjsf-api-java
Architecture: all
Depends:
libservlet3.1-java,
${misc:Depends}
Suggests:
glassfish-javaee,
libjsf-java-doc (= ${binary:Version})
Description: JavaServer Faces 2.2 Java EE web framework - API
JavaServer Faces 2.2 (JSF) is a Java-based Web application framework intended
to simplify development integration of web-based user interfaces.
.
JSF hides complexity to maximize developer productivity and provides a
component model, page templating, Ajax support, client device independence,
clean separation of roles, better MVC handling for webapps, and world-class
IDE integration from every available Java IDE.
.
JSF also provides a easy integration with popular enterprise technologies,
including Hibernate, Spring, Seam, Jasper Reports and others. JSF 2.2 is
compatible with JavaEE 5 application servers or any server implementing
Servlet 2.5.
.
This package contains only API of JSF 2.2 spec.
Package: libjsf-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Recommends:
libjsf-api-java (= ${binary:Version})
Suggests:
default-jdk-doc
Description: Documentation for libjsf-api-java
Documentation for JavaServer Faces (JSF) 2.2, that is a Java-based Web
application framework intended to simplify development integration of
web-based user interfaces.
.
JSF hides complexity to maximize developer productivity and provides a
component model, page templating, Ajax support, client device independence,
clean separation of roles, better MVC handling for webapps, and world-class
IDE integration from every available Java IDE.
.
JSF also provides a easy integration with popular enterprise technologies,
including Hibernate, Spring, Seam, Jasper Reports and others. JSF 2.2 is
compatible with JavaEE 5 application servers or any server implementing
Servlet 2.5.
.
This package contains a manual and Javadoc files for JSF 2.2 API spec.
|