Build a RESTful application using jqGrid

This tutorial shows how you can build up an Enterprise application using jQuery and jqGrid plugin on the client side and REST Web services deployed on WildFly application server. Let’s start building the server side at first. Our SimpleRESTService contains two methods only: getPersonList which retrieves a list of Person Entity using a JPA Query … Read more

Displaying data using the AngularJS ng-grid

In this article we will show how to use the ng-grid component (based on AngularJS and jQuery) to display an editable grid. The purpose of this example will be to demonstrate how to perform updates on the server of the fields that have been modified. The server side of this article has been already introduced … Read more

Develop a REST application using WildFly and AngularJS

This tutorial shows how you can build up an Enterprise application using REST Web services deployed on WildFly application server using as client the Javascript AngularJS library. Let’s start building the server side at first. We will be using Maven to assemble the application that is engineered as a Web application including a REST service … Read more

Develop a CRUD application using AngularJS and WildFly

This tutorial shows how to build a full CRUD (create, read, update, delete) application which uses a REST web service deployed on WildFly 8 application server and AngularJS for the User Interface. This is the second tutorial about AngularJS and REST Web service, let’s recap what we have learnt so far: In this tutorial Develop a REST … Read more