|
The reason behind the project is really to learn java, thus I decided to tackle spartial markings using java.
Here's how i plan to implement it.
1. the Web interface is divided into 4 frames.
2. one frame is where the user passes his requests for instance direction/route (for this I have an applet). this requests are the passed for processing by servelets/jsp which returns its results in another frame thus providing the marked routes.
3. For the other two frames is where teh results of SQL queries are to be returned for the purpose eg ecommerce.
|