I am writing a web application to be deployed on tomcat. I am writing a servlet. When I receive a request, I need to call 10 other different websites. Then aggregate responses received from all of them and respond. Now if i call every website in a sequence, it takes lot of time. Is there a way to complete this task in parallel? I mean is there a way to call 10 websites in parallel? Can I use java multi-threading?
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...