Last week I attended as a speaker at the ApacheCon: Core Europe 2015 conference in Budapest. I enjoyed a nice and interesting conference and my first time in Budapest. During this conference I gave a talk about Struts2 in combination
Struts2 jQuery Plugin 3.4.0 with improved Chart Tag released
The new Version 3.4.0 of Struts2 jQuery Plugin with some Bugfixes and an improved Chart Tag is released. Chart Tag In this release there is gone some attention to the Chart Tag. So it is now possible to create Curved
4 Easy Steps to create a Java based Web Application with Struts2 and jQuery
Step1: Install and Configure Maven We use Maven to describe this software project and to manage the dependencies. 1.) Download maven from https://maven.apache.org/download.html and extract it. 2.) Add MAVEN_HOME/bin to your PATH Step2: Create your Struts2 project 1.) Switch to
Whats New in Struts2 jQuery Plugin 3.0.0
I’m happy to inform you that Version 3.0.0 of Struts2 jQuery Plugin is now available with a lot of new features and improvements. A new Tree Tag With this version there is an often requested feature available. The new Tree
Preview for Struts2 jQuery Mobile Showcase
For a better support of mobile development with Java and the popular MVC Framework Struts2, I include in the next version of Struts2 jQuery Plugin a new Module based on jQuery mobile. Planned Features of the Struts2 Mobile Plugin are
Sind Java Frameworks mit Java EE 6 obsolete?
Matt Raible antwortet in seinem Blog auf die von Cameron McKenzie bei TheServerSide aufgestellte These “Moving from Spring to Java EE 6: The Age of Frameworks is Over” mit einem klaren nein! Interessant fand ich die Aussage das JSF1 und
Präsentation für Struts2 Einsteiger
Auf seinem Blog hat iThoughts eine deutschsprachige Präsentation zur Verfügung gestellt, die (wie ich finde) einen gelungener Einstieg in die Web Programmierung mit Java und dem Framework Struts2 darstellt. Behandelt werden Themen wie: Warum Java und Warum Struts2? Model View
Java 4-Ever – Witziges Video .NET vs. Java
A great promotional video for JavaZone 2010.
How to parse a JSON Object when using multiSearch for jqGrid with Java
This is a tutorial that shows how to handle a JSON Object that is received in a Struts2 Action. This Example is based on the Struts2 Grid Showcase for the Struts2 jQuery Plugin with Grid Extension. 1. First we need