All Projects → apache → Struts Examples

apache / Struts Examples

Mirror of Apache Struts

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Struts Examples

Jupiter
Jupiter是斗鱼开源的面向服务治理的Golang微服务框架
Stars: ✭ 3,455 (+826.27%)
Mutual labels:  web-framework
Phoenix
Peace of mind from prototype to production
Stars: ✭ 17,476 (+4585.25%)
Mutual labels:  web-framework
Joy
A full stack web framework written in janet
Stars: ✭ 327 (-12.33%)
Mutual labels:  web-framework
Doggy
Lightweight, idiomatic and stable for building Go 1.7+ HTTP services
Stars: ✭ 268 (-28.15%)
Mutual labels:  web-framework
Kemal
Fast, Effective, Simple Web Framework
Stars: ✭ 3,227 (+765.15%)
Mutual labels:  web-framework
Macaron
Package macaron is a high productive and modular web framework in Go.
Stars: ✭ 3,233 (+766.76%)
Mutual labels:  web-framework
tinyhttp
🦕 Deno port of tinyhttp, 0-legacy, tiny & fast web framework
Stars: ✭ 84 (-77.48%)
Mutual labels:  web-framework
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (-5.09%)
Mutual labels:  web-framework
Kite
Micro-service framework in Go
Stars: ✭ 3,105 (+732.44%)
Mutual labels:  web-framework
Centurion
Centurion is a web-based framework for rapid prototyping and building larger web projects.
Stars: ✭ 327 (-12.33%)
Mutual labels:  web-framework
Echox
Echo cookbook and website
Stars: ✭ 275 (-26.27%)
Mutual labels:  web-framework
Firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Stars: ✭ 277 (-25.74%)
Mutual labels:  web-framework
Ofbiz Framework
Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.
Stars: ✭ 315 (-15.55%)
Mutual labels:  web-framework
Sihl
A modular functional web framework
Stars: ✭ 267 (-28.42%)
Mutual labels:  web-framework
Shiro
Apache Shiro
Stars: ✭ 3,685 (+887.94%)
Mutual labels:  web-framework
Hunt Framework
A Web framework for D Programming Language. Full-stack high-performance.
Stars: ✭ 256 (-31.37%)
Mutual labels:  web-framework
Routing Controllers
Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.
Stars: ✭ 3,557 (+853.62%)
Mutual labels:  web-framework
Pyramid
Pyramid - A Python web framework
Stars: ✭ 3,615 (+869.17%)
Mutual labels:  web-framework
Leptus
The Erlang REST framework
Stars: ✭ 352 (-5.63%)
Mutual labels:  web-framework
Flex Sdk
Mirror of Apache Flex SDK
Stars: ✭ 321 (-13.94%)
Mutual labels:  web-framework

Struts Examples

Build Status Build Status @ Travis License

This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org.

To build all the example applications run the Maven command:

mvn -e clean package

In the project's root folder, Maven will build each module and create a .war file in the target sub-folder of each module.

You can then copy the .war files to your Servlet container (e.g. Tomcat, Jetty, GlassFish, etc).

There is a README file in each module with instructions and the URL to view that application.

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].