sitebricks Questions

1

I'm using Sitebricks with Guice to implement REST service and I have a set of methods like this: @Get @At("/:version/har/mostRecentEntry/assertResponseTimeWithin") public Reply<?> doSomethin...
Mindful asked 20/3, 2019 at 7:54

1

I have a dilemma in my GAE Java app: I am trying to write a servlet that will be handled by GAE backends and it must also use Guice dependency injection to initiate all the servlet's fields. I have...
Hypoglossal asked 20/12, 2012 at 3:44

1

I would like to know whether it is possible to host a Google App Engine backend servlet using Sitebricks. I am trying to do so in my GAE Java app -- frontend gets the backend URL using GAE's Backen...
Tumid asked 20/12, 2012 at 1:42

2

Solved

In my Java Google App Engine server application, I would like to enable Channel Presence servlets in order to track connections/disconnections to/from my channels using the Channel API (as describe...
Symptomatology asked 16/10, 2012 at 22:4

1

I want a simple rest client library for Java (or Scala) that let's me easily do GETs/PUTs/POSTs/DELETEs etc on a JSON REST API and deserialize the JSON responses into Java objects in a type-s...
Bootless asked 19/9, 2012 at 4:2
1

© 2022 - 2024 — McMap. All rights reserved.