java - Request for suggestion to develop GWT based Web 2.0 applicaion -
i did web 2.0 applications flex. time, wish learn , develop gwt.
inspired jbpm console application, i'm thinking using gwt-mosiac user interface(better suggestions welcome , i'm thankful).
for example, 1 of stacks in flex [flex+parlsey] - [blazeds-spring/jpa] - mysql. gwt ?
kindly suggest stack or system architecture based on experience develop web 2.0 application gwt. please help, thank you.
i'd suggest not use third party frameworks if aren't necessary. been there, done that. libraries come , dissapear, making app stick old gwt versions.
in case pure gwt ejb+jpa plays pretty well, don't try use domain objects in gwt client code. it's tempting , possible makes app hard maintain. it's better map domain objects gui objects if requires mapping code.
regarding @yekmer comparison jquery think it's completly different pair of shoes. gwt power lies in java. jquery superb writing complex apps nightmare in opinion.
Comments
Post a Comment