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?

