PROGRAMMING
Template Engines for Java Web Development
See all articles written by Dănuţ Chindriş (5)
Template Engines for Java Web Development
In many projects we deal with situations when we have to process text, generate reports, scripts or source code. Many times these problems can be solved with the help of certain tools called template processors. However, the most common scenario for using template processors is that of web development, where the need to separate business logic from the presentation layer was identified. When it comes to web applications developed using Java technologies, JavaServer Pages was the standard for the presentation layer for a long time.
See all articles written by Dănuţ Chindriş (5)