3 Replies Latest reply on Nov 2, 2005 12:06 PM by maxandersen

    JBoss database connectivity

    cdsnithi

      Hi,

      I'm a new user of JBoss and i'm using JBoss with eclipse IDE(java). i would like to know if there is any material that tells how to establish database connectivity(with oracle) using JBoss and eclipse. I'm sorry if this is not the correct place to ask. Please let me know of any details that anyone might know.

      Thanks,

      NG.

        • 1. Re: JBoss database connectivity
          maxandersen

          what do you want to do ? execute random sql or ?

          • 2. Re: JBoss database connectivity
            cdsnithi

            i want to write a code that retrives some data from database(Oracle) i'll be using eclipse as my java editor, and JBoss for my web server and JDBC or connection pooling for database connectivity. i was wondering if there is any document that tells step by step on how to establish the connecitvity and run the program , or a very simple sample program that connects to the database and retrives the values.

            Thanks,

            ng.

            • 3. Re: JBoss database connectivity
              maxandersen

              hmm - you can try and take a look at our jboss ide trailblazer. but otherwise go look for tutorials on any servlet/jdbc programming.