Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the Java based application backend more interesting #12

Open
tbarker9comcast opened this issue Feb 17, 2014 · 2 comments
Open

Make the Java based application backend more interesting #12

tbarker9comcast opened this issue Feb 17, 2014 · 2 comments

Comments

@tbarker9comcast
Copy link
Collaborator

The groovy example already uses a concurrent hash map as its backend. Maybe the java application can do something more interesting.

@comcast-jonm
Copy link
Member

This is an interesting idea, if we can find a way to do this without over complicating the application. The main purpose of the reference app should be to illustrate how to hook a working application up to Sirius, and not much else. The simpler the sample application is itself, the more clearly it emphasizes the Sirius interfaces and dependencies.

From: tbarker9comcast <notifications@github.commailto:notifications@github.com>
Reply-To: Comcast/sirius-reference-app <reply@reply.github.commailto:reply@reply.github.com>
Date: Monday, February 17, 2014 at 4:30 PM
To: Comcast/sirius-reference-app <sirius-reference-app@noreply.github.commailto:sirius-reference-app@noreply.github.com>
Subject: [sirius-reference-app] Make the Java based application backend more interesting (#12)

The groovy example already uses a concurrent hash map as its backend. Maybe the java application can do something more interesting.


Reply to this email directly or view it on GitHubhttps://github.com//issues/12.

@clinedome-work
Copy link
Collaborator

@tbarker9comcast and I talked about maybe doing just a little indexing as an example. Could split keys on slash-delimited namespaces and index those. It'd be an easy addition that shows and example of a RequestHandler doing something slightly more interesting than just jamming the data in a map. It would also show that fetching from the built-up repositories is the right way to go, instead of using sirius.enqueueGet().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants