Joomla CMS and Spring Framework

I want to create a web application by combining Joomla CMS with Spring Framework. What would be the best way to create / use single sign-on for both ?. All pages on the site will be served by Joomla CMS, but those that require authentication / authorization will be executed using the Spring Framework. Later, widgets will be retrieved from the Joomla CMS to provide the same user interface. I would appreciate any suggestion or pointer to information on this topic. Thanks

Peter

+3
source share
3 answers

Joomla , //// .. , , http://docs.joomla.org/Reference:User_Events_for_Plugin_System. plugins/user/example.php

, PHP Java . API- Joomla/ Spring. API Joomla/modules/plug-ins Spring Framework.

, Joomla , ( , , Joomla). /libraries/ . API, API . /libraries/your_lib/application/component/, , , : jimport('your_lib.application.component.model')

+3

IOPLEX Java (Jespa) Windows NTLM, Joomla. , ActiveDirectory Windows.

0

I think that using a web service will make it possible not to touch the base code of joomla, because joomla gives you a hand to do xmlrpc, and you should keep in mind session control, it is best to think that joomla manages the session and creating a custom plugin to take a specific action in the login and logout event. hope helps.

0
source

Source: https://habr.com/ru/post/1765081/


All Articles