package org (RSS)

Spring Annotations Learning Letters (6) test

Since the system is based on notes self-contained, then the test based on whether it can rely on Spring annotation easy to complete? Resolutely No problem! Spring-Test duty-bound to complete this task ...

Spring Annotations Learning Letters (5) business tier transaction processing

Controller layer, persistence layer has a number of presentations, the rest is the business layer of the! Key issues in the business layer is the transaction control! Spring annotation-type transactio ...

Hibernate physical layer design

Assuming there is a commodity management program. Only the following types of goods: 1, book. 2, DVD Have the following common attributes: number, title, price The book contains its own separate attri ...

Decorator Design Pattern

The reason why this pattern of concern is that the recent interest io the java, so the Internet search data, and all the relevant information referred to the model, one can not understand God, ah, so ...

Oracle hibernate sequence

Oracle hibernate sequence

New Hibernate SessionFactory (). GetCurrentSession ()猫腻

Do this experiment to use Hibernate, download the latest version of a down. Decompression, building projects, from the tutorial copy the code. Tutorial mentioned that there has been no need for the la ...

Hibernate in SchemaExport, SchemaUpdate source code analysis tools

package org.hibernate.tool.hbm2ddl; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileWriter; import java.io.IOException; import java.io.InputStrea ...

Hibernate in the source code analysis tools SchemaUpdate

/ / Export the target application database package org.hibernate.tool.hbm2ddl; import java.io.FileInputStream; import java.io.FileWriter; import java.io.Writer; import java.sql.Connection; import java ...

JBoss Seam to learn from scratch 5 --- eclipse foot in, registration example of the realization of

The best way to learn or to see more examples of learned knowledge point. registration is the official seam examples, function is relatively simple, but they can generally learn about the working prin ...

Acegi + Spring + Hibernate + Struts 2 to build role-based access control system

filter-name> acegiFilterChain </ filter-name> <filter-class> org.acegisecurity.util.FilterToBeanProxy </ filter-class> <init-param> <param-name> targetClass </ para ...

hibernate generic generic DAO

hibernate generic generic DAO