Author |
Message
|
amateur10 |
Posted: Thu Dec 08, 2005 10:02 am Post subject: ASBO and GBO in an ICS system |
|
|
Centurion
Joined: 23 Nov 2005 Posts: 102
|
At first, I thought there needs to be GBO for each ASBO. But in fact that is not true. is this correct? What I mean is that once we understand that the adapter creates an ASBO, then we can plan based on our requirement. There is nothing such that we have to have a GBO for a ASBO. As we discussed in previous thread, even an ASBO can enter into a collab. Then it is collab business how to do what i has to do. Is that right? Can someone clarify if I am wrong?
thanks |
|
Back to top |
|
|
djeripo |
Posted: Thu Dec 08, 2005 10:38 am Post subject: |
|
|
Master
Joined: 25 Jan 2004 Posts: 225
|
Yes.
Maps are never mandatory.If you dont have any Map logic ,you can always the pass the ASBO to the Collab. |
|
Back to top |
|
|
amateur10 |
Posted: Thu Dec 08, 2005 11:25 am Post subject: |
|
|
Centurion
Joined: 23 Nov 2005 Posts: 102
|
Map is necessary but map has to be run based on the message type which could be done only in collab. So, the connector instead of running a map, it hands over the ASBO to collab and then collab tkaes over right? |
|
Back to top |
|
|
djeripo |
Posted: Thu Dec 08, 2005 12:07 pm Post subject: |
|
|
Master
Joined: 25 Jan 2004 Posts: 225
|
|
Back to top |
|
|
hopsala |
Posted: Thu Dec 08, 2005 11:53 pm Post subject: Re: ASBO and GBO in an ICS system |
|
|
Guardian
Joined: 24 Sep 2004 Posts: 960
|
amateur10 wrote: |
There is nothing such that we have to have a GBO for a ASBO. |
No, you don't have to use GBOs, but you definitely should. The whole idea is that if some day you start getting data from a different source (say WMQ or text file) you won't have to change a single line of code, only adapter configuration and maps. That, and if you change fields in your ASBO, again you won't have to change anything but your map. The whole "process seperation" frame of mind in a different form.
It's a clever idea, probably the only decent thinking the silly ICS people made; IMO, you should use it. |
|
Back to top |
|
|
amateur10 |
Posted: Sun Dec 11, 2005 8:44 pm Post subject: |
|
|
Centurion
Joined: 23 Nov 2005 Posts: 102
|
I am new to ics so i am trying to clarify the concept. Let me clarify again. the only thing to understand is that the BO which we mentioned with scenario enters into collab. Then it is the business of collab ( our as developer) what to do with this bo. I agree with you, the whole concept is to transform, so ther should be GBO - a transformed object from the data received from applicaiton. |
|
Back to top |
|
|
jeetendra |
Posted: Sat Feb 09, 2008 3:25 am Post subject: |
|
|
Newbie
Joined: 09 Feb 2008 Posts: 4
|
amateur10 wrote:
Quote: |
Map is necessary but map has to be run based on the message type which could be done only in collab. So, the connector instead of running a map, it hands over the ASBO to collab and then collab takes over right? |
Does it mean, map is not invoked automatically by the connector controller when it receives ASBO? But the connector controller hands over the ASBO to collab and the in the collab we have to write code to invoke the appropriate map and do the transformation to GBO.
If it is so, then what is the purpose of specifying maps in the connector configurator on the Associated Maps tab page?
Jeetendra |
|
Back to top |
|
|
|