CDDL - Fluid Topics - 3.11

Fluid Topics Installation Guide

Operating system
Debian
Category
Reference Guides
Audience
public
Version
3.11

These libraries are under the following licenses:

Name

Description

CodeModel is a Java library for code generators; it provides a way to generate Java programs in a way much nicer than PrintStream.println(). This project is a spin-off from the JAXB RI for its schema compiler to generate Java source files.

JavaBeans Activation Framework, or JAF, enables developers to:

  • Determine the type of an arbitrary piece of data.
  • Encapsulate access to it.
  • Discover the operations available on it.
  • Instantiate the appropriate bean to perform the operation(s).

The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE platform and is also included in the Java EE platform.

Java Servlet is a JCP Standard technology for interacting with the web on the Java EE platform.

javax.annotations API provides common Annotations for the JavaTM Platform API.

javax-el is the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies.

javax-el-api is the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies.

Javax WS RS API is the API for the high-level interfaces and annotations used to create RESTful service resources.

Java™ API for RESTful Web Services (JAX-RS) delivers API for RESTful Web Services development in Java SE and Java EE.

XML and Java technology are recognized as ideal building blocks for developing Web services and applications that access Web services.

A new Java API called Java Architecture for XML Binding (JAXB) can make it easier to access XML documents from applications written in the Java programming language.

JTA (Java Transaction API) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications.

Restlet Framework helps Java developers build better web APIs that follow the REST architecture style.

The primary goal of the StAX (Streaming API for XML) API is to give “parsing control to the programmer by exposing a simple iterator based API."