Java Reference
In-Depth Information
After creating the project NetBeans should look something like the
following screenshot.
NetBeans automatically creates a new JSP, named Page1.jsp . Additionally, NetBeans
automatically generates a request scoped managed bean named Page1.java that
can be used to programmatically manipulate components on the page. An additional
request scoped managed bean, a session scoped, and an application scoped managed
bean named RequestBean1.java , SessionBean1.java , and ApplicationBean1.
java , respectively, are also created. All of these managed beans are automatically
added to the application's faces-config.xml configuration file.
 
Search WWH ::




Custom Search