Difference between revisions of "EGL"

From MidrangeWiki
Jump to: navigation, search
(External links: +Sayles link, correct RBD 7.1 trial, RDB home links)
 
(10 intermediate revisions by 5 users not shown)
Line 4: Line 4:
  
 
==External links==
 
==External links==
* [http://www.ibm.com/developerworks/rational/products/egl/ DeveloperWorks Rational EGL] home
+
* http://www.ibm.com/developerworks/rational/products/rdi/ Rational Developer for System i] home
* [http://www-306.ibm.com/software/awdtools/developer/business/index.html Rational Business Developer Extension] for WDSC home
+
* [http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.egl.doc/eglguidewdsc02.htm EGL 6.0 reference]
* [http://www.ibm.com/developerworks/downloads/r/rbex/ Rational Business Developer Extension] 60 day trial download.
+
* [http://www-306.ibm.com/software/awdtools/developer/business/index.html Rational Business Developer] home page
 +
* [http://www.ibm.com/developerworks/downloads/r/rbex/ Rational Business Developer 7.1] 60 day trial download.
 
* [http://www.ibmsystemsmag.com/i5/september07/features/16711p1.aspx?ht= Wizards That Work]
 
* [http://www.ibmsystemsmag.com/i5/september07/features/16711p1.aspx?ht= Wizards That Work]
 
* [http://www.ibmsystemsmag.com/i5/developer/18728p1.aspx The Business of EGL]
 
* [http://www.ibmsystemsmag.com/i5/developer/18728p1.aspx The Business of EGL]
 +
* [http://www.jsayles.com/IBM/ Jon Sayles] IBM Rational.  Many EGL related files.
  
==Installation==
+
==Installation notes==
* The following midrange archive link provides information to watch out for if you are installing RBDe on RAD7 when WDSC7 also exists on the same machine: [http://archive.midrange.com/wdsci-l/200801/msg00023.html]
+
The following midrange archive link provides information to watch out for if you are installing RBDe on RAD7 when WDSC7 also exists on the same machine: [http://archive.midrange.com/wdsci-l/200801/msg00023.html]
 
 
* Here is the email response I received from IBM as it relates to the above issue that links to the archives.  There was another thread started that had a similar problem which is why I am posting IBM's exact response.  If somebody could clean this up in wiki style that would be great.
 
 
 
Aaron:
 
  
 +
The following is a response from an IBM PMR as it relates to my struggles (Aaron Bartell) with getting RBDe installed on my PC with WDSC v7 already installed.  This was originally removed by David Gibbs because it had some wording that others (Joe Pluta) didn't feel was accurately describing the issue (which I agree with).  Note that I modified the truth of the matter as you simply need to ensure you have the latest fix packs for WDSC v7 (i.e. need to be on version 7.0.0.4).
 +
-----Start IBM Response-----
 
Here's the situation:  
 
Here's the situation:  
(1) You started with WDSC (Websphere Development Studio Client for iSeries)   
+
        (1) You started with WDSC (Websphere Development Studio Client for iSeries)   
(2) You then installed RAD 7.0  
+
        (2) You then installed RAD 7.0  
(3) Lastly, you then attempted to install RBDe 7.x  
+
        (3) Lastly, you then attempted to install RBDe 7.x  
  
 
The actual relevant error is:  
 
The actual relevant error is:  
Line 30: Line 30:
 
Version 7.0.0.v200611151730 does not satisfy require tolerance [7.1.0,8.0.0) in component "com.ibm.xtools.comparemerge.team"  
 
Version 7.0.0.v200611151730 does not satisfy require tolerance [7.1.0,8.0.0) in component "com.ibm.xtools.comparemerge.team"  
  
153 ERROR 00:28.21 Installing IBM® Rational® Business Developer Extension 7.0.0 is not allowed; it is not compatible with IBM® WebSphere® Development Studio Client for iSeries® 7.0.0.4.  
+
153 ERROR 00:28.21 Installing IBM® Rational® Business Developer Extension 7.0.0 is not allowed;  
 +
it is not compatible with IBM® WebSphere® Development Studio Client for iSeries® 7.0.0.4.  
 
>>>>>>>  
 
>>>>>>>  
 
          
 
          
  
And that tells the story : WDSC/iSeries is NOT compatible ith RBDe.  
+
And that tells the story : WDSC/iSeries version 7.0.0.0 is NOT compatible with RBDe but IS compatible with WDSC version 7.0.0.4.  
 
Just found this out today:  
 
Just found this out today:  
  
Line 40: Line 41:
 
then install the RBDe into that "package group" ; I would strongly suggest that the "shared" directory  
 
then install the RBDe into that "package group" ; I would strongly suggest that the "shared" directory  
 
NOT be the same one used for the "package group" used for the the WDSC installation.  
 
NOT be the same one used for the "package group" used for the the WDSC installation.  
 +
-----End IBM Response-----
 +
 +
 +
==Eclipse plug-ins==
 +
IBM [http://www.alphaworks.ibm.com/tech/reglrws alphaWorks] have a set of EGL plug-ins for Eclipse 3.3.  Note that [[WDSC]] 7.0 and [[RDi]] 7.1 are both based on Eclipse 3.2, so these plug-ins will probably not work for these environments.
  
  

Latest revision as of 18:45, 30 April 2008

EGL is IBM Rational's Enterprise Generation Language. This is a web application code generation environment.

EGL is currently an extension to either Rational Application Developer, or WDSC. You'd use RAD if you were a web developer not wanting a System i - oriented IDE like WDSC. WDSC contains some of the elements of RAD. The packaging for EGL is reported (Jan 2008) to be about to change.

External links

Installation notes

The following midrange archive link provides information to watch out for if you are installing RBDe on RAD7 when WDSC7 also exists on the same machine: [1]

The following is a response from an IBM PMR as it relates to my struggles (Aaron Bartell) with getting RBDe installed on my PC with WDSC v7 already installed. This was originally removed by David Gibbs because it had some wording that others (Joe Pluta) didn't feel was accurately describing the issue (which I agree with). Note that I modified the truth of the matter as you simply need to ensure you have the latest fix packs for WDSC v7 (i.e. need to be on version 7.0.0.4).


Start IBM Response-----

Here's the situation:

       (1) You started with WDSC (Websphere Development Studio Client for iSeries)   
       (2) You then installed RAD 7.0 
       (3) Lastly, you then attempted to install RBDe 7.x 

The actual relevant error is:

>>>>>>> 152 ERROR 00:28.21 Error expanding installation packages In installation context "com.ibm.sdp.eclipse.ide": No included version of component "com.ibm.xtools.rmp" meets all tolerances Version 7.1.120.v200709171543 does not satisfy require tolerance [7.0.0,7.1.0) in component "com.ibm.xtools.transform.ui" Version 7.0.0.v200611151730 does not satisfy require tolerance [7.1.0,8.0.0) in component "com.ibm.xtools.comparemerge.team"

153 ERROR 00:28.21 Installing IBM® Rational® Business Developer Extension 7.0.0 is not allowed; it is not compatible with IBM® WebSphere® Development Studio Client for iSeries® 7.0.0.4. >>>>>>>


And that tells the story : WDSC/iSeries version 7.0.0.0 is NOT compatible with RBDe but IS compatible with WDSC version 7.0.0.4. Just found this out today:

Now, what you can do is install RAD 7 into another (totally different) "package group" via your IM, then install the RBDe into that "package group" ; I would strongly suggest that the "shared" directory NOT be the same one used for the "package group" used for the the WDSC installation.


End IBM Response-----


Eclipse plug-ins

IBM alphaWorks have a set of EGL plug-ins for Eclipse 3.3. Note that WDSC 7.0 and RDi 7.1 are both based on Eclipse 3.2, so these plug-ins will probably not work for these environments.


Categories

This article is a stub. You can help by editing it.