https://github.com/ghusta/struts2-tiles3
Test Struts 2.5 + Tiles 3 + struts-convention-plugin + struts-tiles-plugin
https://github.com/ghusta/struts2-tiles3
struts2 tiles3
Last synced: 4 months ago
JSON representation
Test Struts 2.5 + Tiles 3 + struts-convention-plugin + struts-tiles-plugin
- Host: GitHub
- URL: https://github.com/ghusta/struts2-tiles3
- Owner: ghusta
- Created: 2017-06-08T15:35:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T20:44:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T22:35:59.384Z (5 months ago)
- Topics: struts2, tiles3
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= struts2-tiles3
image:https://travis-ci.org/ghusta/struts2-tiles3.svg?branch=master["Build Status", link="https://travis-ci.org/ghusta/struts2-tiles3"]
Testing integration of :
* Struts 2.5
** struts-convention-plugin
** struts-tiles-plugin
* Tiles 3== Links
* https://struts.apache.org/docs/tiles-plugin.html[https://struts.apache.org/docs/tiles-plugin.html]
* https://spring.io/blog/2012/10/30/spring-mvc-from-jsp-and-tiles-to-thymeleaf/[https://spring.io/blog/2012/10/30/spring-mvc-from-jsp-and-tiles-to-thymeleaf/]
* https://tiles.apache.org/framework/tutorial/advanced/nesting-extending.html[https://tiles.apache.org/framework/tutorial/advanced/nesting-extending.html]== Tiles features
* https://tiles.apache.org/framework/tutorial/advanced/wildcard.html[Wildcard support] (since 2.2)
== Test
mvn jetty:run
Then go to : http://localhost:8280/
_Generated with AsciiDoctor {asciidoctor-version}_