Coder Social home page Coder Social logo

hdata-java-parser's Introduction

Java hStore
-----------

A set of JAX-RS resource classes that implement the hData RESTful API. The resource classes make 
use of a provider interface to access backend data.

The java-hstore-sample project shows how to integrate this project into a Web application. The key
points are to:

(i) Include the following in the project's web.xml

    <servlet>
        <servlet-name>Jersey Web Application</servlet-name>
        <servlet-class>com.sun.jersey.spi.container.servlet.ServletContainer</servlet-class>
        <init-param>
            <param-name>com.sun.jersey.config.property.packages</param-name>
            <param-value>org.projecthdata.javahstore.resources;org.projecthdata.javahstore.representations</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>

(ii) Implement the HDRProvider interface and identify the implementation class in

	WEB-INF/classes/META-INF/services/org.projecthdata.javahstore.hdr.HDRProvider
	
See java.util.ServiceLoader for complete details.

(iii) Include a dependency:

        <dependency>
            <groupId>org.projecthdata</groupId>
            <artifactId>java-hstore</artifactId>
            <version>1.0-SNAPSHOT</version>
        </dependency>

Non-Maven projects will also need to include jersey-server-1.3, jersey-atom-abdera-1.3, 
jersey-multipart-1.3 and all of their required dependencies.

hdata-java-parser's People

Contributors

eedrummer avatar hadleynet avatar

Stargazers

Chris McCall avatar  avatar

Watchers

 avatar

Forkers

automation555

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.