All Projects → u014427391 → myblog

u014427391 / myblog

Licence: Apache-2.0 license
项目:一款Github上开源的博客系统项目 目的:对学到的框架、开源组件、前端技术进行应用学习。同时开发完成后写技术博客,开源到Github上

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
java
68154 projects - #9 most used programming language
TSQL
950 projects
HTML
75241 projects

Projects that are alternatives of or similar to myblog

Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+5486.96%)
Mutual labels:  javaee, lucene
EasyEE-Auto
EasyEE 自动化代码生成器。EasyEE Automated code generator.
Stars: ✭ 39 (+69.57%)
Mutual labels:  javaee
jease
Jease is a Java CMS framework based on Object Database
Stars: ✭ 25 (+8.7%)
Mutual labels:  lucene
geronimo-specs
Mirror of Apache Geronimo specs
Stars: ✭ 20 (-13.04%)
Mutual labels:  javaee
springmvc
spring mvc study
Stars: ✭ 87 (+278.26%)
Mutual labels:  javaee
x-ray
Statistics and analytics Java EE 6 software for blogs (tested with roller) and webapps. It is a vanilla Java EE 6 (REST/JAX-RS, CDI, EJB, JPA) app, tested on Glassfish v3.1, built with Maven 3 / hudson and developed with NetBeans 7. X-ray is the sample app of the "Real World Night Hacks" book.
Stars: ✭ 27 (+17.39%)
Mutual labels:  javaee
learning-path-java-ee
Learning path Java EE
Stars: ✭ 19 (-17.39%)
Mutual labels:  javaee
codigo-tutoriales-blog
Código de ejemplo para el desarrollo ágil de aplicaciones con Java
Stars: ✭ 16 (-30.43%)
Mutual labels:  javaee
EasyShiro
基于 RBAC 模型功能全面的 Shiro 安全集成&简化&扩展组件。Shiro integration & simplifies & Extension component based RBAC
Stars: ✭ 47 (+104.35%)
Mutual labels:  javaee
solr-container
Ansible Container project that manages the lifecycle of Apache Solr on Docker.
Stars: ✭ 17 (-26.09%)
Mutual labels:  lucene
querqy-elasticsearch
Querqy for Elasticsearch
Stars: ✭ 37 (+60.87%)
Mutual labels:  lucene
lucene-arabic-analyzer
Apache Lucene analyzer for Arabic language with root based stemmer.
Stars: ✭ 27 (+17.39%)
Mutual labels:  lucene
luke
Please use the luke bundled with lucene! This repo is archived and frozen now.
Stars: ✭ 101 (+339.13%)
Mutual labels:  lucene
lucene-postings-format
At-a-glance overview diagrams of Apache Lucene's default PostingsFormat (inverted index binary format).
Stars: ✭ 65 (+182.61%)
Mutual labels:  lucene
microprofile1.2-samples
Eclipse MicroProfile 1.2 Samples
Stars: ✭ 22 (-4.35%)
Mutual labels:  javaee
IndexWikipedia
A simple utility to index wikipedia dumps using Lucene.
Stars: ✭ 20 (-13.04%)
Mutual labels:  lucene
epitweetr
ECDC Early warning tool using Twitter data
Stars: ✭ 50 (+117.39%)
Mutual labels:  lucene
liqe
Lightweight and performant Lucene-like parser, serializer and search engine.
Stars: ✭ 513 (+2130.43%)
Mutual labels:  lucene
AwesomeMall
Java EE电商项目(使用SSM框架)
Stars: ✭ 29 (+26.09%)
Mutual labels:  javaee
HotelReservationSystem
A web application to book a room in a hotel (room reservation).
Stars: ✭ 76 (+230.43%)
Mutual labels:  javaee

简介

开源博客系统,开发中...
开源博客系统项目方案
【前言】
项目:一款Github上开源的博客系统项目
目的:对学到的JavaEE框架、开源组件、前端技术进行应用学习。同时开发完成后写技术博客,开源到Github上

开源

前端是采用一个个人网站分享的前端模板,感谢作者 http://www.yangqq.com/download/div/2013-06-15/272.html

【技术介绍】

JavaEE后端技术:

  • JPA产品:Hibernate JPA(JPA产品还有OpenJPA等)
  • Web框架:SpringMVC
  • 数据库层框架:Spring Data
  • 权限安全:Shiro(会话管理、加密、认证、授权)
  • 连接池:Druid(阿里开源的)
  • 页面静态化处理:拟采用Velocity(听说淘宝用过Velocity做页面静态化处理,当然淘宝很厉害的在大数据和分布式架构)
  • Excel表操作:POI(Apache开源)
  • 全文搜索引擎:Lucene(开源中国搜索功能就是基于全文搜索引擎和IKAnalyzer开发的,不过后台应该有分布式的设计)

前端技术:

  • Easyui、Bootstrap现在后台管理系统开发还是很多使用easyui或者Bootstrap框架的
  • Html5、CSS3、Jquery

数据库:

  • MYSQL

其它技术:

  • Ajax、JSON、XML…

网络安全:

  • 仿XSS攻击…

项目管理系统:

  • Maven、Git

【项目结构】

简介

开源博客系统,开发中...
开源博客系统项目方案
【前言】
项目:一款Github上开源的博客系统项目
目的:对学到的JavaEE框架、开源组件、前端技术进行应用学习。同时开发完成后写技术博客,开源到Github上获取star和fork(切勿用于商业用途)

开源

前端是采用一个个人网站分享的前端模板 http://www.yangqq.com/download/div/2013-06-15/272.html

【技术介绍】

JavaEE后端技术:
JPA产品:Hibernate JPA(JPA产品还有OpenJPA等)
Web框架:SpringMVC
数据库层框架:Spring Data
权限安全:Shiro(会话管理、加密、认证、授权)
连接池:Druid(阿里开源的)
页面静态化处理:Velocity(听说淘宝用过Velocity做页面静态化处理,当然淘宝很厉害的在大数据和分布式架构)
Excel表操作:POI(Apache开源)
全文搜索引擎:Lucene(开源中国搜索功能就是基于全文搜索引擎和IKAnalyzer开发的,不过后台应该有分布式的设计)

前端技术:
Easyui、Bootstrap现在后台管理系统开发还是很多使用easyui或者Bootstrap框架的
Html5、CSS3、Jquery

数据库:MYSQL

其它技术:Ajax、JSON、XML…

网络安全:仿XSS攻击…

项目管理系统:Maven、Git

##【项目结构】

Biz:业务接口代码
Core:表示项目的基础框架,即一些通用的代码层代码
Web:一般放JavaEE项目里的controller、filter、interceptor等等类

【平台功能演示】

博客主页 Image text

运营平台登录页面 Image text

运营平台主页 Image text

Markdown写文章 Image text

【bug修复记录】

fastjson$ref循环引用问题:http://www.cnblogs.com/zjrodger/p/4630237.html

【博客记录】

设计模式

Oracle

Spring Framework

【附录介绍】

JPA介绍:JPA(Java 持久化 API)全称 Java Persistence API,是由 Sun 引入的 ORM 规范, 目的是为了简化现有 Java 应用的对象持久化的开发工作并且整合 ORM 技术。目 前 Hibernate、OpenJPA、TopLink 都提供了 JPA 的实现
Spring Data:Spring框架子框架,为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。
Spring Data JPA:Spring Data框架的一个子模块,主要是简化数据操作
...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].