Quantcast
Channel: Planet Apache
Viewing all articles
Browse latest Browse all 9364

Johannes Geppert: Version 1.2.0 of Struts2 Bootstrap Plugin released

$
0
0

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 Form Layout
  • Form Elements with Help Text
  • Textfields with prepended text or appended text
  • An AJAX Example in combination with the Struts jQuery Plugin
Currently only the the SNAPSHOT Version 3.3.0 of Struts2 jQuery Plugin is supported, because Bootstrap requires jquery version 1.7.1 as minimum.

Download: http://code.google.com/p/struts2-bootstrap/downloads/list
Showcase: http://www.weinfreund.de/struts2-bootstrap-showcase/
Issues: http://code.google.com/p/struts2-bootstrap/issues/list


Viewing all articles
Browse latest Browse all 9364

Trending Articles