I have build a Message Driven Pojo similar with
sample in Spring Reference,
but i don't know how to deploy it in App Server,
please help me
or is there any reference that explains it?
i use weblogic for AppServer
thanks b4
I have build a Message Driven Pojo similar with
sample in Spring Reference,
but i don't know how to deploy it in App Server,
please help me
or is there any reference that explains it?
i use weblogic for AppServer
thanks b4
Hi,
if you are using spring 2.0, then you can bootstrap an webapplication context. Have a look here http://static.springframework.org/sp...gration-common
If you are using spring 2.1m4, then you can use also a Ressource Adapter for bootstrapping your application context.
best rgds
agim