zoukankan      html  css  js  c++  java
  • Spring Framework One

    Spring is a helping tool for Programmer, such as save time upto 30% and Interface-Oriented.

    IO is upgrading than OO. Spring which called light-weight framework. the good point is an open source

    application frame that makes building enterprise .net application easier. providing components 

    based on proven design patterns that can be integrated into all tiers of you application architecture.

    and improve application quality and performance.

     Spring works with Nhibernate/hibernate project which i likes very much.

     the major module is below:

    1. Spring.Core --- use this module to configure your application using dependency inject ion.

    2. Spring.Aop --- use this module to preform Aspect-Oriented Programming (AOP). Aop centralizes common

    functionality that can then be declaratively applied across your application in a target manner. An aspect library

    providers prefined easy to use aspects for transactions, logging, performance monitoring, caching, method retry,

    and exception handling.

    3. Spring.Data - use this module to achieve greater efficiency and consistency in writing data access functionality

    in ADO.NET and to perform declarative tansaction management.

    4. Spring.Data.NHiberate

    5. Spring.Web

    6. Spring.Web.Extensions

    7. Spring.Services

    8. Spring.Testing.NUnit -- use this module to preform integration testing with Nunit. 

    9. Spring.Testing.Microsoft ---

    10. Spring.Messaging ---- increase your productivity creating microsoft message Queue applications that adhere to archtectural best practices

    11. Spring.Messaging.Nms ---- Use this module to increase your productivity creating Apache ActiveMQ applications that adhere to architectural

    best practices

    12. Spring.Messaging.Ems --- TIBCO EMS applications that adhere to architectural best practices.

    13. Spring.Scheduling.Quartz --- Provides integration with the Quartz.net job scheduler provider declarative configration of Quartz jobs, schedulers,

    and triggers as well as several convenience classes to increase productivity when creating job scheduling applications.

    14. Spring.Template.Velocity --- Helper classes to configure a NVelocity template engine in a spring based application. 

     http://www.springframework.net/

  • 相关阅读:
    原生js操作Dom命令总结
    JSON语法、对象、遍历数组的区别和基本操作
    JavaScript数组方法
    JavaScript基本语法
    JavaScript
    CSS外边框、边界样式常用组合
    HTML特殊符号(字符实体)大全
    CSS设置边框、符号、背景样式、链接属性
    CSS样式链接和文字常用属性
    k8s kubernetes给node节点添加标签和删除node节点标签
  • 原文地址:https://www.cnblogs.com/sandy_liao/p/1713103.html
Copyright © 2011-2022 走看看