Package edu.rpi.tw.twctwit.query

Examples of edu.rpi.tw.twctwit.query.RelatedHashtagsResource


            component.getDefaultHost().attach("/person/twitter/", PersonResource.class);
            component.getDefaultHost().attach("/graph/", GraphResource.class);

            component.getDefaultHost().attach("/sparql", new SparqlResource());
            component.getDefaultHost().attach("/stream/relatedTweets", new RelatedTweetsResource());
            component.getDefaultHost().attach("/stream/relatedTags", new RelatedHashtagsResource());

            server.start();
        } catch (Throwable e) {
            throw new ServerException(e);
        }
View Full Code Here

TOP

Related Classes of edu.rpi.tw.twctwit.query.RelatedHashtagsResource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.