09 March, 2016

OpenAM (OpenSSO) + Liferay 6.2

We are starting OpenAM integration by considering we have setup OpenDJ with Liferay. See http://www.liferaysolution.com/2016/03/opendj-liferay-62.html

Install OpenDJ


2)  You can deploy this war file in the same tomcat where your liferay is runinng or you can deploy in separate tomcat server (apache-tomcat-7.0.68). My recommendation is , use separate tomcat server for that

3) For our comfort, rename war file from OpenAM-11.0.0.war to OpenSSO.war and start tomcat server for deployment

4) Once it's deployed into tomcat, you can access it through  http://jignesh.openam.com:7070/OpenSSO. Here jignesh.openam.com:7070 is the host name which i configured for newly installed tomcat server.
Also make sure that server have enough JVM memory allocation using below line in startup.bat
set JAVA_OPTS=-Dfile.encoding=UTF-8 -Xms128m -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m


OpenDJ + Liferay 6.2

Follow below steps to integrate OpenAM & OpenDJ with Liferay 6.2 :

Install OpenDJ :


2) Extract OpenDJ-3.0.0.zip and Click on setup .bat file to do a setup of OpenDJ

3) Click next and check mark the accept checkbox
4) Server Setting Screen :
FQHN : opendj.jignesh.com
LDAP listner port : 389
Administrator connection port : 4444
Root User DN: cn=Manager
password : test

11 February, 2016

Liferay 7 : Open source OSGi containers

If you want to develop complex web application and if you want to break up the application in various madules like one for DAO Layer, view layer and data access layer.
Using OSGi container, you can manage cross dependencies between all these modules and deploy this is also without restarting the server.

If you application is OSGi compliant, you should be able to run your application in any of the below open source OSGi container :

1) Apache Felix
2) Equinox
3) Knopflerfish

For Liferay 7, We are going to user Apache Felix across all the implementation.

05 January, 2016

JSON Web Service

Friends,

You may be aware that Liferay provides facility to expose remote service in form of REST and SOAP.

21 November, 2015

Liferay 7 : Module Framework (OSGi)

Hello Friends,

I am sure you would be happy to see Liferay in some new way of development rather than just what you are doing currently.

Yes I am talking about Liferay 7.

I know very few people aware that LIFERAY is going to launch new version of Liferay (Liferay 7) very soon(May be early months of 2016).

Liferay Symposium -2015 : LRNAS-2015
LRNAS-2015

19 November, 2015

Liferay Symposium - 2015 - Cool Snaps

CIGNEX Datamatics with Liferay CEO Brian Cheung

12 October, 2015

Liferay 7 - New Look

Hello Friends,

Here its some new looks which you will be able to see in up coming version of Liferay. Yeahhh It's Liferay 7

Trailer :




07 October, 2015

Liferay & Lexicon

Friends,

Hope you would have read the latest blog posted by Jorge (Here) from Liferay that Liferay release alpha one version of Liferay 7.
You may have heard that Liferay comes up with Lexicon framework for new look. Yeah Lexicon is new Liferay Experience Language.

Lexicon is a new design language designed to be fluid and extensible while providing a complete collection of visual and interaction patterns. It has been created by Liferay's UX team to create outstanding user experiences on top of Liferay. Liferay 7 includes an implementation of Lexicon as an extension of the Bootstrap framework.

You would see below component and more where lexicon framework have been applied:
Web content
Forms
Dynamic data list
Tags
Categories
Recycle Bin
Image Selector

See trailer of look and feel here :

Take deep breath and wait for the Liferay 7 amazing new enhancement and implementation which will surly amaze everyone including me :)

See more componenets here :
http://liferay.github.io/lexicon

17 September, 2015

Spring Web Flow With Liferay Portlet

Friends,

Here I have something interesting which can be implemented in Liferay porltet development which is Spring MVC Web Flow where you can simply understand the application/functionality flow by looking one configuration file.



05 September, 2015

Test Web Service With SOAP UI

Hello Friends,

I know many of you will be familiar with SOAP UI tool which is available to test SOAP as well as REST web services.


07 July, 2015

Autocomplete + AJAX + AlloyUI

You can use below code to use autocomplete + AJAX + AUI :

Popular Posts

Featured Post

Liferay 7.3 compatibility matrix

Compatibility Matrix Liferay's general policy is to test Liferay Portal CE against newer major releases of operating systems, open s...