When we have to display a large records in a data-table using pagination is the best approach to optimize memory and response time, so the […]
Continue readingTag: jsf
Friendly URL in JSF with a simple “Rewrite-Url”
This is a very simple rewrite url library for JSF. It allows you to create friendly url in your JSF applications. It maps simple URL to its “nice to see” new urls in a 1:1 way, doesn´t have functionally for patterns or more complex ways to map the urls.
Continue reading