I am using blueprint DSL and I have osgi service which has beanio
implementation
In my beanio mapping file , I am referring the class in the different
package or the same package of my interface service class.
Like
mapping file:
http://www.beanio.org/2012/03";>
My route to filter the json classname with class is
$..com.mycompany.app10.Person
My sample input is
{"
My input json are
1.{"com.mycompany.app10.Person":{"firstName":"Gregory","surname":"Smith","type":"FAMILY"}}
2.{"com.mycompany.app10.Person":{"firstName":"Hady","surname":"Smith","type":"SINGLE"}}
i need to aggregate above input when it has "com.mycompany.app10.Person" ,
so i tried below route
I need to implement spring-batch using Apache camel. But the material you
have provided was not understandable to me, since i didn't understand what
needs to given in the camelReader to read the file and what needs to given
in camelWriter to write to Database. kindly help me to understand the
detai