| I am not a Java guru but i did a quick search...
" JDBC technology is an API (included in both J2SE and J2EE) that provides cross-DBMS connectivity to a wide range of SQL databases and access to other tabular data sources, such as spreadsheets or flat files."
So in that case you would be able to connect with a database such as mySQL which every good web server will have and seeing how its so popular i think it would be the one to go with.
I am not sure how much Java you know so i am guessing searching google for a "MySQL and Java tutorial" and you will find something. |