All Projects → kliakos → sparkjava-war-example

kliakos / sparkjava-war-example

Licence: other
Build war with maven and sparkjava framework

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to sparkjava-war-example

Jooby
The modular web framework for Java and Kotlin
Stars: ✭ 1,309 (+6445%)
Mutual labels:  micro-framework
Slim
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Stars: ✭ 11,171 (+55755%)
Mutual labels:  micro-framework
Falco
A functional-first toolkit for building brilliant ASP.NET Core applications using F#.
Stars: ✭ 214 (+970%)
Mutual labels:  micro-framework
Clask
Web micro-framework like flask in C++.
Stars: ✭ 110 (+450%)
Mutual labels:  micro-framework
Flowbase
A Flow-based Programming inspired micro-framework / un-framework for Go (Golang)
Stars: ✭ 129 (+545%)
Mutual labels:  micro-framework
Azkarra Streams
🚀 Azkarra is a lightweight java framework to make it easy to develop, deploy and manage cloud-native streaming microservices based on Apache Kafka Streams.
Stars: ✭ 146 (+630%)
Mutual labels:  micro-framework
Unity Animator Helpers
A micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.
Stars: ✭ 89 (+345%)
Mutual labels:  micro-framework
Mini3
Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
Stars: ✭ 231 (+1055%)
Mutual labels:  micro-framework
Tf
✔️ tf is a microframework for parameterized testing of functions and HTTP in Go.
Stars: ✭ 133 (+565%)
Mutual labels:  micro-framework
Nutz
Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer
Stars: ✭ 2,422 (+12010%)
Mutual labels:  micro-framework
Giraffe
Giraffe is an F# micro web framework for building rich web applications. It has been heavily inspired and is similar to Suave, but has been specifically designed with ASP.NET Core in mind and can be plugged into the ASP.NET Core pipeline via middleware. Giraffe applications are composed of so called HttpHandler functions which can be thought of a mixture of Suave's WebParts and ASP.NET Core's middleware.
Stars: ✭ 1,703 (+8415%)
Mutual labels:  micro-framework
Meshki
Meshki: A Black-Colored, Responsive Boilerplate for UI Development
Stars: ✭ 129 (+545%)
Mutual labels:  micro-framework
Legibleerror
Beating `Error.localizedDescription` at its own game.
Stars: ✭ 156 (+680%)
Mutual labels:  micro-framework
Cuba
Rum based microframework for web development.
Stars: ✭ 1,385 (+6825%)
Mutual labels:  micro-framework
Version
semver (Semantic Version) Swift µFramework.
Stars: ✭ 228 (+1040%)
Mutual labels:  micro-framework
Mini
Just an extremely simple naked PHP application, useful for small projects and quick prototypes. Some might call it a micro framework :)
Stars: ✭ 1,308 (+6440%)
Mutual labels:  micro-framework
Micro Graphql
GraphQL Microservice
Stars: ✭ 145 (+625%)
Mutual labels:  micro-framework
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+14005%)
Mutual labels:  micro-framework
Mu
A tweet-sized PHP micro-router
Stars: ✭ 229 (+1045%)
Mutual labels:  micro-framework
Flight
An extensible micro-framework for PHP
Stars: ✭ 2,396 (+11880%)
Mutual labels:  micro-framework

sparkjava-war-example

Build war with maven and sparkjava framework

Steps:

  1. Download a fresh Tomcat 8 distribution
  2. Clone this repository to your local machine
  3. Run mvn package
  4. Copy the generated sparkjava-hello-world-1.0.war to the Tomcat webapps folder
  5. Start Tomcat by running bin\startup.bat (or bin\startaup.sh for Linux)
  6. Tomcat will automatically deploy the war
  7. Open http://localhost:8080/sparkjava-hello-world-1.0/hello in your browser
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].