On Fri, Jun 27, 2008 at 2:42 PM, Pedro <[EMAIL PROTECTED]> wrote: > Hi Ruwan, thanks for your faster response. The components are implemented > (in java) and are running with a mule esb in test mode (another person do it > this, but now i have to manage this). I want, and (after read a lot about > esb) change mule for synapse, i can adapt the components, but not do a lot > of changes because some of then aren't mine. Thanks for the guides, i'll > read it now, and i'll see the basic examples for start trying.
Cool, you will need to wrap the components with a ClassMediator or you can use the POJOCommand mediator as well. Once you get some understanding on the things with synapse, you may try to get this to work and I am happy to help you through to get this working Thanks, Ruwan > > Thanks a lot. > > > > Ruwan Linton escribió: > > Hi, >> >> Welcome to the synapse user community... :-) >> >> On Fri, Jun 27, 2008 at 2:09 PM, Pedro <[EMAIL PROTECTED]> wrote: >> >> >> >>> Hi, i am starting using esb systems, after a sort study I get synaptic >>> because it's the best alternative for my requeriments, but now i don`t >>> know >>> how to integrate with my application. >>> >>> I have a group of components that will work with a client message in one >>> order. >>> The basic case it's: >>> Component 1 get message and adds info, component 2 get message with info >>> and create a response to the client. >>> >>> >> >> >> Do you have these components implemented (in java or as any other >> scripts)? >> in which case you can use synapse extension points like class mediator or >> Script mediator in a sequence. >> >> Please have a look at the Synapse Sample guide [1] and to be more >> specific, >> class mediator [2] and Script mediator [3] samples. If you are still on >> the >> design phase of these components I would recommend you to go through the >> samples guide and see the best possible approach, or may be you can >> provide >> some more information on the scenario so that I can help you to figure >> that >> out. >> >> >> >> >>> I don't know how to integrate this using synapse because it's my first >>> esb >>> implementation. If someone can helpe or know about a basic guide about >>> how >>> to do this, it will be great!. >>> >>> >> >> >> If you need a quick start please follow Samples guide and here is the docs >> index for synapse [4]. >> >> Thanks, >> Ruwan >> >> [1] - http://synapse.apache.org/Synapse_Samples.html >> [2] - http://synapse.apache.org/Synapse_Samples.html#Class >> [3] - http://synapse.apache.org/Synapse_Samples.html#ScriptMediator >> [4] - http://synapse.apache.org/docs_index.html >> >> >> >> >>> Thanks >>> >>> >>> >>> >> >> >> >> > > -- Ruwan Linton http://wso2.org - "Oxygenating the Web Services Platform" http://ruwansblog.blogspot.com/
