I am working on a project where I have to gather users' live stream from social networks (Twitter, Facebook etc.). I want to use Twitter Users Streams Api to get live tweet updates from registered users, analyze these updates and then store the result in a database.
I am using the spring framework to register users and I'd to register a thread listener to get the live tweets. Is this possible with the spring framework? If so, how can I go about it, I can't find useful information with Google search. If not, what is the best way around?