Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/struts-examples

This repository contains struts examples. Yes... Old shit technologies... Sometimes we also have to support them =\
https://github.com/daggerok/struts-examples

docker docker-compose gradle java-ee java-ee-7 javaee javaee7 jboss jboss-eap maven struts struts2

Last synced: 14 days ago
JSON representation

This repository contains struts examples. Yes... Old shit technologies... Sometimes we also have to support them =\

Awesome Lists containing this project

README

        

= struts-examples image:https://travis-ci.org/daggerok/struts-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/struts-examples"]
//tag::content[]

This repository contains struts examples.

Yes... Old shit technologies... Sometimes we also have to support them =\

== content

- link:./strutstodolist[ToDo List]
- link:./struts2-freemarker-out-of-the-box/[Struts + Freemarker]
- link:./struts2-velocity/[Struts + Velocity]
- link:./my-chat/[My Chat App by using: JavaEE CDI, Struts2, materialize.css, maven, gradle, docker, JBOSS EAP 7.1]
- link:./starter/[Starter project (JavaEE, maven, gradle, docker, JBOSS EAP 7.1)]
- link:./render-property-from-action/[Render model]
- link:./using-conventions/[Struts zero configuration (conventions) no struts.xml]
- link:./using-conventions-struts-2.3.35/[Struts conventions (version: 2.3.35)]
- link:./message-source-files/[Struts zero configuration (conventions) no struts.xml]
- link:./struts2-angularjs-starter/[Struts 2 and AngularJS]
- link:./handle-user-date/[Handle user inputs and data binding]
- link:./result-conventions-and-fallback/[Result convention and Fallback]
- link:./ognl-tracking-data/[ONGL: tracking data]
- link:./ognl-cdi-tracking-data/[ONGL + CDI (Java EE)]
- link:./session-aware/[ONGL + Session]
- link:./ognl-call-method/[method call from ONGL, if statement]
- link:./array-map-list-mapping/[ONGL array, list, map mappings, forEach loop]
- link:./struts-2.5.22-jboss-eap-7.2-jdk-8-example/[Struts 2.5.20 JBpss EAP 7.2.0 on Java 8]
- link:./struts-rest-plugin/[Struts REST plugin (don't use that broken buggy shit!)]

== reference

- link:https://github.com/apache/struts-examples[Checkout official examples in GItHub: apache/struts-examples repository]
- link:https://struts.apache.org/getting-started/exception-handling.html[Error handling]

//end::content[]