0
I need to develop a chat for our website. Developed in:
- JSF 2.2
- Srping 4.2
- Hibernate 5
- Primefaces 5.3
- Css bootstrap
I already downloaded a project from github, it works cool but is very poor, wanted one with database, interesting css.
Already several post here, on stack in English and web, in php found some layouts well show, but use third party libraries and much javascrip.
Someone has tips that can guide me to meet these expectations for the project.
The exists:
This is the project I downloaded: https://github.com/rstoyanchev/spring-mvc-chat
Project data:
- Javascript library v2.0.0 http://knockoutjs.com/
- jquery-1.7.2.min. js
- chat js.
It works very cool multiuser, contras these two lib . js knockoutjs and this chat.
As this project is online where has the site and a system prowled, already with the settings above development.
You already have the websocket working?
– DiegoAugusto
What I have been working I commented on the question, in itself it seems that I have the thing I need, but I do not know knockoutjs and analyze this chat.js, also does not have the idea for email, wanted something visual similar to TAWK.TO, but for java and jsf
– Marcelo Ferreira
Dude, I don’t think you’re going to find anything ready the way you want it to be for JSF. You’re going to have to do it by hand and you’re still going to be a little limited. It’s really boring working with CSS in JSF
– DiegoAugusto
As for the quiet css, I already manage well in this part, I use the css bootstrap, this helps still a few perrengue, but good data structures, (message, user, guests, communication, this synchronous update, message propagation when to guest) understands in this line..
– Marcelo Ferreira