Embed chat in web application - java

I have my existing gwt web application running and deployed properly Now I want to embed the chat in my application. How should i go about it? Is there any easy way, or sample which i can just add as an api and start using the chat application? My web application have the goggle authentication enabled so i want to have all the user who are logged in my application to chat with each other.
Thanks in advance,

Because you wanne embed it it's gonna be that easy...please see https://developers.google.com/talk/?hl=nl

Related

how to integrate node.js app (bpmn-js) in Java application (JSP)

as the title says I'm trying to integrate a node.js application in a java website. Can this be accomplished without running the application in a dedicate node server? If yes, how? The specific application is bpmn-js, by bpmn.io.
thanks for your help.

How to connect android application with my websit database?

I have already design a web site using Spring MVC. Now I want to develop an android application that able to get the client details of my web site and the interface is completely different from my web site and also has additional functions. The changes made through android application should be updated in my web site also. What is he best way to do it? Can I make my database common for both applications or I want to move into REST web services.

Single sign on Java and NodeJs (Share single session object between Java and Nodejs)

I developed two application. One application developed by using Java(Spring MVC and Spring Security) and another application developed by using NodeJs.
I would like to integrate NodeJs application in Java application(Spring framwork application) . I would like to access(Call) the NodeJs application after login into Java application.
I checked in forum but I am not get in clear view.
E.g) My situation is, I have one hyperlink in Java (Hyperlink will show after login) and call NodeJs application if user click on that hyperlink.
Can you please give the some examples and ideas for integrating NodeJs and Java applicaton and also for sharing session between Java and NodeJs application?
You can just put your web apps behind proxy server to avoid the CORS problem and for sharing the session you would use Redis DB.
After it you will need just to check session expiration on your NodeJs app.

JavaFX application to expose Webservice

I am new to Web service, and have a JavaFX desktop application running client-side.
I am planning to create an Android application that will call the web service exposed by the desktop application. Any suggestions on how to do this? Tutorial links would be helpful.
I know you are new to webservices, but please go through some documentations first ! You may find a nice tutorial here
A short introduction to Web Services
Just to give you a brief idea on what is wrong with your question. Javafx Desktop application and an android application are both basically clients (who consume web servcies).
You need to have a Server (who exposes web services) hosting a web application, so that these clients can use it. Your webapplication build in java, php, asp etc. The language doesn't matter in case of webservices !

How to build a web based chat application similar to gmail using java at backend logic

Hii,
I want to built a web based chat using j2ee at backend logic.i want to implement the similar way the gmail do,so that performance of application doesnr degrade.please suggest what type of architecture shoul i follow.load of application would be high.
Use what Google used: GWT. They spent years on making it fast and easy to use.
The Jetty web container has a demo chat application which uses Ajax as the gmail chat does and which is not too complicated to learn.
It appears somebody has a Jetty running on http://64.164.6.244:9090/test/chat/chat.html, so you can see what it looks like before downloading and running it yourself.

Categories