资 源 简 介
Navigo - is a very simple Java based navigation service framework. Any one who would like to have a navigation based service in her web site can use it.
It does not provide you with any inbuilt JS as you may wants to use your own but the example WAR file provided uses a simple Jquery drop down scheme for this purpose.
So Where Do I start?
To start download the featured Navigation.war file, deploy and run it under a application server like - Tomcat.
Point your browser to:
http://localhost:8080/Navigation/index.jsp
View the index.jsp source code of the script tag:
```
NavigationBean navigationBean = new NavigationBean();
//out.print("Hello JSP