Developing and Building an angular 2 project

Start angular2 application by using Typescript. Before start for angular2 make sure you have node.js and npm installed in your system. Official website for npm related information visit npm site. After successful installation of npm we need to install some typescript from below command. npm install -g typescript We need typescript knowledge before start angular2 […]

What Is Angular?

Angular is a structured framework which is used to develop dynamic web pages. Angular reuse the HTML components and perform operations on that. Angular have some features like data binding and dependency injection which eliminate much of the code which you would to write.

Why PrimeFaces ?

We use PrimeFaces in our projects as the front end framework. This helps us to view the project from an application developer’s point of view. A good UI component should hide complexity but keep the flexibility. PrimeFaces is a lightweight library, all decisions made are based on keeping PrimeFaces as lightweight as possible.

What is JSF & Prime Faces ?

JSF is java based web application framework which can make interactive web based user interface. It simplifies development by providing a component-centric approach to developing Java Web user interfaces. JSF also ensures that applications are well designed with greater maintainability by integrating the well established Model-View-Controller (MVC) design pattern into it’s architecture. PrimeFaces is an […]