Exact use of Custom Tag Library
Hi All,
In the article https://helpx.adobe.com/experience-manager/using/customtags.html.
What I understand is
1] There is a java class created with getters and setters, which is referred to in the tld file.
2] In the jsp created, this tld file is referred.
So, what exactly is the purpose of introducing a tld file in between. Any thoughts/pointers on this will be helpful.