developing servler using java servlets

dear all,

Im now developing a server for a 3G service.

It has two major functions:

1) Link the traffic users to the database to let them choose which road they want to choose in order to reach their destiny.

2) Stream the video from the camera by the road to let them have a look with the traffic condition of the road which they have selected.

Currently i am developing the database of my system.

question:

1) Is anyone has some examples in building up the connection between the servlet and Database using JDBC?

2) What kind of method should i use in servlet in order to stream the video from a camera to the user?

Thanks!!

[693 byte] By [seriousho] at [2007-11-25 18:31:14]
# 1
HiI am not sure about the second question but for your first question you can find samples in your installation. Type http://localhost/samples will give you the list of samples available in your installation.ThanksSrini
Srinivas-Guda at 2007-7-3 18:40:33 > top of Java-index,Application & Integration Servers,Application Servers...