-
Feb 17th, 2008, 03:33 PM
#1
calling a class after context loading
WS development is new to me. I'm currently working on a project that involves just that. The project codes are already in place its just that we're looking for a way to run a class that will simulate a ws call immediately after context loading.
As in after all the beans, loaders and listeners have been loaded. We are looking at running a failed data retrieval code in this class which will require transactional data handling.
I've taken a look at org.springframework.beans.factory.config.BeanPostP rocessor but this is invoked before and after every bean initialization which is not what we need.
Any help will be highly appreciated. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules