Building Custom Liferay with maven
Overview Many of us are using maven for the build process, but traditionally Liferay has build with ant. Also Liferay's plugin sdk is based on ant. Liferay has also maven support, which is currently usable limited plugin development. This blog is adding new dimension for Liferay development by building custom Liferay with maven. This works with Community and EE versions as well older...
Read More About Building Custom Liferay with maven »
Google's mod_pagespeed and Liferay
Today I did pop into Google's article Make your websites run faster, automatically -- try mod_pagespeed for Apache" . Google has created apache mod for page optimization, so I had to try it and I did install it  to my site. This  mod_pagespeed did came with excelent installation instructions, so the installation job took less than a minute!! Installation did add some new mods and...
Read More About Google's mod_pagespeed and Liferay »
Liferay, jUnit, Mocking and Spring beans
When developing Liferay war plugins with good junit test coverage - the mocking of Liferay api and services is important. Unit testing Liferay API is challenging, because all the API is wrapped on static util classes. One typical case in Liferay development is to get web content article: String article = JournalContentUtil.getContent(..); These static util classes can be mocked...
Read More About Liferay, jUnit, Mocking and Spring beans »
Little library for java application profiling
  I did write little library for java profiling, Library is using Threadlocals for storing profiling information. The purpose of this is to collect all performance logs under same section and see performance bottlenecks from logs.   Example of log:                Timestamp:   Start: Elapsed:  ToNext: Action: THRESHOLD...
Read More About Little library for java application profiling »
My first entry to personal log
My first home page was on internet on 1996. Most of the years I have had pages available and my own domain name too. This page is now running on Liferay 5.2 and it is fast. Intel platform fits well for Liferay.
Read More About My first entry to personal log »
Näytetään 5 tulosta.