Which jsf libraries are used in GlassFish admin console and Oracle database admin tools?
I am curious what jsf libraries are used in popular admin tools like Glassfish admin console and Oracle database admin tools - I don't remember name but several years ago i used Oracle 10g database and admin and sql application was in jsf technology.
I am trying Icefaces so far and I am going to try Primefaces and Ric开发者_开发知识库hfaces and maybe some one more?
Glassfish admin console uses a fork of Woodstock (the component set which first shipped with Netbeans' Visual JSF Developer).
I would however not recommend this JSF component library for your projects. Rather head to more public, robust and well developed/maintained component libraries. The three you mentioned in your question, together with Tomahawk and OpenFaces, have good components.
I believe the Oracle tools use Oracle ADF. I'm not sure about GlassFish.
精彩评论