-
http://www.ninjaframework.org
> Ninja is a full stack web framework for Java.
Rock solid, fast, and super productive.
-
It was pretty good running into your sample app. are you guys using NinjaFramework in production ?
-
Missing dependency
``` xml
org.ninjaframework
ninja-rythm-module
0.0.1
```
Please add this lib to the central maven repository.
thanks
-
Hello,
`@i18n("hello.world")` renders hello.world message
`@i18n("hello"+".world")` does not
Not sure why.
I love rythm (big fan of .net razor in fact), even if it is a little buggy from place to p…
-
I just did:
```
mvn archetype:generate -DarchetypeGroupId=org.ninjaframework -DarchetypeArtifactId=ninja-servlet-archetype-simple
```
and wanted to debug it via:
```
clean compile jetty:run
…
-
I was not able to to get Id autoincrement working with 12.1.1 ebean version.
When ninja started Ebean server was reporting db.platform as generic. So him don't know how get id of a from last inserte…
-
We're in the process of evaluating lightweight Java web frameworks for Java & GAE. The Ninja framework documentation indicates this is a great fit. I have spent three full days trying to get a basic h…
-
We are currently using Ninja v6.5.0 (due to https://github.com/ninjaframework/ninja-appengine/tree/ninja-appengine-1.9.76 being the latest version for the Google App Engine dependency).
We have mul…
ghost updated
2 years ago
-
I searched but didn't find anything that can give us that.
This is a real need for emailing in a multi language application using html email.
Same request here : https://groups.google.com/forum/?hl=f…
-
I've started working with the Accept header and have found two issues lacking:
1. When the server can not answer any of the Accept header preferences, the client should receive a `406 Not Acceptable` …