Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Panel
borderStylesolid
titleTable of contents
Table of Contents
minLevel1
maxLevel3
includePagestrue
indent20px
styledisc

Homepage:

http://www.eclipse.org/Image Removed

Download:

http://www.eclipse.org/downloads/Image Removed

File(s):

Windows: Eclipse IDE for Java EE Developers: eclipse-jee-ganymede-SR2-win32.zip (168 MB)
Linux: Eclipse IDE for Java EE Developers: eclipse-jee-galileo-SR1-linux-gtk.tar.gz (188 MB)

...

  • Window - Preferences:
    • General: Show heap status
    • General - Editors - Text Editors: Show line numbers
    • General - Editors - Text Editors - Spelling - Dictionaries: Encoding: UTF-8
    • General - Network Connections: Manual proxy configuration
      • HTTP proxy: <company_proxy_address>, Port: <company_proxy_port>
      • Use this proxy server for SSL
      • No proxy for: add internal addresses
      • Enable proxy authentication: <username>/<password>
    • General - Workspace: Text file encoding: Other: UTF-8unmigrated-wiki-markup
    • Java - Code Style - Formatter - Java Conventions \ [built-in\] -> Use Sun Java Code Conventions

Plugins

Subclipse

Homepage:

http://subclipse.tigris.org/Image Removed
  • Installation
    In Eclipse:
    • Menu "Help - Install New Software..."
    • Install dialog: "Add...": Name: "http://subclipse.tigris.org/update_1.6.x", Location: "http://subclipse.tigris.org/update_1.6.x" - OK
    • Select all (if you are not sure what to select) - Next > - Next >* Accept license - Finish
    • Restart Eclipse

...

  • Usage
    • Add a new repository location:
      Example:
    • Check out
      Example:
      • Checking out Wicket "trunk":
        Right click "http://svn.apache.org/repos/asf/wicket/ - trunk" in "SVN Repositories" - Checkout... - Checkout as project in the workspace, Project Name: "wicket-trunk" - Finish

...

Maven Integration for Eclipse provides tight integration for Maven into the IDE.

Homepage:

http://m2eclipse.sonatype.org/Image Removed
  • Installation
    In Eclipse:
    • Menu "Help - Install New Software..."
    • Install dialog: "Add...": Name: "http://m2eclipse.sonatype.org/sites/m2e", Location: "http://m2eclipse.sonatype.org/sites/m2e" - OK
    • Select all (if you are not sure what to select, I unchecked AJDT...) - Next > - Next >
    • Accept license - Finish
    • Restart Eclipse

...