J
Josh Russo
I know the general thoughts surrounding most web frameworks, being
largely unnecessary and at times producing problems of their own. With
that in mind, what are people's thoughts on GWT? In case you don't
know it auto-generates all of the JS and HTML. You do everything in
Java.
One of the big benefits to this is that you can more easily unit test
your interfaces. Of course you are trusting Google to produce good JS,
but this really isn't a new paradigm. Other languages/frameworks have
done the same for C and C++. You generally lose flexibility but it's
usually the more arcane functionality that is lost.
Personally, I'm just starting to research GWT but it seems really
intriguing.
What are your thoughts?
largely unnecessary and at times producing problems of their own. With
that in mind, what are people's thoughts on GWT? In case you don't
know it auto-generates all of the JS and HTML. You do everything in
Java.
One of the big benefits to this is that you can more easily unit test
your interfaces. Of course you are trusting Google to produce good JS,
but this really isn't a new paradigm. Other languages/frameworks have
done the same for C and C++. You generally lose flexibility but it's
usually the more arcane functionality that is lost.
Personally, I'm just starting to research GWT but it seems really
intriguing.
What are your thoughts?