Liferay CAS Integration
Liferay CAS Integration CAS Introdution: CAS is an enterprise SSO solution for web or enterprise applications for single sign-in access.…
Liferay CAS Integration CAS Introdution: CAS is an enterprise SSO solution for web or enterprise applications for single sign-in access.…
Liferay Session Timeout In this tutorial, we will look into Liferay session timeout. Liferay session time out has set to…
Spring REST JSON Post Example In this tutorial, we will see How to post JSON object in post requests. You…
Liferay Portlet Filter Tutorial In tutorial, we will see “how to create a filter in custom portlet”. Filters are new…
Struts2 Tutorial Struts2 tutorial is quick start for developers who want to learn struts. In this tutorial, we will see how to…
Liferay Service Builder Liferay provides Service Builder tool for generating modal objects, Service layer and DAO layer. Let’s say we have…
Liferay Portlet modes What is Portlet mode? Portlet modes are used to indicate what functions are they are doing currently.…
Questions1: Given: public class Triangle { static double area; int b = 2, h = 3; public static void main(String[]…
Liferay 7 External Database using JNDI In this tutorial we will see how to integrate with external database using JNDI…