Author: Iulia Iscru

PrimeFaces theme setup and new theme definition
PrimeFaces is using ThemeRoller framework from jQuery, and it comes with a lot of pre-defined themes that you can preview and download from Primefaces theme gallery. This tutorial will provide details of how can you handle with applying a pre-defined theme and also creating a new one. Part 1: Applying a PrimeFaces theme Setting up and configuring PrimeFaces library PrimeFaces is an open source UI component library with one JAR file for JSF (JavaServer Faces) based application, which can be easily integrated into your project by getting the specific artifact. For the purpose of this tutorial, we are using Maven as a build and project management tool, which manages installation of all dependencies. For more...

Android NDK is a toolset that allows developers to implement parts of the application using native-code languages such as C and C++ in order to reuse existing code libraries written in these languages. The purpose of this tutorial is to show you...