At startup Liferay reads some properties files. Liferay loads the values of the properties defined in the portal.properties file (inside
Liferay 7 MariaDB database configuration
MariaDb database driver is included in the liferay 7 distribution. No additional download is necessary. You can follow the steps
Java 8 new features – chapter 1 – lambda expressions
Lambda Expressions, a new language feature, has been introduced in Java 8. They enable you to treat functionality as a
Service Oriented Architecture – part 1 – Overview
IBM’s definition of SOA says “Service Oriented Architecture (SOA) is a business-centric IT architectural approach that supports integrating your business
Git useful command list
Basic Commands To init a repository within a folder: git init To set your global username/email configuration: git config –global
Git Repositories
A repository is a place where the history of your code is stored. It lives in a .git subdirectory of
Spring IoC tutorial – part2
The spring framework features are based on the concept of “container”. A container is responsible for including, instantiating or sourcing
Spring IoC tutorial – part 1
The Spring Framework was released in October 2002 as an open source framework. The main target of the framework was
Spring MVC basics – 1st chapter
The Spring Web model-view-controller (MVC) framework is designed around a DispatcherServlet that dispatches requests to handlers, with configurable handler mappings,