I have been primarily using frameworks like Vaadin, JSF+Primefaces and
GWT+GXT because of the rich UI components they provide. I have been
trying out the Play Framework and I really love it so far. What are
some of the options and techniques that are available in adding a rich
UI layer to an application developed on the Play Framework (Java or
Scala)?
Thanks,
Steve
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
On 30 Kasım, 20:52, Gp P <g...@gpism.com> wrote:
> I dont valdin will supported by play (server side, breaks nothing shared
> )..................try you looking rich widget sethttp://code.google.com/p/zkuery/ or any jquery plugins ....also have look
GWT+GXT has it's own architecture which is Java centric (serialization
and UI), vs Play which is more of a traditional web framework which is
HTML/JavaScript/HTTP centric. So while it would be nice to be able to
use GWT for the UI with Play I am not sure if it's worth it.
jQuery UI components, and similar jQuery-based components with pure Ajax data feeds, are the best fit for Play. Server-side components, and RichFaces in particular, turn out to be a horrible mistake.For examples, see my jQuery UI module: http://www.playframework.org/modules/jqueryui
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/jmWJXDsVpiMJ.
take a look at qooxdoo at http://www.qooxdoo.org