You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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().
The groovy example already uses a concurrent hash map as its backend. Maybe the java application can do something more interesting.
The text was updated successfully, but these errors were encountered: