Skip to content

Jease Plus new branch of jease with new efficiency and effectiveness

License

Notifications You must be signed in to change notification settings

jease/jeasePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f50c2b7 · Aug 15, 2018
Jun 23, 2018
Aug 15, 2018
Jun 2, 2018
Feb 28, 2016
May 31, 2018
Jun 23, 2018
Jun 23, 2018
Jun 23, 2018
Jun 23, 2018
Jun 26, 2018
Aug 15, 2018

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

Build Status License

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

Home Page of Jease

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

  • 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™.
  • Mysql

User Levels

  • User Level = {View posts, Apply new Comment}
  • Editor Level = {Add new Post,Edit posts,Delete posts}
  • Admin Level = {Manage Users, Posts, Comments, Files, Categories}

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)

License

GPL 3