Jetty embed in Processing.org, static assets + POST
问题 I'm trying to embed Jetty in a Processing Sketch. So far I made it working to serve static files (a html directory in the Sketch folder). I want to react to one POST with a user input from one of the static pages. As I have no knowledge on Jetty and coming from a PHP & Ruby (RoR) web programing background I am very confused with the way things go in Jetty. I simply want something similar to routes where everything except e.g. "localhost:8080/post?string=whatever" is a static file. The post