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/

  • 相关阅读:
    内联函数(inline function)
    被extern "C" 修饰后按照C语言编译
    函数重载-name mangling或mame decoration技术-看看反汇编
    cin、cout
    下载visual studio 环境搭建
    配置共享文件夹
    EFS加密文件系统
    十二、字符串(1)
    十五、文件
    十一、指针
  • 原文地址:https://www.cnblogs.com/sandy_liao/p/1713103.html
Copyright © 2011-2022 走看看