• Improve unit testing in DXP using Arquillian Extension with Jacoco Report

    Improve unit testing in DXP using Arquillian Extension with Jacoco Report

    Arquillian is a Java EE testing platform that performs testing for java classes on containers. Liferay DXP / 7 offers Arquillian Liferay extension that can be used to test Liferay plugins along with their OSGI components. In this blog, we will see how we can write and execute Integration test using this extension in Liferay.… Continue reading Improve unit testing in DXP using Arquillian Extension with Jacoco Report

  • Login to Alfresco share using LDAP email attribute

    Login to Alfresco share using LDAP email attribute

    Authentication is very important part of any application, Alfresco supports different types of authentications like LDAP, pass-through, alfrescoNTLM, Kerberos, and external authentication. In one of the project we used LDAP and from client we had requirement for Alfresco LDAP authentication using email id. Alfresco provides default authentication using username, while login in Alfresco with email… Continue reading Login to Alfresco share using LDAP email attribute