LMAX-Exchange / spark

A Sinatra inspired framework for java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spark - a Sinatra inspired web framework

Key Changes From Official Spark

  • Avoids use of static functions and global state. While the use of static functions can be more convenient it is unsuitable for use within a servlet environment where multiple web applications may attempt to configure Spark. Such use of static configuration may or may not work depending on the way the class loaders are structured.

  • Continues to support Java 6.

  • Does not provide an embedded server.

About

A Sinatra inspired framework for java

License:Other


Languages

Language:Java 100.0%