On Dec 17, 2007 6:13 AM, Barath <[EMAIL PROTECTED]> wrote: > > Hi all, > I know to create a SU,SA and worked out wsdl first and bridge example. > But i am not much clear with how to use each components except http as > consumer. > i studied about each components in servicemix website but i am not in a > position to use it... > > Can u send me any good link or material ? > or can u suggest a way to proceed further ? > (To understand and to use each components) > (any good example showing how to use each components ll be better) > > I know jms,axis a little. > > I had an idea of doing sample applications(each app involving 1 or 2 > components) to learn about each components but how to proceed with it..?
All components are configured via a file named xbean.xml which is a configuration file for the Spring Framework. Each SU is a little Spring application and is used to configure each component (servicemix-*). You should probably begin by walking through the following tutorial: http://servicemix.apache.org/2-beginner-using-maven-to-develop-jbi-applications.html Start there and let us know if you have questions. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache ActiveMQ - http://activemq.org/ Apache Camel - http://activemq.org/camel/ Apache ServiceMix - http://servicemix.org/ Apache Geronimo - http://geronimo.apache.org/ Blog: http://bruceblog.org/
