Coder Social home page Coder Social logo

smartframework's Introduction

一个轻量级的JavaWeb框架
内置 IOC、AOP、MVC 等特性
基于 Servlet 3.0 规范
使用 Java 注解取代 XML 配置
1.依赖注入的功能:能够自动捕获带有@Inject注解的Bean,通过反射创建Bean的实例,赋值给那个字段
2.AOP的功能:底层使用了Cglib动态代理的技术实现了AOP特性,web应用只需要继承AspectProxy代理类,使用@Aspect注解指定切面类,然后重写before、after等方法,便可实现和SpringAOP类似的功能。
3.MVC的功能:和SpringMVC类似,所有的HTTP请求首先经过前端控制器DispatcherServlet进行转发,根据Request找到对应的Handler,执行对应的方法,根据返回值是View对象还是Data对象分别返回JSP页面和Json对象

smartframework's People

Contributors

w928028422 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.