Tuesday 4 August 2015

Extend Service Builder with JSON fields

Hello,

   There are lot of articles regarding usage of Liferay's Service Builder - Generating Your Service Layer, Service Builder and Services.
   I want to add few words about extending generated service with own json fields and to describe some differences for Liferay 6.2, which I have faced.

Thursday 27 June 2013

Disabling Vaadin combobox's paging

Hello,
    Vaadin has really great Combobox implementation with lot features like filtering, paging, setting input promt, etc. But sometimes you may need to display whole set of item in combobox instead of having paging, this article I'll describe how it can be done.

Tuesday 22 January 2013

How to wrap Javascript libarary in Vaadin

Hello,
    Last days I was implementing some Vaadin wrapper for custom Javascrip library. In this post I want share some knowledge how wrap JS library as Vaadin widget.

Friday 7 December 2012

Thursday 25 October 2012

How to add file to media gallery

      It is usefull to upload and store files in Liferay's Documets and Media library. How to do it check this post.

Friday 19 October 2012

Vaadin portlet and Liferay

Hello,
    This post I'll start some set of articles related Vaadin and Liferay. Vaadin allows you build rich internet application by writing Java code.

Thursday 13 September 2012

How to make users import into Liferay

Hello,
    It is often need to imoprt some users into liferay automatically. This post I'll show you how it can be done.
   

Friday 7 September 2012

Change password at first login

Hello,
    In Liferay you can find change password page may appear when user logged in for first time. If you don't need that user changed his password, this may require when you made import of users manually, check this post.   

Thursday 9 August 2012

Deployment will start in a few seconds

Hello,
    While working with Liferay 6.1 I faced problem that plugin's deployment stuck on log message  "Deployment will start in a few seconds".