Introduction into Struts2 jQuery Grid Tags
Posted by jogep on 01 Apr 2011 | Filed under: java, jQuery, projekte, Struts jQuery Plugin, struts2
Posted by jogep on 01 Apr 2011 | Filed under: java, jQuery, projekte, Struts jQuery Plugin, struts2
Posted by jogep on 28 Feb 2011 | Filed under: java, jQuery, Struts jQuery Plugin, struts2
For an 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 an easy AJAX support and a jQuery mobile theme for form elements. I just upload [...]
Posted by jogep on 17 Feb 2011 | Filed under: java, jQuery, Struts jQuery Plugin, struts2
You want to enhance a default handler, fix a bug or just use an other jquery plugin as the default in Struts2 jQuery Plugin? Here is a short example hot to overwrite the handler function for the autocompleter in Struts2 jQuery Plugin. <sj:head /> <script type="text/javascript"> $.struts2_jquery.autocompleter = function($elem, options) { alert("my own autocompleter handler [...]
Posted by jogep on 21 Nov 2010 | Filed under: java, jQuery, projekte, Struts jQuery Plugin, struts2
The new Version 2.5.0 of Struts2 jQuery Plugin provides a lot of enhancements and bug fixes. The chart module announced with version 2.4.0 is now able to display pie charts and donut charts. Two new examples in the enhanced struts2 jQuery showcase demonstrate how to work with this new chart types. The grid module is [...]
Posted by jogep on 18 Okt 2010 | Filed under: java, spring, struts2
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 JSF2 meist nur von Buch Autoren, MyFaces Entwicklern oder Java EE Vendors promoted wird, aber [...]
Posted by jogep on 03 Okt 2010 | Filed under: java, struts2
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 Controller und MVC2 Struktur einer Struts2 Webanwendung Plugins Interceptors Best Practices … Struts2 Präsentation für [...]
Posted by jogep on 07 Sep 2010 | Filed under: java, jQuery, projekte, Struts jQuery Plugin, struts2
Version 2.4.0 of Struts2 jQuery Plugin is now available with a lot of new features an improvments. Now there exists a new Chart Modul which is based on the popular jquery flot project. The new chart tag renders a chart with data given from a list or an ajax source. Checkout the new examples in [...]