Background
This is the continuation from the
previous article "Extending
the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 2 - Enabling
JMX Monitoring on Hibernate v3 and Ehcache 1.3, on HibernateTutorialApp"
where we continue with (3) and (4) of the following :
Configuring
HibernateTutorialApp/HibernateTravelPOJO to use Ehcache 1.3.0
Configuring
HibernateTutorialApp/...
Background
Apart from showing quite an
example of easy enhancement of JSF-based web application as discussed
earlier in "Extending
the NetBeans Tutorial JSF-JPA-Hibernate Application, Part 1 -
Co-ordinating Query Views Based on Parameter Passing from JSF View to
Managed Bean", the NetBeans tutorial JSF-JPA-Hibernate application
created ('SimpleJpaHibernateApp') can also be easily extended to...
If you are a Spring Framework
developer, you will find the Spring Framework Module
for NetBeans useful as it provides :
Framework Support (enables the Spring Framework as an option when
creating a new web application)
Spring XML Catalog (provides Spring related XSD and DTD's to
enable XML code completion)
Integrated Library Management (installs libraries required for
the Spring Framework,...
Background
The NetBeans tutorial "Using
Hibernate With the Java Persistence API" nicely demonstrates, by
using the
NetBeans IDE, easy construction of :
Java Persistence API (JPA) entity classes from given database
schema (using NetBeans IDE bundled 'sample' database)
JavaServer Faces (JSF) CRUD application (on the 'sample'
database) using
JPA and entity classes generated above
The...