Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF/GWT"

< EMF
(New page: EMF makes developing your first [http://code.google.com/webtoolkit/ Google Web Toolkit] application a snap. Here's what you'll need to get started on the '''bleeding''' edge. ==Getting S...)
 
Line 1: Line 1:
EMF makes developing your first [http://code.google.com/webtoolkit/ Google Web Toolkit] application a snap.  Here's what you'll need to get started on the '''bleeding''' edge.
+
EMF makes developing your first [http://code.google.com/webtoolkit/ Google Web Toolkit] application a snap.  Here's what you'll need to get started.
  
 
==Getting Started==
 
==Getting Started==
  
Of course you'll need Eclipse itself. You can read some background information for [http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F how to install eclipse]. You can get the latest development version [http://download.eclipse.org/eclipse/downloads/ here]. I've used [http://download.eclipse.org/eclipse/downloads/drops/S-3.7M1-201008051700/index.php 3.7M1].
+
Of course you'll need to start by installing Eclipse itself. You can read some background information for [http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F how to install Eclipse] if this is your first time. You can get the latest release version of Helios [http://www.eclipse.org/downloads/ here]. Be sure to get the '''Eclipse Classic''' SDK, not one of the packages that already has EMF installed because you'll need to install a more up-to-date version of EMF different from the Helios version. While writing this wiki, I used eclipse-SDK-3.6.1-win32.zip.

Revision as of 11:21, 30 September 2010

EMF makes developing your first Google Web Toolkit application a snap. Here's what you'll need to get started.

Getting Started

Of course you'll need to start by installing Eclipse itself. You can read some background information for how to install Eclipse if this is your first time. You can get the latest release version of Helios here. Be sure to get the Eclipse Classic SDK, not one of the packages that already has EMF installed because you'll need to install a more up-to-date version of EMF different from the Helios version. While writing this wiki, I used eclipse-SDK-3.6.1-win32.zip.

Back to the top