OisheeP
OisheeP

Reputation: 59

GUI builder for JSF or Primefaces

Is there any UI-designer aid (Like Scene Builder is a useful screen designing aid for JavaFX application / Flash Builder plugin of eclipse is a useful screen designing aid for Flex application) to make screen design easy in JSF / Primefaces.

Upvotes: 1

Views: 18188

Answers (2)

Pankaj
Pankaj

Reputation: 645

For using **ADF** - JDeveloper covers almost everything
For using **woodstocks,ICEFaces** - Netbeans have the plugins for visual page design
For using **PrimeFaces**, Netbeans is having CRUD code generators, but not the drag and drop UI component plugins.

Ideally, as the UI code is much of a XML format it should not be a big issue do design drag and drop plugins. Still I don't know why we are not having powerful plugins for the primefaces.

Upvotes: 0

Petr Mensik
Petr Mensik

Reputation: 27536

As far as I remember you have few options to do this (mostly depending on which IDE you prefer). First is Oracle JDeveloper which is only one with built-in support for this, second is NetBeans Visual Web plugin and finally there is also Web Page Editor for Eclipse IDE.

Upvotes: 3

Related Questions