Introduction: Angular2 is a MV* (Model-View-*) framework which enables to build rich UI applications for the mobile, TV, laptop, tablet etc. As above you can see MV* , there is ‘C’(Controller) is missing as in Angular2, the controller and many…
How to publish domain name over the internet with different hosting provider
Objective: Here, to explain the steps to publish the web site/application and different combination of hosting provider and domain provider. Prerequisite: One web site/application up and running Domain and Hosting Provider Combination: There are only two combination of domain and…
How to host the website or application over the internet for free
Generic way to split a list into lists
How to use Spring Cache with ehCache easily
Objective: To demonstrate the steps to implement Spring 3.1 Cache Abstraction Implementation with ehCache. I’ll also show the spring expression language to form a key from method parameter. Prerequisites: 1. A small standalone/web application to implement this cache implement 2. Spring…
Graylog Integration with Logback
Objective: To demonstrate the steps to integrate graylog with logback logging implementation Prerequisites: 1. An exciting application with logback enables logging 2. JDK1.5(Specific fix)/JDK 1.6+ 3. GELF dependency for Logback Name Logback dependency Compatible JDK Status logback-gelf <dependency> <groupId>me.moocar</groupId> <artifactId>logback-gelf</artifactId>…