It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
开发者_如何学Go
Closed 11 years ago.
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.
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.
精彩评论