Friends,

My group is in the process of designing a site that uses breadcrumbs
throughout. So, for example, towards the top of the page a user will see
something like the following:

Home --> Product Information --> Widget 5000i --> Architecture

Each section will obviously be a link to the indicated place.

The question I have is if there is a known design pattern that handles
such a beast. The best answer I have come up with so far is creating a
table in the database that stores this information, but this seems
inadequate from a maintenance standpoint: every time a page is added to
the site a corresponding entry will need to be made in the DB.

Suggestions?

- James Childers

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to