Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Installing the Data base, Application server, IDE together

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

I would like to install and setup the some database, application server like web sphere. I am learning java, so I thought if I have complete set up on my machine, I can clearly understand the end to end process. I previously installed Oracle 9i for practicing SQL/PL SQL. I also installed tomcat server. But if I need to link these to form a complete setup, I don't know how to do it. Can some one please help.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Which IDE / database / application server do you want to use?

If you download NetBeans (select the "Java" variant, third column, 214 MB download) then you'll get the NetBeans IDE with the GlassFish v3 application server and also Apache Tomcat 6.0, and also a database (Java DB) all in one package.
 
Marshal
Posts: 80939
521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Read this FAQ.

Closing thread as duplicate of this.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic