Coder Social home page Coder Social logo

jfinal1.4_ext's Introduction

jfinal1.4_衍生版

jfinal1.4衍生版version1.0

相对于jfinal1.4的改变有: 1.去掉了jfinal内嵌服务器的支持. 2.程序默认实现了一个JFinalConfig的子类,框架不再要求实现一个JFinalConfig的子类。 在jfinal过滤器未配置configClass的情况下,默任JFinalConfig将生效。 3.可以选择在配置jfinal过滤器时,通过初始化参数配置jfinal常量。如devMode,viewType等。

4.无需手工注册Action,程序将自动将所有继承Controller的类进行注册。此功能默认开启,如果要手工注册,请在jfinal过滤器的启动参数中将autoRegisterAction设置为false(默认注册的Action,其key为类的全限定名,可通过BasePath注解和ActionKey注解分别为类和方法指定路径,如果不这样做,该类将不可访问。) 5.修改默认配置,将默认devMode设置为true,viewTyp设置为jsp

--2013-05-19更新

1.增加了多种数据库,多数据源支持,并实现了一个数据源工厂进行数据源管理。 2.增加了便捷的数据库操作方法,可以直接在程序中执行sql而无需管理连接的打开和关闭。

注意事项:由于才疏学浅,不能保证以上功能的性能和稳定性,仅为自己开发方便而实现。请大家多多指教,谨慎使用!

jfinal1.4_ext's People

Contributors

yunzhongyue avatar

Watchers

James Cloos avatar  avatar

Forkers

garyudeng

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.