-
Hi! tried to use MongoSessionStore, but an error appeared during authentication with google account.
I believe the cause of the problem is in wrong serialization on saving session parameters.
ClassC…
-
Hi,
The fix for #430 breaks urls with = in them. For example, consider the context
```
{ "url": "http://google.com/foo?bar=baz" }
```
The template `{{url}}` used to render to "http://google.com/fo…
-
https://github.com/fizzed/rocker
-
I'm using Jooby's MVC routes for an API. I have also set up a websocket, to which a few clients connect. What I'm trying to do is send a message to all connected websocket clients whenever a specific …
mer23 updated
7 years ago
-
I've tried searching the documentation site - and I can't see DI documentation, or an example.
There are hits for AngularJS DI, but not Jooby's Java DI for user written Java bits and pieces
ph-ms updated
7 years ago
-
New module is: `jooby-lang-js`
-
Given ajax POST like this:
```
$.ajax({
url: 'mypost',
method: 'post',
data: {ids: [1,2,3], key: someKey}), .....
});
```
How is suppose…
-
Hi,
I'm having this issue while starting jooby. I am using maven and have included jackson in classpath.
```
Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/annot…
-
Hi,
How would I go about using Kotlin?
-
I see the following for one Jooby server for all the @Test method is a test class:
```
@ClassRule public static JoobyRule app = new JoobyRule(myAppInstance);
```
I see the following for one Joo…
ph-ms updated
7 years ago