This post likes to show you how simple it is to create a new web application based on the client side JavaScript framework AngularJS and the server side Java framework Struts2. Why this Struts2 – AngularJS framework combination Struts2 is
Struts2 jQuery Plugin now based on jQuery 1.7 and with support for frozen Columns
I am happy to announce that the Version 3.3.0 of Struts2 jQuery Plugin is now available. The main change is the switch from jQuery 1.6.4 to the latest version 1.7.1 of the jQuery 1.7.x releases. This Version includes a lot
Version 1.2.0 of Struts2 Bootstrap Plugin released
Since the First 1.0.0 Release of Struts2 Bootstrap Plugin there are some important changes. Maven Support Like promised in my previous post, this Plugin is now available as Maven Artifact. … com.jgeppert.struts2.bootstrap struts2-bootstrap-plugin 1.2.0 … Extended Showcase The Showcase includes
4 Easy Steps to create a Java based Web Application with Struts2 and jQuery
Step1: Install and Configure Maven We use Maven to describe this software project and to manage the dependencies. 1.) Download maven from https://maven.apache.org/download.html and extract it. 2.) Add MAVEN_HOME/bin to your PATH Step2: Create your Struts2 project 1.) Switch to