文件名称:JFinal_v3
- 所属分类:
- WEB源码
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2017-05-06
- 文件大小:
- 443kb
- 下载次数:
- 0次
- 提 供 者:
- cheng*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。 在拥有Java语言所有优势的同时再拥有ruby、python、php等动态语言的开发效率!为您节约更多时间,去陪恋人、家人和朋友。
JFinal有如下主要特点:
MVC架构,设计精巧,使用简单
遵循COC原则,零配置,无xml
独创Db + Record模式,灵活便利
ActiveRecord支持,使数据库开发极致快速
自动加载修改后的java文件,开发过程中无需重启web server
AOP支持,拦截器配置灵活,功能强大
Plugin体系结构,扩展性强
多视图支持,支持FreeMarker、JSP、Velocity
强大的Validator后端校验功能
功能齐全,拥有struts2的绝大部分功能
体积小仅248K,且无第三方依赖-JFinal is based on the Java language speed WEB+ ORM fr a mework, the core design goal is to develop rapidly, less code, learning simple, powerful, lightweight, easy to expand, Restful. With all the advantages of Java language and then have ruby, python, PHP and other dynamic language development efficiency! Save more time for you, with your lover, family and friends.
JFinal has the following main features:
MVC architecture, design, simple to use
Follow the COC principle, zero configuration, no XML
Original Db+ Record mode, flexible and convenient
ActiveRecord support, so that the rapid development of
Automatic loading of the modified java file, the development process without restarting web server
AOP support, interceptor configuration flexible, powerful
Plugin architecture, strong scalability
Multi view support, support FreeMarker, JSP, Velocity
Powerful Validator backend check function
Fully functional, with most of the functions of struts2
Small size is only 248K, and no
JFinal有如下主要特点:
MVC架构,设计精巧,使用简单
遵循COC原则,零配置,无xml
独创Db + Record模式,灵活便利
ActiveRecord支持,使数据库开发极致快速
自动加载修改后的java文件,开发过程中无需重启web server
AOP支持,拦截器配置灵活,功能强大
Plugin体系结构,扩展性强
多视图支持,支持FreeMarker、JSP、Velocity
强大的Validator后端校验功能
功能齐全,拥有struts2的绝大部分功能
体积小仅248K,且无第三方依赖-JFinal is based on the Java language speed WEB+ ORM fr a mework, the core design goal is to develop rapidly, less code, learning simple, powerful, lightweight, easy to expand, Restful. With all the advantages of Java language and then have ruby, python, PHP and other dynamic language development efficiency! Save more time for you, with your lover, family and friends.
JFinal has the following main features:
MVC architecture, design, simple to use
Follow the COC principle, zero configuration, no XML
Original Db+ Record mode, flexible and convenient
ActiveRecord support, so that the rapid development of
Automatic loading of the modified java file, the development process without restarting web server
AOP support, interceptor configuration flexible, powerful
Plugin architecture, strong scalability
Multi view support, support FreeMarker, JSP, Velocity
Powerful Validator backend check function
Fully functional, with most of the functions of struts2
Small size is only 248K, and no
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jfinal
......\.gitignore
......\pom.xml
......\README.md
......\src
......\...\main
......\...\....\java
......\...\....\....\com
......\...\....\....\...\jfinal
......\...\....\....\...\......\aop
......\...\....\....\...\......\...\Before.java
......\...\....\....\...\......\...\Callback.java
......\...\....\....\...\......\...\Clear.java
......\...\....\....\...\......\...\Duang.java
......\...\....\....\...\......\...\Enhancer.java
......\...\....\....\...\......\...\Interceptor.java
......\...\....\....\...\......\...\InterceptorManager.java
......\...\....\....\...\......\...\InterceptorStack.java
......\...\....\....\...\......\...\Invocation.java
......\...\....\....\...\......\...\InvocationWrapper.java
......\...\....\....\...\......\...\PrototypeInterceptor.java
......\...\....\....\...\......\captcha
......\...\....\....\...\......\.......\Captcha.java
......\...\....\....\...\......\.......\CaptchaCache.java
......\...\....\....\...\......\.......\CaptchaManager.java
......\...\....\....\...\......\.......\CaptchaRender.java
......\...\....\....\...\......\.......\ICaptchaCache.java
......\...\....\....\...\......\config
......\...\....\....\...\......\......\Constants.java
......\...\....\....\...\......\......\Handlers.java
......\...\....\....\...\......\......\Interceptors.java
......\...\....\....\...\......\......\JFinalConfig.java
......\...\....\....\...\......\......\Plugins.java
......\...\....\....\...\......\......\Routes.java
......\...\....\....\...\......\core
......\...\....\....\...\......\....\Action.java
......\...\....\....\...\......\....\ActionException.java
......\...\....\....\...\......\....\ActionHandler.java
......\...\....\....\...\......\....\ActionKey.java
......\...\....\....\...\......\....\ActionMapping.java
......\...\....\....\...\......\....\ActionReporter.java
......\...\....\....\...\......\....\Config.java
......\...\....\....\...\......\....\Const.java
......\...\....\....\...\......\....\Controller.java
......\...\....\....\...\......\....\ForwardActionRender.java
......\...\....\....\...\......\....\Injector.java
......\...\....\....\...\......\....\JFinal.java
......\...\....\....\...\......\....\JFinalFilter.java
......\...\....\....\...\......\....\TypeConverter.java
......\...\....\....\...\......\ext
......\...\....\....\...\......\...\handler
......\...\....\....\...\......\...\.......\ContextPathHandler.java
......\...\....\....\...\......\...\.......\FakeStaticHandler.java
......\...\....\....\...\......\...\.......\RoutesHandler.java
......\...\....\....\...\......\...\.......\ServerNameRedirect301Handler.java
......\...\....\....\...\......\...\.......\UrlSkipHandler.java
......\...\....\....\...\......\...\interceptor
......\...\....\....\...\......\...\...........\GET.java
......\...\....\....\...\......\...\...........\LogInterceptor.java
......\...\....\....\...\......\...\...........\NotAction.java
......\...\....\....\...\......\...\...........\NoUrlPara.java
......\...\....\....\...\......\...\...........\POST.java
......\...\....\....\...\......\...\...........\Restful.java
......\...\....\....\...\......\...\...........\SessionInViewInterceptor.java
......\...\....\....\...\......\...\kit
......\...\....\....\...\......\...\...\DateKit.java
......\...\....\....\...\......\...\...\ElResolverListener.java
......\...\....\....\...\......\...\...\SessionIdKit.java
......\...\....\....\...\......\...\render
......\...\....\....\...\......\...\......\CaptchaRender.java
......\...\....\....\...\......\...\......\StaticHtmlRender.java
......\...\....\....\...\......\handler
......\...\....\....\...\......\.......\Handler.java
......\...\....\....\...\......\.......\HandlerFactory.java
......\...\....\....\...\......\i18n
......\...\....\....\...\......\....\I18n.java
......\...\....\....\...\......\....\I18nInterceptor.java
......\...\....\....\...\......\....\Res.java
......\...\....\....\...\......\json
......\...\....\....\...\......\....\FastJson.java
......\...\....\....\...\......\....\FastJsonFactory.java
......\...\....\....\...\......\....\IJs