Giter Club home page Giter Club logo

commentbox's Introduction

Commentbox

This is a jsf component that allows quick realization of a comment functionality with many features.

logo

Screenshot

screenshot

Promo Video

https://www.youtube.com/watch?v=9ZCklu-wI90

Features

Replies

You can reply to comments (and reply those, and so on).

Live Features

Other users are notified on new comments, replies and when other users type.

Dependencies

  • Primefaces

Optional Dependencies

  • Primefaces push (Atmosphere framework) - You need this when you want to use the live features (enabled by default)
  • Add prettyTime and prettytime-integration-jsf to your project and commentbox will automatically use it to display time

Download

Here you can download the latest jar

Documetation

Download the documentation here.

First Steps

I recomend to take a look at the demo at first.

Just deploy the demo project in any AS with eclipse or your IDE of choice, and try out some features!

Extended Demo

After you played around with the demo you can start to use it immediatly or you can take a look at the extended demo.

In the extended demo a real database is used via JPA.

Because of that you need to create a datasource (commentboxDS) in the configs of your AS or rename the used datasource to one of yours (in persistence.xml).

Then deploy the demo project in any AS with eclipse or your IDE of choice.

Notice for JBoss usage

In case you use JBoss and want to use the live features you need to adjust the standalone.xml to support atmosphere:

change the line:

<subsystem xmlns="urn:jboss:domain:web:1.1" native="false" [...]>

to:

<subsystem xmlns="urn:jboss:domain:web:1.1" native="true" [...]>

Why should i use it, i could use some external chat service?

  • You keep your data where it belongs, on your server !
  • Also you can (and are allowed to) make modifications to adapt to your special needs.
  • You can connect this component to your own user-system and your users don't need to have an account on your site and an additional account for the external system.

##License This project is open source and free, it is available under the Apache v2 License.

Credits

  • Fugue Icons - Yusuke Kamiyamane - http://p.yusukekamiyamane.com/
  • CLEditor YouTube Plugin v1.0.0 - Markus Horowski - http://www.terapix.de
  • TeamRot - The Group that developed the initial commentBox component at RWTH Aachen University. Members: Ahmet Yüksektepe, Arthur Otto, Kristjan Liiva, Nick Russler, Thomas Müller

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.