All Projects → jease → jease

jease / jease

Licence: GPL-3.0 license
Jease is a Java CMS framework based on Object Database

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to jease

Ik Analyzer Solr
ik-analyzer for solr 7.x-8.x
Stars: ✭ 1,017 (+3968%)
Mutual labels:  solr, lucene
solr
Apache Solr open-source search software
Stars: ✭ 651 (+2504%)
Mutual labels:  solr, lucene
Vectorsinsearch
Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Searching with Vectors' talk from Haystack 2019 (US). Builds upon my conceptual search and semantic search work from 2015
Stars: ✭ 71 (+184%)
Mutual labels:  solr, lucene
Spring Boot Demo
Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)
Stars: ✭ 255 (+920%)
Mutual labels:  solr, jpa
Online Learning Cloud Platform
👀在线学习平台,前端主要技术:Angular,后端主要技术:springboot (项目包含前台,后台上传失误,可能丢失代码......分为前台展示系统及后台管理系统。前台系统包含首页门户、多级菜单、问题页面、免费课程、练习页面等模块。 后台管理系统包含课程管理、用户管理、管理员管理、评论管理等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Stars: ✭ 117 (+368%)
Mutual labels:  solr, jpa
Hanlp Lucene Plugin
HanLP中文分词Lucene插件,支持包括Solr在内的基于Lucene的系统
Stars: ✭ 272 (+988%)
Mutual labels:  solr, lucene
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+5040%)
Mutual labels:  solr, lucene
jstarcraft-nlp
专注于解决自然语言处理领域的几个核心问题:词法分析,句法分析,语义分析,语种检测,信息抽取,文本聚类和文本分类. 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了多种自然语言处理算法,适配了多个自然语言处理框架. 兼容Lucene/Solr/ElasticSearch插件.
Stars: ✭ 92 (+268%)
Mutual labels:  solr, lucene
Ik Analyzer
支持Lucene5/6/7/8+版本, 长期维护。
Stars: ✭ 112 (+348%)
Mutual labels:  solr, lucene
Spring Boot 2.x Examples
Spring Boot 2.x code examples
Stars: ✭ 104 (+316%)
Mutual labels:  solr, jpa
SolrConfigExamples
Examples of Solr configuration entries for Solr plugins and Conceptual Search\Semantic Search from Simon Hughes Dice.com
Stars: ✭ 26 (+4%)
Mutual labels:  solr, lucene
Fxdesktopsearch
A JavaFX based desktop search application.
Stars: ✭ 147 (+488%)
Mutual labels:  solr, lucene
RelevancyTuning
Dice.com tutorial on using black box optimization algorithms to do relevancy tuning on your Solr Search Engine Configuration from Simon Hughes Dice.com
Stars: ✭ 28 (+12%)
Mutual labels:  solr, lucene
Lucene Solr
Apache Lucene and Solr open-source search software
Stars: ✭ 4,217 (+16768%)
Mutual labels:  solr, lucene
nlpir-analysis-cn-ictclas
Lucene/Solr Analyzer Plugin. Support MacOS,Linux x86/64,Windows x86/64. It's a maven project, which allows you change the lucene/solr version. //Maven工程,修改Lucene/Solr版本,以兼容相应版本。
Stars: ✭ 71 (+184%)
Mutual labels:  solr, lucene
Solrplugins
Dice Solr Plugins from Simon Hughes Dice.com
Stars: ✭ 86 (+244%)
Mutual labels:  solr, lucene
Subnode.org
SubNode: Social Media App
Stars: ✭ 25 (+0%)
Mutual labels:  lucene, cms-framework
solr-container
Ansible Container project that manages the lifecycle of Apache Solr on Docker.
Stars: ✭ 17 (-32%)
Mutual labels:  solr, lucene
Springboot Templates
springboot和dubbo、netty的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎
Stars: ✭ 100 (+300%)
Mutual labels:  solr, lucene
Querqy
Query preprocessor for Java-based search engines (Querqy Core and Solr implementation)
Stars: ✭ 122 (+388%)
Mutual labels:  solr, lucene

Jease

===========================

Build Status License: GPL v3

Jease eases the development of content- & database-driven web-applications with Java.

New branch of Jesae with Relational Database released with name JeasePlus

Home Page

Demo

Demo Admin panel

Getting Started

1) Prerequisites

  • Download and install a recent Java SE Development Kit (Java SE JDK) or OpenJDK. Please note: You'll need a full Java Development Kit (JDK), a simple Java Runtime Environment (JRE) won't work.
  • Check your environment-variables: JAVA_HOME needs to point to the root-directory of your JDK.

2) Install

3) Start

  • Linux: Open a terminal and enter:
    jease/bin/catalina.sh run
  • Windows: Navigate to "jease -> bin" and double-click:
    startup (= startup.bat)

4) Setup

  • Open your browser and call:
    http://localhost:8080/cms/setup
  • Choose a name, login and password for the administration account. The password must contain at minimum 8 characters with mixed case, digits and symbols.
  • Now you're redirected to the login-page. Enter the login and password for the newly created administrator.
  • Have fun...

5) Login

6) (Optional) Config Solr

For use solr in your environment please read this tutorial: https://github.com/jease/solr-core

About

Jease eases the development of content- & database-driven web-applications with Java. Out of the box Jease provides an Ajax-powered Content-Management-System (CMS) which makes use of drag & drop to organize content.

  • A relational database that holds blog posts and users.

This project is just meant to be a demonstration, therefore it is neither well documented nor well tested. Use it to learn about the technologies used, but do not use it for productive applications.

Any feedback is welcome, and I will incorporate useful pull requests.

Technologies

  • DB4O db4o or Perst or ZooDB as object-oriented persistence engines
  • Lucene Lucene as high performance indexing and search technology.
  • Bootstrap
  • ZK ZK as component- & event-driven Ajax-Web-Framework.
  • Solr Apache Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene™.

Running

Make sure Maven >= 2.2.1 is installed on your system. Go into the project dir and type mvn clean package, then deploy war file generated in target folder on a java webserver like tomcat and then point your browser to http://localhost:8080.

Contribution

Please Join us Jease User Group at GoogleGroup https://groups.google.com/forum/#!forum/jease

RoadMap

  • Add configuration properties file
  • Change admin UI framework from zk to jsf based ui
  • Update lucene and use solr based search (Completed #141)
  • Add Shopping service and shopping cart
  • Add Email support
  • Add seo Setting (Completed #140 )
  • Add new responsive themes (Completed #133)

Twitter

@jease18

Facebook

Jease on facebook

License

GPL 3

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].