-
+ [x] Jooby (http://jooby.org/)
+ [x] Ninja (http://www.ninjaframework.org/)
+ [x] Pippo (http://www.pippo.ro/)
+ [x] Snow (http://britesnow.com/snow)
+ [x] Spark (http://sparkjava.com/)
-
So, when I included the section mentioned in the wiki into my pom.xml of my appengine application (Ninja Framework):
```
io.jsonwebtoken
jjwt
0.1
```
and ran the ap…
-
To be discussed
- Define Api
- Implement Api
-
`$ mvn ninja:run
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------------------------
[INFO] Building cmy 1.0-SNAPSHOT
[INFO] --------------------------------------
[INFO…
-
@stevehu are you going to run those tests?
-
Complexity as T-Shirt Size: Small
Once Java 8 is enabled this is straightforward.
-
Originally from https://github.com/ninjaframework/ninja/pull/554#issuecomment-273621764
-
Looks like the routing changes for latest Ninja break something that used to work.
A route like this used to work:
```java
router.GET().route("/robots.txt").with(AssetsController::serveStatic);…
-
I have some suggestions in order to make the documentation a bit more efficient. Please see if those changes are likely to be accepted. Please just take a look and let me know:
- [x] **ADVANCED TOPICS…
ghost updated
7 years ago
-
```
public static final String APPLICATON_JSON = "application/json";
public static final String APPLICATON_JSONP = "application/javascript";
```
The word APPLICATION is missing the `I`
I recommend pr…