You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Andrei Dulvac <du...@apache.org> on 2016/08/18 12:49:05 UTC

[ANN] Apache Sling Hypermedia API client-side tools 1.0.0 Released

The Apache Sling team is pleased to announce the release of Apache
Sling  Hypermedia API client-side tools version 1.0.0

Apache Sling is a web framework that uses a Java Content Repository,
such as Apache Jackrabbit, to store and manage content. Sling
applications use either scripts or Java servlets, selected based on
simple name conventions, to process HTTP requests in a RESTful way.
The Hypermedia API client-side tools 1.0.0 (HApi client) is a small
bundle with a java http client that can interact with HTML pages
instrumented with the HApi server-side tools.

This release is available from http://sling.apache.org/site/downloads.cgi

Building from verified sources is recommended, but convenience binaries are
also available via Maven:
<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.hapi.client</artifactId>
    <version>1.0.0</version></dependency>
Release Notes - Sling - Version HApi Client 1.0.0

** Improvement
    * [SLING-5136] - [HApi] Add java HApi microdata client
    * [SLING-5390] - [HApi] Allow HApi microdata client to fitler
links and forms based on a relation set as class
    * [SLING-5880] - [hapi client] Make org.apache.sling.hapi.client
into a bundle


Enjoy!

-The Sling team