Quote (oOn @ Oct 29 2013 07:10pm)
And as far as your second response, I am new to using the web for my apps, so I have no idea waht you mean by rich web development, can you briefly explain the pros and cons of rich web vs simple GUI apps?
you're confused because of terminology. you're using "simple GUI" to refer to java swing, i think, with plans of creating an applet. 99% of the time you dont want to do that. he's just telling you to avoid writing java applets if you intend to make a web app. you're welcome to use java (though i find it a bit tedious at times), but you'll have to use a java web framework and css to style them. which is completely different from what you're doing.
http://en.wikipedia.org/wiki/Java_Applet#Disadvantagesit's been years since i looked at it, but at the time GWT also allowed you to use swing and it'll convert it to javascript/html. you'll still have to modify your code to use it.
This post was edited by carteblanche on Oct 29 2013 10:21pm