Difference between revisions of "User:PabloMotte"

From MidrangeWiki
Jump to: navigation, search
Line 5: Line 5:
 
== What I do ==
 
== What I do ==
  
We use [http://www-1.ibm.com/support/docview.wss?rs=715&context=SSZND2&dc=D400&uid=swg24013867. WDSC v7] to create a [http://java.sun.com/javase/6/docs/api/. Sun Java-based] GUI using iSeries DB/RPGLE objects, and use Softlanding's [http://www.softlanding.com/. Turnover] and [http://www.softlanding.com/websphere/rse.htm. RSE Extensions], IBM Rational's [http://www-306.ibm.com/software/awdtools/clearquest/. ClearQuest], [http://quantum.sourceforge.net/. QuantumDB] and a couple of my own plug-ins to help. I built a "silent install" using the [http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/pu/. IBM Package Utility] and this is how the developers here install WDSCv7 when (if) they need it.
+
We use [http://www-1.ibm.com/support/docview.wss?rs=715&context=SSZND2&dc=D400&uid=swg24013867 WDSC v7] to create a [http://java.sun.com/javase/6/docs/api/ Sun Java-based] GUI using iSeries DB/RPGLE objects, and use Softlanding's [http://www.softlanding.com/ Turnover] and [http://www.softlanding.com/websphere/rse.htm RSE Extensions], IBM Rational's [http://www-306.ibm.com/software/awdtools/clearquest/ ClearQuest], [http://quantum.sourceforge.net/  QuantumDB] and a couple of my own plug-ins to help. I built a "silent install" using the [http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/pu/ IBM Package Utility] and this is how the developers here install WDSCv7 when (if) they need it.
  
 
The best part of WDSC is Service Entry Points for debugging, but I'm also very happy with the Outline view as an amazing help when it comes to investigating "old" iSeries ILE source.
 
The best part of WDSC is Service Entry Points for debugging, but I'm also very happy with the Outline view as an amazing help when it comes to investigating "old" iSeries ILE source.
Line 12: Line 12:
 
These links gave me the basic knowledge I needed to start with building "User Profiles" and other plug-ins for WDSC. (Note that WDz is very similar to WDSCi, so the info is still relevant):
 
These links gave me the basic knowledge I needed to start with building "User Profiles" and other plug-ins for WDSC. (Note that WDz is very similar to WDSCi, so the info is still relevant):
  
[http://www-128.ibm.com/developerworks/websphere/library/techarticles/0607_casey/0607_casey.html. Creating user profiles for the LPEX editor in WebSphere Developer for zSeries v6.0]
+
[http://www-128.ibm.com/developerworks/websphere/library/techarticles/0607_casey/0607_casey.html Creating user profiles for the LPEX editor in WebSphere Developer for zSeries v6.0]
  
[http://www.ibm.com/developerworks/opensource/library/os-eclipse-snippet/index.html?ca=dgr-lnxw09RichEclipse#test. Build extensions for Eclipse one snippet at a time]
+
[http://www.ibm.com/developerworks/opensource/library/os-eclipse-snippet/index.html?ca=dgr-lnxw09RichEclipse#test Build extensions for Eclipse one snippet at a time]
  
[http://www-128.ibm.com/developerworks/websphere/library/techarticles/0605_casey/0605_casey.html. Extending the LPEX Editor in WebSphere Developer for zSeries v6.0]
+
[http://www-128.ibm.com/developerworks/websphere/library/techarticles/0605_casey/0605_casey.html Extending the LPEX Editor in WebSphere Developer for zSeries v6.0]
  
[http://its.unm.edu/introductions/aix_xlfortran/lpxindex.htm. LPEX User's Guide and Reference]
+
[http://its.unm.edu/introductions/aix_xlfortran/lpxindex.htm LPEX User's Guide and Reference]
  
[http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/topic/com.ibm.lpex.doc.isv/api/overview-summary.html. LPEX v3.2.2 JavaDoc (IBM)]
+
[http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/topic/com.ibm.lpex.doc.isv/api/overview-summary.html LPEX v3.2.2 JavaDoc (IBM)]
  
[http://publib.boulder.ibm.com/iseries/v5r1/ic2924/info/rzahh/javadoc/overview-summary.html. IBM v5r1 JavaDoc]
+
[http://publib.boulder.ibm.com/iseries/v5r1/ic2924/info/rzahh/javadoc/overview-summary.html IBM v5r1 JavaDoc]

Revision as of 09:49, 24 October 2007

Me

I'm a WDSC power user, and first-line support for the WDSC developers in my company. I've learnt a lot in a small amount of time, including writing small WDSC plug-ins, and I'm willing to share that knowledge if I can.

What I do

We use WDSC v7 to create a Sun Java-based GUI using iSeries DB/RPGLE objects, and use Softlanding's Turnover and RSE Extensions, IBM Rational's ClearQuest, QuantumDB and a couple of my own plug-ins to help. I built a "silent install" using the IBM Package Utility and this is how the developers here install WDSCv7 when (if) they need it.

The best part of WDSC is Service Entry Points for debugging, but I'm also very happy with the Outline view as an amazing help when it comes to investigating "old" iSeries ILE source.

Help with WDSC Plug-ins

These links gave me the basic knowledge I needed to start with building "User Profiles" and other plug-ins for WDSC. (Note that WDz is very similar to WDSCi, so the info is still relevant):

Creating user profiles for the LPEX editor in WebSphere Developer for zSeries v6.0

Build extensions for Eclipse one snippet at a time

Extending the LPEX Editor in WebSphere Developer for zSeries v6.0

LPEX User's Guide and Reference

LPEX v3.2.2 JavaDoc (IBM)

IBM v5r1 JavaDoc