BreadCrumb Implementation
I have a requirements of implementing breadcrumb in our J2EE application at both back-end and on user interface. I only know what is breadcrumb but not aware of its other technical aspects as i have head that it also help in SEO and other things.
My question is what things one need to be take care while developing such functionality like one few approaches i can think of
- Put user traversing path in the session and can use that to build breadcrumb.
- Like in product detail page instead how user navigate show the path as Catalogue->Category->Product.
Please suggest me what best approach one should have, also if any one can refer a sample implementation in Java f开发者_运维技巧or the breadcrumb that will be an added bonus for me to move ahead
After doing some research i found the suitable answer on web development.here is a link for the same Link for BreadCrumb
I'm not sure about technology you gonna use. But there is breadcrumb add-on for Vaadin. You can find it in addon-directory and probably find some ideas for your project.
精彩评论