Do you need to the core classes to hit different databases or just new classes you create? It should be as easy as creating another datasource bean (in applicationContext-resources.xml) and referencing it accordingly.
You might have to import the core classes into your project if you get an error when two datasources exist. http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On Mon, Oct 11, 2010 at 12:54 AM, Anshu Dhamija < [email protected]> wrote: > Hi > > I want to make the hit in two different databases using appfuse how can it > be possible. > > Regards > Anshu > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
