• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

GWT +JSF 2

 
Ranch Hand
Posts: 50
jQuery Eclipse IDE Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Im developing on JSF2 , and it lacks fancy components, all it has is basic stuff,

as far as i know GWT got lots of fancy components...

My question is it possible to combine the JSF2 together with GWT, and does this combination is a good idea ?


 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The combination is possible, but some additional effort is necessary. Ask google for experiences... You should only choose this solution, if there is a real reason for it.
JSF has also many "fancy components", look at component libraries such as RichFaces, MyFaces, ICEFaces and so on! Only the implementation of the standard itself does not contain any "fancy components" :-)

By the way: GWT itself also contains only simple components. If you want to use some nice components, you have to use component libraries such as ExtGWT or SmartGWT.
 
Daniel Reznick
Ranch Hand
Posts: 50
jQuery Eclipse IDE Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im developing on Google App Engine,

Thats the reason i cant use IceFaces (which i used for years, and its awesome) MyFaces is same as mojjara (only an apache implementation)

but GAE does not support ICEFaces not RichFaces , thats why im interested in GWT
 
Kai Wähner
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

GAE does not support ICEFaces not RichFaces



Interesting... Why is it not supported? You have to add a JAR file the same way you have to add one for GWT. Can you please explain? Does it explicitly exclude some products / libraries?

If you use GWT, maybe you also are not able to use ExtGWT or SmartGWT?

MyFaces is same as mojjara (only an apache implementation)



I think, MyFaces is a project with a collection of sub-projects, including the JSF implementation, but also some other projects (e.g. for fancy components):
http://myfaces.apache.org/
 
Daniel Reznick
Ranch Hand
Posts: 50
jQuery Eclipse IDE Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From : Will it play in App Engine - Google App Engine for Java | Google Groups
http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine?pli=1

ICEfaces
Version(s): 1.8.1
Status: INCOMPATIBLE

RichFaces
Version: 3.1.6
Status: INCOMPATIBLE

* RichFaces depends on the javax.imageio package which is presently not listed on the JRE class whitelist.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic