Analog Clock. This is a component similar to digital PrimeFaces Clock, but as an analog variant, enhanced with advanced settings.
Countdown. It simulates a countdown and fires an JSF listener after an customizable interval. You can start, stop and pause the countdown.
DocumentViewer. This is JSF wrapper of Mozilla Foundation project PDF.js - a full HTML PDF reader.
GChart. This is a JSF wrapper of Google Charts API. It's the same chart library used by Google Analytics and other Google services. Please look at Organizational Chart and Geo Chart.
A small note from me: charts can be built completely by model in Java. There is only one GChartModel which allows to add any options you want programmatically. I have used the same approach for my Chart library based on Flotcharts (thinking right now about adding it to the PF Extensions). There is only one generic model with generic setters to set options (options are serialized to JSON then). Advantage: you can export a chart on the server-side, e.g. with PhantomJS. This is a different approach to PrimeFaces' charts where each chart type has a separate model class and hard-coded fix methods for options settings.
Gravatar. This is a component for Gravatar services.
Knob. This is a nice theme-aware component to insert numeric values in a range. It has many settings for visual customization, AJAX listener and more.
Last but not least: we plan to deploy current SNAPSHOTs on the OpenShift in the future. More new components are coming soon. I intend to bring a component called pe:typeahead to the 3.0.0 too. It is based on Twitter's Typeahed. In the next post, I will explain how I have added an excellent WAI ARIA support to this great autocomplete widget. Stay tuned!
Exclusive information. Thanks for sharing. Keep updating your blog.
ReplyDeleteExcellent work, this release look very good, I love the DocumentViewer and GChart component.
ReplyDeleteWhen you plan to release this version?
at the end of October.
DeleteCould you please make a DocumentViewer example project (not the showcase). I haven't been able to make it work even reviewing the showcase code. Excellent work!!
ReplyDeleteCan you not clone the git project and review sources? I'm not the creator of this component. You can ask Francesco Strazzullo (link is above).
DeleteThanks for your quick response. I'll ask to Francesco.
ReplyDeleteThe DocumentViewer shows in some cases instead of numbers squares inside the pdf. With acrobat the numbers are no squares. Probably a encoding problem of the underlying viewer?
ReplyDeleteOliver, can you create a bug in our bug tracker or ask in the forum? I'm not the autor of this component. Thanks.
Delete