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 "EDT"

(Develop EDT)
 
(116 intermediate revisions by 9 users not shown)
Line 1: Line 1:
EDT is the '''EGL Development Tools''' project.
+
This page lists resources for '''EGL Development Tools (EDT)'''. The project is creating two aspects of the open-source EGL technology:
  
==EDT and EGL Links==
+
*EGL Core, which provides the basic rules of EGL syntax.
 +
*Eclipse IDE for the EGL Web Developer, which is an environment for writing and transforming your business applications.
  
* [http://www.eclipse.org/edt/ The main EDT web site]
+
Eclipse IDE for the EGL Web Developer is the first extension of EGL Core.  
* [http://www.eclipse.org/projects/project_summary.php?projectid=tools.edt The EDT project summary page]
+
* [[EDT:Downloading and installing EDT builds]]
+
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=190 The EDT forum]
+
* See [[:Category:EDT]] for EDT wiki metadata
+
* IBM's [http://ibm.com/rational/eglcafe EGL Cafe]
+
  
==Developer Resources==
+
== Take a first look  ==
  
* [[EDT:Developer's Guide to Getting Started on EDT]]
+
*[http://www.eclipse.org/edt/ The project web site and downloads]  
* [http://www.eclipse.org/projects/dev_process/development_process_2010.php  The Eclipse Development process]
+
*[[EDT:FAQ|Frequently asked questions]]  
* [[EDT:How to commit code to EDT]]
+
*[[EDT:Language Overview|Language overview]]  
* [http://dev.eclipse.org/mailman/listinfo/edt-dev  The edt-dev mailing list]
+
*[[EDT:Supported Platforms|Supported platforms]]
* [http://dev.eclipse.org/mhonarc/lists/edt-dev/  The edt-dev mailing list Archives]
+
* [[EDT:How to be notified of EDT bugs]]
+
* [[EDT:How to add new EDT plugins]]
+
* [[EDT:How to Create/Edit Wiki pages]]
+
* [http://wiki.eclipse.org/index.php/Webmaster_FAQ  Eclipse Webmaster FAQ]
+
** [http://wiki.eclipse.org/index.php/Webmaster_FAQ#I_need_to_add.2Fremove.change_a_version.2Fmilestone.2Fcomponent_in_Bugzilla._How_do_I_do_this.3F  How to configure Bugzilla (version/milestone/component)]
+
* [http://wiki.eclipse.org/IT_Infrastructure_Doc  Eclipse Infrastructure document]
+
  
==EDT Planning==
+
== Gain expertise  ==
  
* [[EDT:0.7.0 Planning]]
+
*[[EDT:Tutorials|Tutorials]]
* [[EDT:Components and Functionality]]
+
*[[EDT:Technical overviews|Technical overviews]]
 +
*[[EDT:Samples|Samples]]
 +
*[[EDT:Code snippets|Code snippets]]
 +
 
 +
== Share knowledge with a community  ==
 +
 
 +
Primarily for EGL business developers:
 +
 
 +
*[http://www.eclipse.org/forums/index.php?t=thread&frm_id=190 EDT forum]
 +
*[http://ibm.com/rational/eglcafe EGL Cafe at ibm.com]
 +
 
 +
Primarily for EDT project developers:
 +
 
 +
*[http://dev.eclipse.org/mailman/listinfo/edt-dev The edt-dev mailing list]
 +
*[http://dev.eclipse.org/mhonarc/lists/edt-dev/ The edt-dev mailing list archives]
 +
*[[EDT:How to be notified of EDT bugs|How to be notified of EDT bugs]]
 +
*[http://www.eclipse.org/projects/project_summary.php?projectid=tools.edt The Eclipse project summary page]
 +
*[[EDT:The EDT Team|The EDT Team]]
 +
 
 +
== Explore the plan  ==
 +
 
 +
*[[EDT:0.8.2 Planning]]
 +
*[[EDT:0.8.1 Planning]] - Complete!
 +
*[http://www.eclipse.org/projects/project-plan.php?projectid=tools.edt EDT 0.8.1 Plan page on eclipse.org]
 +
*[[EDT:0.8.0 Planning]] - Complete!
 +
*[[EDT:Components and Functionality]]  
 +
*[[EDT:Stakeholder Meetings]]
 +
 
 +
== Handle web tasks at eclipse.org  ==
 +
 
 +
*[[EDT:How to Create/Edit Wiki pages|How to create and edit EDT wiki pages]]
 +
*[http://wiki.eclipse.org/index.php/Webmaster_FAQ Eclipse Webmaster FAQ]
 +
*[http://wiki.eclipse.org/index.php/Webmaster_FAQ#I_need_to_add.2Fremove.change_a_version.2Fmilestone.2Fcomponent_in_Bugzilla._How_do_I_do_this.3F How to configure Bugzilla]
 +
 
 +
== Develop EDT  ==
 +
 
 +
Project docs:
 +
 
 +
*[[EDT:Developer's Guide to Getting Started on EDT|Developer's guide to getting started on EDT]]
 +
*[[EDT:How to commit code to EDT|How to commit EDT code]]
 +
*[[EDT:How to add new EDT plugins|How to add new EDT plugins]]
 +
*[[EDT:How to update system parts|How to update system types]]
 +
*[[EDT:Guidelines for moving code from RBD|Guidelines for moving code from IBM Rational Business Developer]]
 +
*[[EDT:Update Site Guidelines|Update Site Guidelines]]
 +
*[[EDT:EUnit_Testing|Tesing with EUnit]]
 +
*[[EDT:Running_Tests|Running the Test Suites]]
 +
 
 +
Eclipse Foundation docs:
 +
 
 +
*[http://www.eclipse.org/projects/dev_process/development_process_2010.php The Eclipse Development process]
 +
*[http://wiki.eclipse.org/IT_Infrastructure_Doc Eclipse Infrastructure document]
 +
 
 +
== Compare EDT to IBM Rational Business Developer  ==
 +
 
 +
*[[EDT:The Differences between EDT 0.7.0 and RBD|Differences between EDT 0.7.0 and IBM Rational Business Developer]]
 +
*[[EDT:The Differences between EDT 0.8.2 and EDT 0.8.1|Differences between EDT 0.8.2 and EDT 0.8.1]]
 +
*[[EDT:EGL Language conversion|Language changes ]]<br>
 +
*[[EDT:How to move RBD app to EDT|Moving applications from IBM Rational Business Developer to EDT]]
 +
 
 +
<br> <br> <br> <br>
 +
 
 +
<br>
 +
 
 +
<br>
  
 
[[Category:EDT]]
 
[[Category:EDT]]

Latest revision as of 15:02, 10 January 2013

This page lists resources for EGL Development Tools (EDT). The project is creating two aspects of the open-source EGL technology:

  • EGL Core, which provides the basic rules of EGL syntax.
  • Eclipse IDE for the EGL Web Developer, which is an environment for writing and transforming your business applications.

Eclipse IDE for the EGL Web Developer is the first extension of EGL Core.

Take a first look

Gain expertise

Share knowledge with a community

Primarily for EGL business developers:

Primarily for EDT project developers:

Explore the plan

Handle web tasks at eclipse.org

Develop EDT

Project docs:

Eclipse Foundation docs:

Compare EDT to IBM Rational Business Developer







Back to the top