问题
I want to develop a website like Facebook in Java which handles millions of requests at the same time. Please suggest me which Java framework, web server or application server and database are reliable to develop a secure and high performance website like Facebook.
回答1:
JBoss EAP aims to provide these qualities.
If you go this (Java standards) way, you'll use the Java EE stack - EJB 3, JPA, JMS, etc.
回答2:
Build your app first, make it scale later.
来源:https://stackoverflow.com/questions/5665328/want-to-develop-website-like-facebook-handles-millions-of-requests-high-perf