Struts到servlet或集成struts和servlet

I need to import contacts from hotmail,yahoo, gmail etc and I am plan to use http://code.google.com/p/socialauth/ which is a struts 1.2 based application is that possible to integrate struts1.2 with servlets. After importing contacts I need to make use of Amazon Web services simple emailing service API to send bulk mails. Can we rewrite the struts based application to pure servlets based application. I have make use of Linkedin and facebook api's to update the information on linkedin and facebook, can I make use of the PHP api's with my servlets, does it will be a problem or what?

With socialauth only the example is using Struts, there's no reason why you wouldn't be able to use the same APIs with plain Servlets if that's the direction you want to take. I'd heavily recommend using some lightweight MVC framework even for a small application though.