GWT Storage

A simple GWT Client-side HTML5 Web Storage API, Supports Object values

View the Project on GitHub seanchenxi/gwt-storage

GWT Storage

A simple GWT Client-Side HTML5 Web Storage API.

This project aims to extend the GWT Client-side Storage API, by adding Object Value support.

Key features

Stable version, v1.4.0

Previous Versions

Use gwt-storage in your project

Maven Configuration

Find the the available jars in Maven Central

Release:

<dependency>
    <groupId>com.seanchenxi.gwt</groupId>
    <artifactId>gwt-storage</artifactId>
    <version>1.4.0</version>
    <scope>provided</scope>
</dependency>

Snapshot:

<repositories>
    <repository>
        <id>sonatype.snapshots</id>
        <name>Sonatype snapshot repository</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
        <layout>default</layout>
    </repository>
</repositories>

<dependency>
    <groupId>com.seanchenxi.gwt</groupId>
    <artifactId>gwt-storage</artifactId>
    <version>1.4.1-SNAPSHOT</version>
    <scope>provided</scope>
</dependency>

License

Apache License, Version 2.0

Feedback

If you're using gwt-storage in your project, please let me know how useful (or not) this library is to you and what you think. Suggestions are always welcome. Send me an email at xi@seanchenxi.com

Donate