Difference between revisions of "WDSC/Plugin"

From MidrangeWiki
Jump to: navigation, search
(Free RSE Extensions: +iSphere, typos, DBU link dead)
(Software Configuration Management)
 
(5 intermediate revisions by 3 users not shown)
Line 11: Line 11:
  
 
== Software Configuration Management ==
 
== Software Configuration Management ==
* [http://www.rocketsoftware.com/brand/rocket-aldon/ Rocket Aldon Lifecycle Manager]
+
* [http://www.rocketsoftware.com/brand/rocket-aldon/ Rocket Aldon Lifecycle Manager] No MAC version available
 
* [http://www.arcadsoftware.com/ Arcad Software]
 
* [http://www.arcadsoftware.com/ Arcad Software]
 
* [http://www.mks.com/solutions/discipline/ibmi MKS Implementer]
 
* [http://www.mks.com/solutions/discipline/ibmi MKS Implementer]
Line 25: Line 25:
 
* [http://www.linomasoftware.com/products/surveyor Linoma Software's Surveyor/400]
 
* [http://www.linomasoftware.com/products/surveyor Linoma Software's Surveyor/400]
  
== Free RSE Extensions ==  
+
== Free RSE Plug-ins==  
 
* [http://www.arcadsoftware.com/resource-center/software-downloads.html Arcad 5250 Emulator for Eclipse]
 
* [http://www.arcadsoftware.com/resource-center/software-downloads.html Arcad 5250 Emulator for Eclipse]
* [http://www.softlanding.com/products/rse-extensions/ SoftLanding's RSE Extensions]  The Extensions provide:
+
* [https://www.softlanding.com/resources/ SoftLanding's RSE Extensions]  The Extensions provide:
 
** direct access to spooled file output from WDSC
 
** direct access to spooled file output from WDSC
 
** the ability to view and respond to iSeries messages from within WDSC
 
** the ability to view and respond to iSeries messages from within WDSC
Line 42: Line 42:
 
* [http://www.tools400.de/markertags/update/rdp8.0/ LPEX Marker Tags by Tools/400]
 
* [http://www.tools400.de/markertags/update/rdp8.0/ LPEX Marker Tags by Tools/400]
 
** Keep your TODOs close to your source code. This plugin integrates 'Task Tags' into RDp/RDi.
 
** Keep your TODOs close to your source code. This plugin integrates 'Task Tags' into RDp/RDi.
* [http://sourceforge.net/projects/isphere/ iSphere]
+
* [[ISphere | iSphere]]
 +
** Offers many enhancements to RDi.
 +
* [http://quantum.sourceforge.net/ Quantum DB]
 +
** Database perspective connects to multiple data sources via JDBC
 +
* [http://www.eclipse.org/egit/ eGit]
 +
** Source version control system to enable RDi to connect with Git.
 +
* [http://hawkinfo.com/documentation/ Hawkeye Pathfinder]
 +
** Code cross referencing using Hawkeye Pathfinder product.
 +
 
 +
== Categories ==
 
[[Category:WDSC]]
 
[[Category:WDSC]]
 
[[Category:Open Source]]
 
[[Category:Open Source]]

Latest revision as of 15:10, 9 January 2018

Plug-ins for WDSC:

See also Plugin_development

A plug-in is an add-on piece of software that extends the base functionality of Eclipse. Most Eclipse plug-ins can be added and updated by Help->Software Updates->Find and Install. A plug-in can provide new perspectives, new views or new menu items.

Updating WDSC is never done through Help->Software Updates! Always use the IBM Installation Manager to update WDSC.

IBM DeveloperWorks wiki

Software Configuration Management

Impact Analysis

Utilities

Free RSE Plug-ins

  • Arcad 5250 Emulator for Eclipse
  • SoftLanding's RSE Extensions The Extensions provide:
    • direct access to spooled file output from WDSC
    • the ability to view and respond to iSeries messages from within WDSC
    • a perspective for viewing two source-editing windows simultaneously
    • graphical compare and merge editors for iSeries source code (WDSC 6.x or later required)
    • a custom editor for data areas (WDSC 6.x or later required)
    • the ability to display data queue properties and contents (WDSC 6.x or later required)
  • Midrange.com's RSE Enhancements
  • Task Force implementation of TN5250J in WDSc/RDi
    • With this plugin it is no longer necessary to leave the IDE if a 5250 session to the system i is needed.
  • ProData DBU DEAD LINK
  • RPGUnit by Tools/400
    • Unit tests at your fingertips. This plugin integrates RPGUnit into RDp/RDi.
  • LPEX Marker Tags by Tools/400
    • Keep your TODOs close to your source code. This plugin integrates 'Task Tags' into RDp/RDi.
  • iSphere
    • Offers many enhancements to RDi.
  • Quantum DB
    • Database perspective connects to multiple data sources via JDBC
  • eGit
    • Source version control system to enable RDi to connect with Git.
  • Hawkeye Pathfinder
    • Code cross referencing using Hawkeye Pathfinder product.

Categories