Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 =\
- Host: GitHub
- URL: https://github.com/daggerok/struts-examples
- Owner: daggerok
- License: mit
- Created: 2018-01-07T21:16:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T21:52:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T15:35:31.860Z (2 months ago)
- Topics: docker, docker-compose, gradle, java-ee, java-ee-7, javaee, javaee7, jboss, jboss-eap, maven, struts, struts2
- Language: Java
- Size: 1.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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[]