We need to choose a web application framework to build a potentially large web application from scratch. While evaluating some of them, I came across Vaadin framework and I proposed it to my co-workers. Vaadin is based upon GWT, looks great, and me and my colleagues are excited at the idea we can build a web application programming only the server side using
Java, and let the framework do the rest of the client-side work for us. After initial enthusiasm, I started wondering - as usual - if the approach followed by frameworks like GWT - roughly speaking, taking a GUI written in Java and translating it in JavaScript + HTML - makes still sense nowadays, or if it's something which belongs to the past and
you should avoid when dealing with new projects. Similarly, I had a look at Eclipse RAP framework, it seems really good but ... smells like old stuff forgotten in a cellar for a long time (really
sorry to say that) expecially if I think of the trend in modern web application programming, which seemes to have abandoned Java or .NET in favour of javascript or other scripting languages frameworks.
Can anyone help me please, maybe sharing his or her own experiences ?