Tag Archive 'struts2'
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 [...]
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. [...]
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, [...]
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 [...]
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 [...]
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 [...]
Posted by jogep on 01 Apr 2011 | Filed under: java, jQuery, projekte, Struts jQuery Plugin, struts2
Older Entries »