I'd recommend you to try the latest source code from the trunk - http://svn.apache.org/repos/asf/synapse/trunk/java/
Use Maven 3.x to build the code (mvn clean install). To setup an Eclipse project you will have to run "mvn eclipse:eclipse". Messages are processed by mediators. So take a look at the Mediator interface. Also look at the SynapseMessageReceiver class where the mediation flow begins. This should enable you to get started. Thanks, Hiranya On Sep 7, 2013, at 11:45 PM, Xinglong Zhang <[email protected]> wrote: > Hi, > > I'm John. Now I am learning Synapse. I have downloaded the souce code > *synapse-2.1.0-src.zip. > *I have imported it to Eclipse as a Maven Project. I want to run the > project on Eclipse. So I used maven to build it, but there are many errors. > I don't know whether I have done it right or wrong. > > I really want to know the internal operation mechanism of Synapse and the > use of each module in it.In other words, I want to know how synapse handle > messages step by step. > > If possible, I hope somebody can give me some documents introducing synapse. > > Best regards, > > John -- Hiranya Jayathilaka Mayhem Lab/RACE Lab; Dept. of Computer Science, UCSB; http://cs.ucsb.edu E-mail: [email protected]; Mobile: +1 (805) 895-7443 Blog: http://techfeast-hiranya.blogspot.com
