I want to implement a chatting application in my web application that I’m developing. I’m using JSF with backing beans and Glassfish 3.0 server. But I don’t have an idea how to start and where to start from. I want to know what are my options and possiblities!
Thanks very much.
I want to implement a chatting application in my web application that I’m developing.
Share
You may look at http://www.web-tech-india.com/software/jsp_chat.php to get an idea about the application. The source code is also provided on the page. Read, Download, Experiment and Learn! Once you get an idea, you can always replace JSP with JSF.