-
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…
-
It would be useful to support path groups. I've split my code into separate controllers, like so:
```
class UserController : AbstractController() {
val users: MutableList = mutableListOf()
ini…
-
## Environment Details
* EclipseStore Version: 1.2.0
* JDK version: openjdk version "21.0.2" 2024-01-16
* OS: Mac OS
* Used frameworks: Quarkus 3.8.1
## Describe the bug
I use EclipseStore in …
-
When upgrading from SparkJava 2.5.5 to 2.6.0, I get the folowing error:
````
java.lang.NoClassDefFoundError: org/eclipse/jetty/server/session/AbstractSession
at com.github.jeckep.spark.PSF.addList…
-
**the tutorials we are using [server and client]: (_invited to add more in the comments_)**
sparkjava with mongodb - [https://www.youtube.com/watch?v=sR0a-uWICZk&list=PL-rf7_qc59pXNR4WHQr4oqnmCLUpLYQ…
-
*To help us debug your issue fill in the basic information below using the options provided*
*Serverless Java Container version*: `1.5.1`
*Implementations:* `Spark`
*Framework version:* `2.9.…
-
HI,
Need help on static files
Issue : When the application startup, the static file can be accessed with any(GET,POST, XXX) http method
**Application fails in Vulnerability scan as below
ident…
-
for folks who use SparkJava.
The maintainers of the framework could not , yet prioritize already available pull requests. Therefore perhaps and an example (or an integration module) would help out,…
vladp updated
5 years ago
-
Hi,
Have you considered creating a ui for the configuration file?
If not, please consider using the spark java framework at http://sparkjava.com/.
Thank you for sharing this.
:+1:
:-)
-
Quel serveur web utiliser ? Voici une liste de pistes pas du tout exhaustive :
- com.sun.net.httpserver.HttpServer
- SparkJava
- FluentHTTP
- SpringBoot
- Jetty/Netty
- JEE
- NanoHTTPD
- Tomcat
Est-…