View Single Post
  #4 (permalink)  
Old 01-29-03, 01:24
senthil5_kumar senthil5_kumar is offline
Registered User
 
Join Date: Jan 2003
Posts: 18
Hi,
U should have websever like JavaWebserver to access ur pages.To access the database u can use servlets or some other middleware.
The servelts will connect to database run ur quries on database and get the results.with the results, servlets can generate a html page dynamically and throw back to the webrowser. u can also insert records into database by passing ur information to servlets.

Regards,
Senthil
Reply With Quote