Archive for Mai, 2011

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