04482ef902
* Expression-Based Access Control PermitAll, hasRole, hasAnyRole etc. I modified classes regards to Security * Added test cases for Spring Security Expressions * Handler Interceptor - logging example * Test for logger interceptor * Removed conflicted part * UserInterceptor (adding user information to model) * Spring Handler Interceptor - session timers * Spring Security CSRF attack protection with Thymeleaf * Fix and(); * Logger update * Changed config for Thymeleaf * Thymeleaf Natural Processing and Inlining * Expression Utility Objects, Thymeleaf * listOfStudents edited * Thymeleaf layout decorators * Executable Jar with Maven |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Core Java Cookbooks and Examples
Relevant Articles:
- Immutable ArrayList in Java
- Java - Reading a Large File Efficiently
- Java InputStream to String
- Converting between an Array and a List in Java
- Converting between an Array and a Set in Java
- Converting between a List and a Set in Java
- Convert a Map to an Array, List or Set in Java
- Java – Write to File
- Java Scanner
- Java Timer
- Java – Byte Array to Writer
- How to Run a Shell Command in Java
- MD5 Hashing in Java
- Guide to the Java ArrayList
- Guide to Java Reflection