Make a simple template

Hello,

I bought the Core Java Server Faces book and I would like to have an environment similar to the examples given in the book.

What I want to do is I want to make very simple templates with only the basic JAR libraries that I don't need yet.

The problem I'm having is setting up Studio Creator for a very basic environment. Is there a way to strip the IDE of the JDBC, UI components so I can work with the core JSF/HTML tags?

In particular, I want to remove the

<ui:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>

and the other <ui:/> components from automatically appearing when I try to view the "Design" page.

Is this possible? or sticking to a text editor like vim and gedit the only way to do this?

[798 byte] By [Chua-Chua] at [2007-11-26 7:57:11]
# 1

Get NetBeans from http://www.netbeans.org/.

Java Studio Creator is based on NetBeans, with the addition of advanced features for building web applications. NetBeans is more general purpose, with extensive support for a wide range of Java and related technologies. As your needs become more advanced, see http://developers.sun.com/prodtech/javatools/ for more NetBeans based IDE focused on the needs of different developers.

vspurlin at 2007-7-6 20:23:11 > top of Java-index,Development Tools,Java Tools...