[
https://issues.apache.org/jira/browse/ZOOKEEPER-809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899307#action_12899307
]
Patrick Hunt commented on ZOOKEEPER-809:
----------------------------------------
ant test in src/contrib/rest is failing:
compile-test:
[javac] Compiling 11 source files to
/home/phunt/dev/workspace/svn_zookeeper/build/contrib/rest/test
[javac]
/home/phunt/dev/workspace/svn_zookeeper/src/contrib/rest/src/test/org/apache/zookeeper/server/jersey/Base.java:62:
mapContext(java.lang.String,org.apache.zookeeper.server.jersey.cfg.Endpoint)
in org.apache.zookeeper.server.jersey.ZooKeeperService cannot be applied to
(java.lang.String,java.lang.String)
[javac] ZooKeeperService.mapContext(CONTEXT_PATH, ZKHOSTPORT);
[javac] ^
[javac] 1 error
> Improved REST Interface
> -----------------------
>
> Key: ZOOKEEPER-809
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-809
> Project: Zookeeper
> Issue Type: Improvement
> Components: contrib
> Reporter: Andrei Savu
> Assignee: Andrei Savu
> Fix For: 3.4.0
>
> Attachments: keys.tar.gz, SPEC.txt, SPEC.txt, ZOOKEEPER-809.patch,
> ZOOKEEPER-809.patch, ZOOKEEPER-809.patch, ZOOKEEPER-809.patch,
> ZOOKEEPER-809.patch
>
>
> I would like to extend the existing REST Interface to also support:
> * configuration
> * ephemeral znodes
> * watches - PubSubHubbub
> * ACLs
> * basic authentication
> I want to do this because when building web applications that talks directly
> to ZooKeeper a REST API it's a lot easier to use (there is no protocol
> mismatch) than an API that uses persistent connections. I plan to use the
> improved version to build a web-based administrative interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.