I recommend to have a look into the Apache Camel components [1], [2], [3], [4] and [5] which provides database access. Apache Camel also provides several samples [6] which are very helpful. Another good source are of course the unit tests of these components [7], [8], [9], [10] and [11]. Last, but not least, the good Camel in Action book [12] provides also free source code [13].
[1] http://camel.apache.org/sql-component.html [2] http://camel.apache.org/jdbc.html [3] http://camel.apache.org/jpa.html [4] http://camel.apache.org/ibatis.html [5] http://camel.apache.org/mybatis.html [6] http://camel.apache.org/examples.html [7] https://svn.apache.org/repos/asf/camel/trunk/components/camel-sql/ [8] https://svn.apache.org/repos/asf/camel/trunk/components/camel-jdbc/ [9] https://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/ [10] https://svn.apache.org/repos/asf/camel/trunk/components/camel-ibatis/ [11] https://svn.apache.org/repos/asf/camel/trunk/components/camel-ibatis/ [12] http://www.manning.com/ibsen/ [13] http://code.google.com/p/camelinaction/ Best, Christian On Mon, Sep 26, 2011 at 12:12 PM, mahendrasawarkar < [email protected]> wrote: > hi guys , > > actually i want to store the customer name and the customer login id in the > , i can convert the incoming file in the format like > <customer><name>atish</name><id>A00986890</id></customer> through xslt > transformation and putting reslulted file in the next wiretap queue but now > onwards what i need to do is i want to store this data in the table so > that > next customer should be identified, if the serviceMix is able to store the > data in the database please provide some example for that, i have searched > for the examples but i dont know how they work, can i read the tables > stored > in the serviceMix? where the data is stored? > please suggest for the way............... > > thanks and Regards, > Mahendra > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/does-serviceMix-contaiin-database-tp4840857p4840857.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
