Tag Archive 'struts2'

Version 1.2.0 of Struts2 Bootstrap Plugin released

Posted by jogep on 04 Feb 2012 | Filed under: java, struts2, Struts2 Bootstrap Plugin

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. <dependencies> … <dependency> <groupId>com.jgeppert.struts2.bootstrap</groupId> <artifactId>struts2-bootstrap-plugin</artifactId> <version>1.2.0</version> </dependency> … </dependencies> Extended Showcase The Showcase includes now more Examples. Example for Vertical Form Layout Example for Inline [...]

New Struts2 Bootstrap Plugin released

Posted by jogep on 01 Feb 2012 | Filed under: java, struts2, Struts2 Bootstrap Plugin

I have just released my first GIT based Project at Google Code. Thanks to IntelliJ IDEA for the great GIT Integration. This Struts2 Bootstrap Plugin is for an easy Integration of Twitter Bootstrap into an Bootstrap based Struts2 Webapp. It provides a Head Tag which loads necessary resources and a new theme for Struts2 Tags. [...]

Struts2 jQuery Plugin 3.2.0 released

Posted by jogep on 07 Nov 2011 | Filed under: java, jQuery, Struts jQuery Plugin, struts2

Since today the latest Version 3.2.0 of Struts2 jQuery Plugin is available. The main change is the switch from jQuery 1.5.2 to the latest version 1.6.4 of the jQuery 1.6.x releases. You can now benefit from all the improvements and performance optimizations from the jQuery 1.6.x versions. If you are using third party jQuery plugins, [...]

Improved Tree and Autocompleter Tag and new Timepicker Addon

Posted by jogep on 29 Jun 2011 | Filed under: java, jQuery, Struts jQuery Plugin, struts2

The new Version 3.1.0 of Struts2 jQuery Plugin is now available with an improved Tree and Autocompleter Tag and a new Timepicker Addon for the Datepicker Tag. A improved Tree Tag The Tree Tag provides now support for different Node Types and support for Context Menus. Two new Tree Tag examples in the Showcase explain [...]

4 Easy Steps to create a Java based Web Application with Struts2 and jQuery

Posted by jogep on 10 Mai 2011 | Filed under: java, jQuery, Struts jQuery Plugin, struts2

Step1: Install and Configure Maven We use Maven to describe this software project and to manage the dependencies. 1.) Download maven from http://maven.apache.org/download.html and extract it. 2.) Add MAVEN_HOME/bin to your PATH Step2: Create your Struts2 Project 1.) Switch to your Eclipse Workspace. cd workspace 2.) Create the Project based on the struts2-archetype-convention archetype. mvn [...]

Whats New in Struts2 jQuery Plugin 3.0.0

Posted by jogep on 06 Mai 2011 | Filed under: java, jQuery, projekte, Struts jQuery Plugin, struts2

I’am happy to inform you that Version 3.0.0 of Struts2 jQuery Plugin is now available with a lot of new features an improvments. A new Tree Tag With this version there is an offen requested feature available. The new Tree Tag allows you to create easy Trees in your templates. This Tree Tag is based on [...]

Introduction into Struts2 jQuery Grid Tags

Posted by jogep on 01 Apr 2011 | Filed under: java, jQuery, projekte, Struts jQuery Plugin, struts2

Older Entries »