I also wish we could have such a tutorial...

In general, I think you can make your jsf app be responsive if you keep as
little data in the presentation layer as possible.

This means some tricks like lazy loading, paging table data in database
[1], using autocomplete instead of lengthy select boxes, etc.

I´ve started working with JSF using richfaces 2-3 years ago and now I am a
primefaces big fan. Both are OK, but I think primefaces has some very
interesting features.

[]

Leo

[1]
http://www.javacodegeeks.com/2014/01/primefaces-datatable-lazy-loading-with-pagination-filtering-and-sorting-using-jpa-criteria-viewscoped.html


On Wed, Mar 26, 2014 at 7:11 PM, Romain Manni-Bucau
<[email protected]>wrote:

> Maybe look primefaces showcase too
> Le 26 mars 2014 23:07, "Anthony Fryer" <[email protected]> a écrit :
>
> > Responsive web design is not really in the realm of TomEE since it's
> > related
> > to css and javascript.  A very popular library for doing responsive web
> > pages is twitter bootstrap (http://getbootstrap.com/).  You can use
> > twitter
> > bootstrap in your jsf facelets, which is what i do on some projects.
> >
> >
> >
> > --
> > View this message in context:
> >
> http://openejb.979440.n4.nabble.com/jsf-responsive-tutorial-tp4668375p4668382.html
> > Sent from the OpenEJB User mailing list archive at Nabble.com.
> >
>

Reply via email to