|
Spring - Client-specific Examples and Exercises
Java Programming: Spring Framework
1. Configure application components and
lifecycle management of Java objects.
2. Work with relational database management
systems on the Java platform.
3. Coordinate transactions for Java
objects.
4. Use MVC to provide hooks for
extension and customization of web applications.
5. Implement high-volume processing
programs featuring reusable functions: logging/tracing,
transaction management, job processing statistics, job restart,
skip, and resource management.
Hibernate - Client-specific Examples and Exercises
Java Programming: Spring Framework
1. Use hibernate.cfg.xml to define Hibernate
configuration information.
2. Use the mapping metadata for determining
how to load and store objects of the persistent class.
3. Create a different bootstrap process that
uses its own configuration file named persistence.xml.
4. Develop an EJB Session bean to investigate
the implications associated with using a container-managed
persistence context - javax.persistence.EntityManager. Try both
stateless and stateful use-cases.
5. Write a query to retrieve only historical
data which meets some criteria.
6. Add an association to the Event entity for
modeling a message thread.
Java Training Programs
|