• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

PrimeFaces

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


PrimeFaces is an open source library for Java Server Faces Web framework. Main goal of PrimeFaces is to create a component suite containing a rich set of components and provide non-rendering JSF extensions to ease development with JSF. PrimeFaces has three modules each focusing on different aspects of JSF.
UI Components

PrimeFaces UI module contains various JSF components providing rich web user experience. PrimeFaces use Yahoo UI library as the underlying client side framework. Components do all the hard work, deal with javascript rendering, and handle the JSF integration on the server side.

* Rich set of components (HtmlEditor, ImageCropper, Dialog, AutoComplete and more).
* Flash based Chart components.
* Built-in Ajax with Partial Page Rendering
* Compatible with other component libraries
* Unobstrusive javascript rendering.
* Well documented components.

Optimus

Optimus module provides solutions to ease the development with JSF. Optimus removes the burden of XML from JSF by providing an annotation based IOC container based powered by Google Guice and an XML-less Navigation Handler that removes need for xml-based declarative JSF navigations. Optimus also provides persistence support with JPA integration.

* Annotation based IOC built on top of Google Guice.
* Persistence support and JPA integration.
* Declarative transaction management.
* XML-Less JSF Navigations.
* Excel and PDF export of DataTable contents.
* Security Extensions.

FacesTrace

FacesTrace aims to enhance the traceability of JavaServer Faces based applications. Several trace information and performance metrics are collected and presented on the page being traced. FacesTrace is developed seperately before PrimeFaces is found and joined PrimeFaces project as a submodule.

* JSF LifeCycle visualizer.
* Performance Tracker.
* Scoped Attributes.
* Log4J appender.
* FacesMessage Lister.
* Component Tree visualizer.

 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have a technical question? Or is this just blatant advertising? For the last, there is a dedicated forum for it.
 
yigit darcin
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bauke Scholtz wrote:Do you have a technical question? Or is this just blatant advertising? For the last, there is a dedicated forum for it.



I think this is a very useful framework, but if I opened the topic to a wrong place, you can move it to an appropriate place.
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You think? So it is not yours? Why did you post it here then?

Sorry, I can´t move topics. Wait until a forum moderator spots this topic.
 
yigit darcin
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bauke Scholtz wrote:You think? So it is not yours? Why did you post it here then?

Sorry, I can´t move topics. Wait until a forum moderator spots this topic.



yes I think, because you know what is best for you, and yes it is a product of me and my friends.
I will pm a moderator about this.
 
You will always be treated with dignity. Now, strip naked, get on the probulator and hold this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic