Tag Archive 'bootstrap'

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. [...]