文章详情页
Spring 2.0 RC1 发布
浏览:124日期:2024-06-04 16:12:13
Spring 2.0 RC1 发布了。这是Spring 2.0的第一个candidate版本, 在过去的六个月里, Spring 共发布了5次milestone版本...Spring 2.0的新特性包括:Configuration SimplificationBean definitions based on XML schema, with out-of-the-box XML namespaces for simplifying common configuration tasksSupport for extended bean scopes in application contexts, with web request and session scopes as main targetsBean definition enhancements: lazy loading of bean classes, collection merging, and intelligent error messagesAOPSimplified AOP configuration based on XML schema namespacesSupport for AspectJ pointcut expression language and @AspectJ-style aspectsSupport for dependency injection on any object, including fine grained domain objects (based on AspectJ)Persistence and JPAEnhanced JDBC support: named SQL parameters, generics-based SimpleJdbcTemplateExplicit support for Hibernate 3.1 and 3.2 (while remaining compatible with Hibernate 3.0)Support for the Java Persistence API (JPA), including the full container contract with class instrumentationScheduling and MessagingTaskExecutor abstraction for submitting asynchronous workSupport for various thread pools, such as a Java 5 ThreadPoolExecutor and a CommonJ WorkManagerSupport for asynchronous JMS ('Message-Driven POJOs') based on message listener containersWeb Application DevelopmentConventions-based web MVC: controller mappings, model attribute namesJSP form tag library for use with Spring Web MVC and Spring Web FlowFull support for Portlet environments, including Portlet-style MVC based on a DispatcherPortlet官方站点:http://www.springframework.org/node/298ebSpring论坛:http://www.matrix.org.cn/topic.shtml?forumId=26
标签:
Spring
相关文章:
1. Django ForeignKey与数据库的FOREIGN KEY约束详解2. ASP常用日期格式化函数 FormatDate()3. Seam 1.0 beta 2 发布-Java EE 5开发框架4. 在JSP中使用formatNumber控制要显示的小数位数方法5. Java内存模型之happens-before概念详解6. python GUI库图形界面开发之PyQt5表单布局控件QFormLayout详细使用方法与实例7. Sun 公司完整发布Java API文档中文版8. Sun 发布Java EE 5 &NetBeans 5.5 预览版9. 简单了解JAVA SimpleDateFormat yyyy和YYYY的区别10. Spring Boot2发布调用REST服务实现方法
排行榜