mjn
mjn

Reputation: 36634

Which IDEs / plugins for visual editing of Java Server Faces are available?

For the maintenance and migration of some JSF / Woodstock applications (to IceFaces or other frameworks) I would like to know if there are GUI editors for Java Server Faces available. We are currently using Eclipse and NetBeans, but we are open for other development tools. But non-visual editors would be helpful if they offer some support like hiearchy structure view and error checking.

Upvotes: 0

Views: 2000

Answers (2)

Romain Linsolas
Romain Linsolas

Reputation: 81577

Regarding Eclipse, I suggest the JBoss Tools plugin for JSF edition.

Upvotes: 3

oneat
oneat

Reputation: 10994

NetBeans and eclipse (as I think). In plugins you can find everything and netbeans has got self-installer (for plugins).

Upvotes: 1

Related Questions