Can we use Datastage Enterprise Edition jobs in DS SOA Edn

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
Amit Jaiswal
Premium Member
Premium Member
Posts: 38
Joined: Fri Apr 22, 2005 6:07 am

Can we use Datastage Enterprise Edition jobs in DS SOA Edn

Post by Amit Jaiswal »

Hi,

I am new to Datastage SOA Edn. I have few doubts in my mind :
1. Can we use DS EE jobs in DS SOA Edn.?
2. If yes, is it that the entire setup/architecture will be as it is which we are using for DS EE and we are simply invoking these jobs as web services?
3. What are the other benifits we can have using SOA Edn?
4. Is it supporting Weblogic server? Is there any performance bottle neck if we use Weblogic?
5. Can we invoke DS jobs from Java?
6. Can I get use manual pdf on this?

Thanks in advance
-Amit
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Hi Amit... welcome to the DataStage SOA space! Thoughts below...

1. Can we use DS EE jobs in DS SOA Edn.?

Absolutely. RTI/WISD stages are also part of those jobs. Whether you need the same level of partitioning for such jobs as you would in batch is another discussion, but indeed you can use them.

2. If yes, is it that the entire setup/architecture will be as it is which we are using for DS EE and we are simply invoking these jobs as web services?

Yes.

3. What are the other benifits we can have using SOA Edn?

Depends on what you are trying to do...being able to share "data integration and transformation services" designed in DS, among all application groups in the enterprise is a huge benefit. I've seen DS jobs originally written for friday night name/address cleansing to a data warehouse be turned into services that are called hundreds of times a day to support point-of-sale applications at the store front to help with customer loyalty programs. Same jobs/shared containers.

4. Is it supporting Weblogic server? Is there any performance bottle neck if we use Weblogic?

Release 7.5.x supports BEA... Weblogic works great. Comparing the J2EE implementations is not as interesting as comparing bindings. SOAP is typically slower than the EJB binding.... choice of J2EE server usually has more to do with site standards than anything else.

5. Can we invoke DS jobs from Java?

If the jobs are deployed as services via RTI, then you can invoke them using a Java SOAP client, JMS client, or EJB client. That's the most elegant way.

6. Can I get use manual pdf on this?

It comes with the product. I'm assuming you have SOA edition already. Look on the media that came with it.

Ernie
Amit Jaiswal
Premium Member
Premium Member
Posts: 38
Joined: Fri Apr 22, 2005 6:07 am

Post by Amit Jaiswal »

Thanks Ernie for valueable information!!!

-Amit
Post Reply