tmp
tmp

Reputation: 131

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

Upvotes: 1

Views: 260

Answers (2)

BalusC
BalusC

Reputation: 1109542

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.

Upvotes: 1

user7094
user7094

Reputation:

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

Upvotes: 0

Related Questions