|
One of the biggest challenges in Joomla is to authenticate Joomla with Third Party Applications (TPA) to provide certain or all features of TPA. Let’s take a case, a site running on phpBB plans to revamp the entire site by implementing a CMS while not affecting their existing phpBB setup and data. The owner plans to use Joomla and plans to implement authentication with phpBB so that user does not have to sign in again and can use all the features of phpBB as if they were features in Joomla. |
|
Read more...
|
|
|
A lot of software systems have certain concerns which crosscut across (spread across) multiple modules, termed in AOP world as “Crosscutting Concerns”. A system could have core concerns and system-level concerns. For example in an application processing a business request is a core concern and logging, authentication and transaction management will be its system-level concerns. Logging of exceptions or debug information may crosscut across multiple modules within a system. In case of “Struts” application it would be Action classes where one would like to log the exceptions or debug information. In order to achieve this one would have to write code that would log the exceptions or debug information across all Action classes wherever needed. |
|
Read more...
|
|
|