How to Connect the database oracle 10g and manipulating all tasks in java in user friendly
java jdbc help...
Collapse
X
-
Hi shivaskr and welcome to bytes.com!
The definition of user friendly depends on the user. ;-) My recommendation would be to start with this tutorial which will lead you to this overview. There you should find the basics of how to interact with your database. -
Adding on top of the suggestion given by Nepomuk that helps you to interact with the database using JDBC (within Java), you should also read Servlets and JSP (Java Server pages) to start with simple web application that helps you write a web application for the user friendly and easy navigation of application.Comment
-
Hi Nepomuk,
Yes, there are quite a few alternatives towards the betterment. Not just for JSP, but also for Servlets you have Struts, Spring etc.,
However, I have suggested these for starting off with the Java EE based web application, which the other frameworks are also based on.Comment
Comment