View Full Version : Ext GWT with JSF
ebrink
12 Aug 2008, 11:03 PM
Is it posible to use the Ext GWT component library with JSF?
gslender
13 Aug 2008, 1:52 AM
ExtGWT will work anywhere GWT works - so your question is more will GWT work with JSF, and depending on what you are trying to do (or expect) yes, it will work - remembering that GWT is about compiling to Javascript and those static compiled files are then served to the client - the UI interaction is the execution of the Javascript on the browser.
ebrink
13 Aug 2008, 2:03 AM
I would like to use the components on itself from java-code. My application uses Java 1.5. A Year ago I tested GWT and it worked only with JAVA 1.3. Is this changed?
gslender
13 Aug 2008, 2:05 AM
GWT 1.5 is Java 5 compatible.
This article might help http://www.theserverside.com/tt/articles/article.tss?l=GWTandJSF
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.