tags:

views:

250

answers:

1

Is there a graphical design tool for html/jsp pages like jsf pages (like the aspx .net environment)?

A: 

Yes, Building out Visual JSF inside of an IDE like netbeans may be what you are referring to.

Here is a good tutorial from Netbeans.

This tutorial gives you a whirlwind tour of Visual Web JSF application development in NetBeans IDE 6.5. The tutorial shows you how to use Visual Web JSF Application functionality and JavaServer Faces 1.2 (Woodstock) components to perform the typical phases of web application development.

The tutorial is designed so that you do not need to go through it in any particular order. You might want to skim over it quickly and then return to each section as time allows.

instanceofTom