My friend and I want to develop a big web2.0 project. We decided to write it in Java because we love it and we are good at it and the other libraries which we will use are written in Java (Apache Lucene, Apache Cassandra ...). and we choose GWT as a framework. We love google, google technologies, google apis.
and I want to ask do you think that GWT is suitable to launch the big projects like youtube, twitter, wikipedia and other... ? Is gwt-rpc mechanism reliable in big projects?
expected to perform correctly over a period of time
to which the answer is yes but isn't specific for big projects. If your interested in server load, GWT will be very unlikely your problem area, but the scalability of your backend/server. To summarize: yes GWT is suitable for big projects. – Fruitless