java jdbc help...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shivaskr
    New Member
    • Nov 2013
    • 1

    java jdbc help...

    How to Connect the database oracle 10g and manipulating all tasks in java in user friendly
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    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.

    Comment

    • itsraghz
      New Member
      • Mar 2007
      • 124

      #3
      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

      • Nepomuk
        Recognized Expert Specialist
        • Aug 2007
        • 3111

        #4
        Oh, whether JSP is the best idea... There are newer technologies that can replace those, such as JSF or Apache Wicket. Personally I prefer the latter. Whether you need that however depends on the exact task you're trying to fulfill.

        Comment

        • itsraghz
          New Member
          • Mar 2007
          • 124

          #5
          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

          Working...