I know that this question may seem nasty, but I'm just trying to clean up my mind...
I'm not an expert in Web Application programming, and I'm searching for an enduring technology to adopt for webapps development. During my search (on various web sites, forums and so on) I've never found a definitive answer -- and maybe a definitive answer doesn't exist ever -- so I came to conclusion that adopting pure HTML + css + Javascript and endorsing of some powerful Javascript framework (like JQuery or Dojo just to name some in the crowd of JS frameworks) should be the most conservative approach.
I started with humble expectations, and achieved some results... but I'm in doubt if my choice may would be still valid when dealing with
large applications.
Times ago I tried to use GWT, I found it very promising because it would make possible to write web apps in
Java in a very portable way, and most important, to build your own widgets and components; but I gave up, to be honest, because it generally took a very long compilation time, and because the whole thing seemed a bit over sized for me. Maybe now things are different, and a colleague recently suggested me that it may be a good idea to adopt GWT for our projects, or, at least, to give it a try; I tried to form my own opinion reading some technical blogs and articles, but of course on the web one may find very different opinion about it: somebody claims that GWT will be the next big thing, others disagree less or more deeply. For sure, I've no much time to make experiments...
What would you suggest to me, experts ?
Thank you for any help.