I have been working on a website which is basically a learning portal and user will have certain lessons inside certain category. My requirement is to build breadcrumbs on the pages. I don't want to hard code at every page.
So could anybody suggest what are the approaches I can use to build breadcrumbs dynamically?
I am using Spring-mvc.