Jerome Louvel

Results 61 comments of Jerome Louvel

I'm going to close this issue. Please use https://github.com/restlet/restlet-framework-java/discussions for ongoing conversations.

@kerbymart Based on our PoC for Dagger2, what would you like to see in a potential org.restlet.ext.inject extension? How could the code there be adapted to work equally well for...

Currently both Restlet 2.4 and also the upcoming Restlet 2.5 are meant to stay compatible with Java 8 which is only supported with Jetty 9.4. Therefore supporting Jetty 12 could...

The goal is to prevent confusion with JSON-RPC and other *-RPC APIs. The "Web API" style aims at promoting resource-orientation in the REST sense and not distributed objects or remote...

Goal is to clarify the confusion between the general "Web API" term and the actual interface/facade part of it.

We should aim at low-barrier to entry for: - API providers (developers, managers, owners) - API consumers (developers mostly) - API middleware implementers This could mean: - dev-friendly media types...

Should we create an issue for the PDF/HTML generation with Pandoc, or change the focus of this ticket?

I see. I thought we already had something in place for the Restlet.org web site to produce the HTML from the MD. @thboileau knows for sure. Let's just make sure...

If you think about how Git is working with local commits, I think this could illustrate how far we might go in the end regarding a disconnected API mode. OData...

We could find a better name. HTTP 2.0 talks about "server push", HTML 5 has SSE (server-sent events), Twitter has a streaming API: - http://en.wikipedia.org/wiki/Push_technology - https://dev.twitter.com/docs/streaming-apis The idea is...