-
For example, use PostgreSQL and MySQL in a project
-
Compare following Java Web Frameworks :
* https://github.com/grails/grails-core
* https://github.com/playframework/playframework
* https://github.com/vaadin/framework
* https://github.com/lets-bla…
fedir updated
6 years ago
-
Is ninja framework support many datasource,such as postgresql and mysql in the same application?
-
Complexity: Large
There are a lot of things in validations that may need a cleanup. For instance Validation object hasBeanViolation and hasFieldViolation. That does sounds strange. Is there a bette…
-
Problem:
Ninja does not correctly parse the object ("MyObject") given in the controller-method.
An empty String will be parsed to NULL instead of empty String ("").
But this should not be NULL! It …
-
java.lang.RuntimeException: javax.crypto.BadPaddingException: Given final block not properly padded
ninja.utils.CookieEncryption.decrypt(CookieEncryption.java:139)
ninja.session.SessionImpl.init(S…
-
Managing browser resources is a pain. Webjars makes this much less painful. Pippo would benefit from a webjars routehandler.
-
https://github.com/ninjaframework/ninja/blob/3a9f02bd32a3963f2dd8b0996e951253797a5456/ninja-metrics/src/test/java/ninja/metrics/InstrumentedCacheTest.java#L25
-
Hi,
I have been watching this repo for some time now. Good development so far!
I m planning to build a project using this framework. However, I have certain use cases for interceptor.
Any plan to…
-
I created a new branch `cookie_session` where I try to create a proof of concept for a session implementation based on cookie.
I will try to put in this issue all problems/inconvenient found by me.
Fo…