I have a web application that requires
- Blog
- Forum
- Chat support etc
Now my web application have different functionality but these above are additional value added services that we provide integrated with our application.
I do not want to write application for them but rather use standard application like wordpress for blog, phpBB for forum, crafty for live chat support.
Is there any way in which I have use common database and interface to provide such functionality with-in an web application via integration.
Typically I want when user A is registered in my app, he will be a user for all the other applications also and can access all functionality with common log in & session.
Note: My application is developed using java, struts2, spring etc while these apps are in php mostly.