Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xautlx/s2jh
A Java/J2EE development framework for enterprise system based on Struts/Spring/JPA/Hibernate and jquery/bootstrap
https://github.com/xautlx/s2jh
Last synced: 13 days ago
JSON representation
A Java/J2EE development framework for enterprise system based on Struts/Spring/JPA/Hibernate and jquery/bootstrap
- Host: GitHub
- URL: https://github.com/xautlx/s2jh
- Owner: xautlx
- License: lgpl-3.0
- Created: 2013-07-31T08:46:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T21:38:58.000Z (over 8 years ago)
- Last Synced: 2024-08-01T16:34:51.839Z (3 months ago)
- Language: JavaScript
- Size: 236 MB
- Stars: 321
- Watchers: 88
- Forks: 243
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Introduction
集结最新主流时尚开源技术的面向企业级Web应用的基础开发框架,提供一个J2EE相关主流开源技术架构整合及一些企业应用基础通用功能和组件的设计实现的最佳实践和原型参考。
以下两个站点代码和文档同步更新,请自由选择一个访问速度较快的站点即可:
### 项目托管同步更新站点列表:
**GitHub.com**
* 代码托管: https://github.com/xautlx/s2jh
* 项目文档: https://github.com/xautlx/s2jh/wiki/Index**OsChina.net**
* 代码托管: http://git.oschina.net/xautlx/s2jh
* 项目文档: http://git.oschina.net/xautlx/s2jh/wikis/Index### 个人空间: http://my.oschina.net/s2jh
> 欢迎关注的朋友在各大项目推广平台以提问、分享、收藏、点赞、投票等多种形式推广支持项目,以便更多人共同关注、问题反馈、功能优化等,促进整个项目质量不断提升
> **提示**:为了方便用户区分链接资源是外部和内部,文档特别以![link](http://git.oschina.net/xautlx/s2jh/wikis/images/link.gif)标识:链接前面有此图标说明是外部链接,如果你已经熟悉相关概念可以忽略点击;没有此标识说明是文档内部链接,建议点击访问以完整查阅项目文档。
## Features
* 面向主流企业级WEB应用系统的界面和常用基础功能设计实现
* 主体基于主流的SSH(Struts2+Spring3+Hibernate4)架构
* 引入JPA、Spring-Data-JPA提升持久层架构规范性和开发效率
* 基于流行JQuery/Bootstrap等UI框架和插件整合,良好的浏览器兼容性和移动设备访问支持
* 提供一个基础分模块的代码生成框架,简化实现基本的CRUD功能开发
* 基于Maven的项目和组件依赖管理模式,便捷高效的与持续集成开发集成### Snapshot
![ui-signin](https://github.com/xautlx/s2jh/wiki/images/ui-signin.png)
![ui-layout](https://github.com/xautlx/s2jh/wiki/images/ui-layout.png)
![Snapshot View](https://github.com/xautlx/s2jh/wiki/images/index2.gif)
![Snapshot View](https://github.com/xautlx/s2jh/wiki/images/grid-master-detail.png)
> 项目最新自动化持续集成构建状态 Travis-CI Status: [![Build Status](https://travis-ci.org/xautlx/s2jh.png?branch=master)](https://travis-ci.org/xautlx/s2jh)
### Reference欢迎关注作者其他项目:
* [Nutch 2.X AJAX Plugins (Active)](https://github.com/xautlx/nutch-ajax) - 基于Apache Nutch 2.3和Htmlunit, Selenium WebDriver等组件扩展,实现对于AJAX加载类型页面的完整页面内容抓取,以及特定数据项的解析和索引
* [S2JH4Net (Active)](https://github.com/xautlx/s2jh4net) - 基于Spring MVC+Spring+JPA+Hibernate的面向互联网及企业Web应用开发框架
* [S2JH (Deprecated)](https://github.com/xautlx/s2jh) - 基于Struts2+Spring+JPA+Hibernate的面向企业Web应用开发框架
* [Nutch 1.X AJAX Plugins (Deprecated)](https://github.com/xautlx/nutch-htmlunit) - 基于Apache Nutch 1.X和Htmlunit的扩展实现AJAX页面爬虫抓取解析插件
* [12306 Hunter (Deprecated)](https://github.com/xautlx/12306-hunter) - (功能已失效不可用,不过还可以当作Swing开发样列参考只用)Java Swing C/S版本12306订票助手,用处你懂的