Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ph-7/phsimplejavawebsite

:trophy: This is a simple Java site using the EL tag (Expression Language) and the JSTL (JavaServer Pages Standard Tag Library) for the views. This Java site has also multilingual support (i18n).
https://github.com/ph-7/phsimplejavawebsite

el-tag expression-language i18n java java-site javaserver jee jstl simple-java-website

Last synced: about 1 month ago
JSON representation

:trophy: This is a simple Java site using the EL tag (Expression Language) and the JSTL (JavaServer Pages Standard Tag Library) for the views. This Java site has also multilingual support (i18n).

Awesome Lists containing this project

README

        

# My Simple Java Site

This is a simple Java site using the EL tag (Expression Language) and the JSTL (JavaServer Pages Standard Tag Library) for the views.
This Java site to multilingual support (i18n).

It works perfectly with the Tomcat application server, but it should also work well with all other servers.
Use Eclipse or Maven (you must write a pom.xml file for this) for a file .war

Note: This is a personal project and is working but some classes do not work properly (e.g. UserAcl and AdminACL with the filters) because they are not made for the project architecture (it is indeed necessary to make some changes).
Implementing a blog and a member's area are also not usable as-is.

## Author

Pierre-Henry SORIA

## License

[Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt) or later; See the LICENSE.txt file.