• Post Reply 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Java EE: getting started under Ubuntu

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

I'm a 10 years experienced Java programmer, but I'm only starting Java EE 6, coming from 4. I'm a fellow Ubuntu user for 6 years (read "user", not "administrator", even if I have the sudo access).

So I just bought a book called "Beginning Java EE 6 with Glassfish 3". While the book is very interesting, I just don't know how to perform all the installations Antonio Goncalves describes in his book, since he says "Linux and OS X are not supported in this book". Well, I would like to get all the software Goncalves speaks about in his book. That means:
* JDK 1.6 (that's ok, I got it)
* JUnit 4 (that's also ok, no issue with this)
* Maven 2
* Java DB
* GlassFish 3

So how can I get these installed? I've never worked with a Maven, Java DB or GlassFish before. All the previous installations I had (meaning Weblogic and other Java EE 4 application servers) were done by a system admin, not me.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All of those applications are just Java applications in their own right, so you should not need to do much to install them beyond set the odd environment variable.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaDB is part of JDK 1.6, so you should have that already. I think it's an option, though, so you may have turned it off during JDK installation, in which case you can get it here. See this article for a general introduction.

Maven 2: http://maven.apache.org/download.html has the download and installation instructions

GlassFish 3 is here. It's an installer that also walks you through configuration and starts the server. It has lots and lots of documentation.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic