| Author |
JSF Support for Pagincation and Chart
|
Ashik Uzzaman
Ranch Hand
Joined: Jul 05, 2001
Posts: 2370
|
|
Does JSF have built in support for pagination of web pages or easy integration support for value list, display tag etc open source pagination system? As far as i understand, JSF wont disturb if we separately implement those open sources. Doea JSF has built-in support for preparing bar charts, pie charts etc. Currently I use Cewolf that is bult on top of JFreeChart. How JSF can help me here? Any built-in component for charting or do I have to prepare a cusstom component to wrap Cewolf?
|
Ashik Uzzaman
Senior Member of Technical Staff, Salesforce.com, San Francisco, CA, USA.
|
 |
Josh Juneau
Ranch Hand
Joined: Jun 16, 2004
Posts: 86
|
|
I do not believe that there is any "built in" support for charting or graphing...however...Chart FX may be what you are looking for. Here is the link: http://www.softwarefx.com/SFXJavaProducts/CFXforJava/jsf.aspx I am also sure that there are other solutions out there. You could also easily embed applets if needed (just like any other HTML page). Hope this helps! Josh Juneau
|
Database Administrator/Application Developer
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Nothing for charting but you might want to look at MyFaces for a whole slew of components with paging support, etc.
|
 |
Ashik Uzzaman
Ranch Hand
Joined: Jul 05, 2001
Posts: 2370
|
|
For pagination, I think I'll write the logic in backing beans as I couldn't find out a JSF table component that wil do it automatically for me only through specifying the configuration in faces-config.xml file. I dont know whether I could inegrate dislplayTag in JSF seamlessly.
|
 |
 |
|
|
subject: JSF Support for Pagincation and Chart
|
|
|