On what technology is DataStage GUI built ?

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

On what technology is DataStage GUI built ?

Post by zulfi123786 »

Hi,

Was curious to know on what technologies/tools is the DataStage GUI (Designer, Director, Administrator) built and on what does the client - server interaction happen.


Thanks
- Zulfi
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Well, first thing that comes to my mind is Java, did you see lot many jar files in the installation directory? and did you notice java logo and its copyright statement on the splash screen when you launch the client components. However there has to be some other stuff as well I am not too sure about.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Post by zulfi123786 »

Yup, its Java looking at some logos and even recollect seeing "built on eclipse" , my question was more towards which modules of Java were used and if at all any thing else other than java goes into it.
- Zulfi
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

I suspect a lot of C/C++ but don't know... Java 1.0 was released in 1995. DataStage 1.0 in 1997.
Choose a job you love, and you will never have to work a day in your life. - Confucius
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I could have sworn it was all originally VB. [shrug]
-craig

"You can never have too many knives" -- Logan Nine Fingers
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

we know it needs .NET
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The old DataStage Designer (still the current one, not the new browser-based one) is a real mongrel, with bits of VB, bits of C, bits of C#, bits of C++, bits of Java (not much), and probably bits of someone's leg. And the plug-in architecture means that server plug-in stages can be written in any language that can call C-callable functions.

Director, Manager and Administrator clients are cleaner, but still have a mix of VB and C (primarily).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply