Posts tagged Openfire
How to build an IM (XMPP) solution with Oracle APEX and Websockets
08 months ago
Using Kaazing Websocket Gateway and OpenFire
Scenario:
If you, for example, have a webshop and a webshop online support application for internal use, this solution will let the webshop customer call in some help by using IM. The support application will react on the customer call by opening the support application with customer details selected and the messaging client opened.
I used an Apex application to create both parts of the solution. The IM client however is easy to integrate in any kind of website/framework.
Underneath the recipe for some nice IM functionality in Oracle Apex, assuming you have a running Apex instance and a JVM 1.5+ install) and moderate+ Apex skills:
- Scrape together the ingredients
- Install Kaazing Gateway XMPP edition and OpenFire
- Configure Kaazing and OpenFire
- Create an Apex app with IM client
- Create anApex Webshop support app
- Wire the Apex Webshop support app to the Apex app with IM client
- Final touch
The webshop side of the scenario without the shop :
Recent Comments