1

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 Richfaces and maybe some one more?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
tmp
  • 121
  • 1
  • 2
  • 3

2 Answers2

1

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.

Community
  • 1
  • 1
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
0

I believe the Oracle tools use Oracle ADF. I'm not sure about GlassFish.