本周 Spring - 2012 年 7 月 17 日
欢迎来到本周 Spring 的另一个部分!本周,SpringSource 和 Cloud Foundry 团队正在 OSCON 上与所有人讨论开源企业和云计算。如果您在该地区,请务必查看展览大厅的 SpringSource 和 Cloud Foundry 展位!
- Spring Data 团队正在与 O'Reilly 合作编写一本关于 Spring Data 的书。如果您想预览和提供反馈,现在是您的机会!
- 您是否正在使用 Spring Data Commons 对存储库的支持?您对支持以 Java 为中心的配置有何看法?查看 Spring Data 中对 Java 配置的新支持!
<LI> The Java Beginner's tutorial blog has a quick post on <a href = "http://javabeginnerstutorial.com/spring-framework-tutorial/configure-hsqldb-java-spring/">how to use the embedded database namespace that debuted in Spring 3.0</A>. The <a href = "http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/htmlsingle/spring-framework-reference.html#jdbc-embedded-database-support">namespace</A> is great if you want to setup H2, HSQL and Derby instances quickly and then specify initialization <CODE>.SQL</CODE> statements or scripts to run to initialize the database to a…