| Recent Entries |
|
02. Jul 2009
|
|||
|
01. Jul 2009
|
|||
|
29. Jun 2009
|
|||
|
24. Jun 2009
|
|||
|
23. Jun 2009
|
|||
|
12. Jun 2009
|
|||
|
11. Jun 2009
|
|||
|
09. Jun 2009
|
|||
|
08. Jun 2009
|
|||
|
05. Jun 2009
|
|||
|
04. Jun 2009
|
|||
|
01. Jun 2009
|
|||
|
31. May 2009
|
| Seam | (88) |
| Seam News | (78) |
| Web Beans | (47) |
| JBoss Tools | (41) |
| Eclipse | (32) |
| JBoss Tools Eclipse | (31) |
| RichFaces | (30) |
| Contexts and Dependency Injection | (12) |
| Bean Validation | (11) |
| JavaServer Faces | (11) |
| Seam Wiki | (8) |
| Interoperability | (7) |
| Hibernate Search | (5) |
| JPA | (5) |
| Web Beans Sneak Peek | (5) |
We just released the brand new Hibernate Annotations module as an alpha version. This module provides the Hibernate facilities to declare Hibernate O/R mapping metadata through JDK 5.0 metadata annotations (instead of XML mapping files or XDoclet preprocessing). We have implemented the EJB3 (JSR-220) O/R metadata annotations defined in the early draft 1 of the spec. This set of annotations covers all common mappings cases.
Next step for us is to provide custom annotations to cover Hibernate specific features while following the EJB3 spec evolutions.
This tool is designed for easy-of-dev and quick application development (mapping metadata in the sources, no preprocessing step, configuration by exception minimizing the metadata declarations). Give a try to this new programming model. Feedbacks are welcome, especially on the Hibernate specific features you want to see covered by annotations.
Download it and have a look at the tutorial and the comprehensive test suite. It will give some good samples.