GithubHelp home page GithubHelp logo

zxxyes / hframework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hongframework/hframework

0.0 2.0 0.0 11.27 MB

hframework系统产品的同名基础框架,由Java开发实现,内部聚合包含众多开发工具包,以及一个配置化MVC框架

Java 19.20% Batchfile 0.01% Shell 0.04% CSS 3.49% JavaScript 37.88% HTML 39.25% PHP 0.01% CoffeeScript 0.12%

hframework's Introduction

hframework

hframework,又名:hongframework,是hframework系统产品的同名基础框架,由Java开发实现,内部聚合包含众多开发工具包,以及一个配置化MVC框架

hframework有哪些功能?

  • 常用消息处理:xml、json、html、properties的解析,与java对象互转等
  • 常用通信处理:http、https、ftp、socket,mail等通信相关
  • 常用中间件处理:redis、kafka、hbase,rabbetMq等客户端连接相关
  • 常用加解密:AES、DES、BASE64、MD5等加解密工具类
  • 框架内存缓存: 内核由ehcache, guava实现
  • 特有MVC框架:Controller由框架实现,Model由代码生成模块生成,View通过xml配置实现(对应延伸产品见Chameleon,web项目快速构建平台)

hframework框架主要特点

  • 二八定律:20%代码解决80%场景,需求都很雷同,代码也很相识,我们的日常仅仅在重复80%的场景,我们追寻最小功能集原则,这是高度封装成为可能(这也是第三方工具包常常不能满足的,因为他们解决的领域中100%的场景)
  • 约定大于规范:该框架集编译、配置,集成于一体,按照约定进行统一配置即能快速构建一个项目
  • 高度封装:对各种场景封装相应的工具类,底层分别采用各领域主流,成熟的工具包进行二次封装,我们不重复制造轮子, 要求工具类在使用上精简,明了

文档

  • 详见wiki

下载

  • 待开放

Maven

    <dependency>
        <groupId>com.github.hongframework</groupId>
        <artifactId>hframe-common</artifactId>
        <version>${hframe.version}</version>
    </dependency>
    <dependency>
        <groupId>com.github.hongframework</groupId>
        <artifactId>hframe-beans</artifactId>
        <version>${hframe.version}</version>
    </dependency>
    <dependency>
        <groupId>com.github.hongframework</groupId>
        <artifactId>hframe-webcore</artifactId>
        <version>${hframe.version}</version>
    </dependency>
    <dependency>
        <groupId>com.github.hongframework</groupId>
        <artifactId>hframe-workflow</artifactId>
        <version>${hframe.version}</version>
    </dependency>
    <dependency>
        <groupId>com.github.hongframework</groupId>
        <artifactId>hframe-webgenerator</artifactId>
        <version>${hframe.version}</version>
    </dependency>

联系我们

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.