-
Are there any plans to update other related [projects ](https://github.com/perwendel/spark-template-engines) along with current one?
-
It seems that original [SparkJava ](https://github.com/perwendel/spark)project is dead.
But there is one [fork ](https://github.com/nmondal/spark-11) which tends to be maintained
It managed to upda…
-
Store user scores, preferences of tests. friend list, contests.....
minimum 300pts - 400pts
-
Sparkjava is an easy to use web framework which will be relatively easy to integrate with what we already have.
http://sparkjava.com/
-
This issue should encompass changing the actual starter-code to spark, as well as updating the readme.
-
SparkJava is a great, lightweight web server library and has historically worked very well for us. However, it would be beneficial to replace SparkJava with something where we can work directly with s…
-
hello spark, my question is simple.
is sparkjava supports http2 ? if yes, then how to enable it?
i searched for the answer and didnt find any information in the documentation or the source code
tha…
-
I'm using SparkJava 2.6.0. I'm getting "Form too large" exception which is thrown by Jetty. I don't know how to change the maxFormContentSize through sparkjava. In sparkjava 2.6.0 doc, it mentions tha…
-
I know the last update was a while ago but, but now since AbstractNCSARequestLog is depreciated and since Jetty 9.x there is new RequestLog technique with CustomRequestLog and Slf4jRequestLogWriter I …
-
I couldn't recreate this error without using Spark.
```Ceylon
import spark { Spark { ... }, ... }
Object(Request, Response) index = (req, res) => "Hello";
shared void run() {
get("/", ind…