frameworks - Comparing GWT and Turbo Gears -


anyone know of tutorials implemented across multiple web application frameworks?

for example, i'm starting implement gwt's stock watcher tutorial in turbo gears 2 see how difficult in turbo gears 2.

likewise, i'll looking turbo gears 2 tutorial implement in gwt.

but hate re-create wheel - wondering if familiar such projects and/or interested in helping me work on such project.

thanks,

--spencer

while possible combine 2 frameworks, hope convince not so.

most web-frameworks, including turbogears, have server-side page flow management. page served user generating html, user interacts clicking on links or posting form, browser sends fresh request server, , server responds new html altogether. ajax'ify page using js library, or framework has support. but, in general, transition 1 view done on server side.

gwt totally different. there single html page in system. once page downloaded, happens on browser through javascript. when user clicks on link, javascript function call. history management done through fragment urls (the portion after #).

these 2 philosophies poles apart. apart daresay gwt doesn't work server-side web technology. see discussion on gwt vis-a-vis jbpm/struts/spring webflow. , see discussion on gwt v/s jquery.


Comments

Popular posts from this blog

Delphi Wmi Query on a Remote Machine -