-
I cant find where is defined how to start the spark server ...
-
Hey,
I just stumbled over this and suddenly there is activity after two years. Thanks for that! :-)
I'd like to write a netty based app (no HTTP involved) using a middleware architecture. Do you thi…
-
As a user, i often modify the configuration settings for each application i create. This can lead to a confusing number of different `oc new-app ...` scripts that i need to write in order to capture e…
-
Hi,
I have downloaded Sample Tap app from GitHub and that SampleTap-master folder contains install-app.sh and pom.xml ..etc.....So I tried to create sampleTap.jar using "mvn clean install" but it …
-
Just curious if there are any other outlets for getting help/discussing Spark with other users?
I love Stack Overflow, but I don't think it's the best tool for users to ask questions and have discu…
-
Using spark-kotlin, but I imagine the same is true of sparkjava:
I've declared several "Controller" classes, each with their own routes defined (`HomeController` for "/", `PageController` for "/pag…
-
here is my code example
a class handling http request with spark java
```java
public class Http {
void start() {
Service app = Service.ignite().port(82);
app.get("/", (req, r…
-
It seems that I am facing the Jetty bug https://github.com/eclipse/jetty.project/issues/3630 on Google App Engine Java11 runtime, so it would be nice to have a newer release with the update so that Ap…
-
Something between 2.9.1 and 2.9.2 breaks serving of Spark apps via Tomcat using the `SparkFilter`.
Specifically, Tomcat throws "Error starting child" which is ultimately caused by `java.lang.IllegalS…
-
Hi,
I like this project and I would like to know what sites are using Pebble. Do you have some list of sites which are backed by this template engine?
Thanks!