I am completely new to jsp.
I have to design a website prototype for a project on doctor directory search using jsp.
It uses database(ms access) to store data like doctor info and all.
As i will not be hosting this website online , all the code (client side + server side) remains on the server(my pc). I have to show the porototype on my pc itself.
Though i know html , i am finding it hard to figure out what all technologies to use.
1. Can i use jdbc type 1 driver ( as i have no issues regarding performance) ?
2. Is it necessary to host the code on a tomcat apache server ?
3. Do i need to use javascripts ( as i have no client side work ..evrything is on server).
Thanks.