Johannes G.

39 Followers
1 Blog Followers
Following: 9
Following Blogs: 22

Latest Activity

Version 1.2.0 of Struts2 Bootstrap Plugin released

Johannes G. posted an article on - Feb 4, 2012, 7:31 am
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. > ... > >com.jgeppert.struts2.bootstrap> >struts2-bootstrap-plugin> ...
Comment - Like

New Struts2 Bootstrap Plugin released

Johannes G. posted an article on - Feb 1, 2012, 3:15 pm
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 resou...
Comment - Like

Struts2 jQuery Plugin 3.2.0 released

Johannes G. posted an article on - Nov 7, 2011, 11:43 am
Since today the latest Version 3.2.0 of Struts2 jQuery Plugin is available. The main change is the switch from jQuery 1.5.2 to the latest version 1.6.4 of the jQuery 1.6.x releases. You can now benefit from all the improvements and performance optimizations from the jQuery 1.6.x versions. ...
Comment - Like

Improved Tree and Autocompleter Tag and new Timepicker Addon

Johannes G. posted an article on - Jun 29, 2011, 2:26 pm
The new Version 3.1.0 of Struts2 jQuery Plugin is now available with an improved Tree and Autocompleter Tag and a new Timepicker Addon for the Datepicker Tag. A improved Tree Tag The Tree Tag provides now support for different Node Types and support for Context Menus. Two new Tree Tag examples in th...
Comment - Like

4 Easy Steps to create a Java based Web Application with Struts2 and jQuery

Johannes G. posted an article on - May 10, 2011, 1:05 pm
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 Work...
Comment - Like

Whats New in Struts2 jQuery Plugin 3.0.0

Johannes G. posted an article on - May 6, 2011, 7:16 am
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...
Comment - Like

Introduction into Struts2 jQuery Grid Tags

Johannes G. posted an article on - Apr 1, 2011, 4:07 pm
Ähnliche Beiträge:New Showcase for the jqGrid feature in Struts2 jQuery Plugin is availableVersion 1.8.0 des Struts2 jQuery Plugins unterstützt Grid PluginPie Charts and Grid Grouping with new Struts2 jQuery Plugin 2.5.0Version 2.3.0 of Struts2 jQuery Plugin now with support for TinymceHow to par...
Comment - Like

Preview for Struts2 jQuery Mobile Showcase

Johannes G. posted an article on - Feb 28, 2011, 12:11 pm
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....
Comment - Like

How to overwrite functions in Struts2 jQuery Plugin

Johannes G. posted an article on - Feb 17, 2011, 3:43 am
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. /> type="text/javascript"> $.struts2_jquery.autocompleter =...
Comment - Like

Wie mounte ich eine Samba Freigabe vom NAS

Johannes G. posted an article on - Dec 29, 2010, 9:58 am
Ich habe mir letztens eine NAS von Raidsonic (Icy Box IB-NAS6220) geholt mit der ich gespiegelt meine digitalen Bilder verwalte. Da ich das ganze in einer heterogenen Umgebung betreibe, also sowohl Windows als auch Linux (openSuse 11.3), stellt sich natürlich die Frage wie kann ich die Samba Frei...
Comment - Like

Pie Charts and Grid Grouping with new Struts2 jQuery Plugin 2.5.0

Johannes G. posted an article on - Nov 21, 2010, 6:39 am
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. ...
Comment - Like

Sind Java Frameworks mit Java EE 6 obsolete?

Johannes G. posted an article on - Oct 18, 2010, 11:09 am
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 ...
Comment - Like

Präsentation für Struts2 Einsteiger

Johannes G. posted an article on - Oct 3, 2010, 4:08 pm
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 MVC2Stru...
Comment - Like

Whats New in Struts2 jQuery Plugin 2.4.0

Johannes G. posted an article on - Sep 7, 2010, 5:46 am
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 the S...
Comment - Like

Version 2.3.0 of Struts2 jQuery Plugin now with support for Tinymce

Johannes G. posted an article on - Jul 12, 2010, 2:59 pm
Version 2.3.0 of Struts2 jQuery Plugin is out now. This version brings an easy support for the Tinymce WYSIWYG Editor to you. To use the Tinymce Editor feature you need to copy the struts2-jquery-richtext-plugin.jar into your WEB-INF/lib path. Another change is the upgrade from jqGrid 3.6.5 to the ...
Comment - Like

Version 2.2.0 of Struts2 jQuery Plugin is now available

Johannes G. posted an article on - Jun 7, 2010, 3:55 pm
Version 2.2.0 of Struts2 jQuery Plugin is out now. The new Version is Based on latest jQuery UI 1.8.2, see Changelog for more Detail about this version. Changes since Version 2.1.0:Upgrade to jQuery UI 1.8.2Upgrade to jqGrid 3.6.5Solve  Issue 154 : load from google cdn does not work for jquery ui ...
Comment - Like

How to parse a JSON Object when using multiSearch for jqGrid with Java

Johannes G. posted an article on - Jun 5, 2010, 6:42 pm
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 to enable the Multi Search Feature for the Grid Component. Now we can use the multipl...
Comment - Like

Struts2 jQuery Plugin Version 2.1.0 is released

Johannes G. posted an article on - May 1, 2010, 4:09 pm
The new version 2.1.0 of Struts2 jQuery Plugin is released. With this new version, the plugin loads dependent JavaScript files on demand. This feature makes the plugin much better extensible for own extensions and  reduces the initial load of the first load of a page. Based on the new structure of ...
Comment - Like

Struts2 jQuery Plugin Version 2.0.0 is now available

Johannes G. posted an article on - Mar 22, 2010, 3:47 am
The new version 2.0.0 of Struts2 jQuery Plugin is released and brings many Enhancements, like new jQuery UI Widgets, support for Form Validation and Bug Fixes to you. The Plugin is now based on the latest versions of JavaScript Framework jQuery 1.4.2 and jQuery UI 1.8. Changelog:Upgrade to jQuery 1...
Comment - Like
Johannes G. is following Kikuko
Johannes G. is following Djroshan i.

Version 1.7.0 des Struts2 jQuery Plugin freigegeben

Johannes G. posted an article on - Nov 16, 2009, 3:55 am
Version 1.7.0 des Struts2 jQuery Plugins freigegeben. Seit der Version 1.5.0 gab es folgende Änderungen:Eine History Technik für Ajax Content und Tabs basierend auf jQuery BBQ PluginEin Standard Indicator ist im Head Tag definierbarGenerierte HTML Tags verzichten auf extra Attribute (Besser Kompat...
Comment - Like

Version 1.5.0 des Struts2 jQuery Plugin freigegeben

Johannes G. posted an article on - Oct 5, 2009, 8:50 am
Nach umfangreichen Änderungen in der Architektur sowie einigen Neuerungen des Struts2 jQuery Plugins, habe ich das Release 1.5.0 freigegeben. Seit der Version 1.0 gab es folgende Änderungen:AJAX Textarea and TextfieldAJAX Select Box (mit Struts2 JSON Plugin)Support for Topics Download: http://code...
Comment - Like

Java Mass JPEG Resizer Tool in neuer Version und neuer Homepage

Johannes G. posted an article on - Dec 31, 1969, 7:00 pm
Soeben ist das Java Mass JPEG Resizer Tool in einer neuen Version 1.0 erschienen, in der es hauptsächlich Aktualisierungen an den Templates für Web Galerien gibt. Zudem ist seit einigen Tagen auch eine neue Homepage für das Projekt erstellt von Sergio Rey online. Changelog:New Homepage for Projec...
Comment - Like

Java 4-Ever – Witziges Video .NET vs. Java

Johannes G. posted an article on - Dec 31, 1969, 7:00 pm
A great promotional video for JavaZone 2010.Ähnliche Beiträge:Neues Video der Piratenpartei4 Easy Steps to create a Java based Web Application with Struts2 and jQueryPie Charts and Grid Grouping with new Struts2 jQuery Plugin 2.5.0Sind Java Frameworks mit Java EE 6 obsolete?Java Einstellungen spei...
Comment - Like

New Showcase for the jqGrid feature in Struts2 jQuery Plugin is available

Johannes G. posted an article on - Dec 31, 1969, 7:00 pm
Since today the new Showcase is available. The new Showcase is specially for the jqGrid based Grid Feature. The Showcase is provided with the Full Hibernate Plugin for Struts2 and shows how easy it is to create a AJAX based paging table in Struts2 that is  searchable, sortable and editable. Also i...
Comment - Like

Chuck Norris Witze über Java

Johannes G. posted an article on - Dec 31, 1969, 7:00 pm
Einfach Klasse:Chuck Norris kann Klassen erstellen die sowohl abstract als auch final sind. oderChuck Norris braucht keine Unit Tests sein Code funktioniert immer. IMMER. Mehr davon gibt es bei ovisual.comÄhnliche Beiträge:Iterieren mit Struts2Wie mounte ich eine Samba Freigabe vom NASJava Frame...
Comment - Like

Struts2 jQuery Plugin Version 1.8.2 is released

Johannes G. posted an article on - Dec 31, 1969, 7:00 pm
New Version 1.8.2 of Struts2 jQuery Plugins is released. Changelog:Enable Subgrid Feature for Grid TagNew Grid Showcase together with Full Hibernate Plugin for Struts2Upgrade jQuery BBQ to 1.1New Velocity Example in ShowcaseFix  Issue 45 : AJAX form submission with href parametersFix  Issue 50 :...
Comment - Like

ISO Datei unter Linux mounten

Johannes G. posted an article on - Dec 31, 1969, 7:00 pm
Wenn man eine ISO Datei heruntergeladen hat, will man diese vielleicht vor dem Brennen überprüfen oder ohne umständliches Brennen auf die Daten zugreifen. Zu diesem Zwecke kann man als root einfach die ISO-Datei in ein beliebiges Verzeichnis mounten. Als erstes öffnet man eine Konsole und wechse...
Comment - Like

Version 1.8.0 des Struts2 jQuery Plugins unterstützt Grid Plugin

Johannes G. posted an article on - Dec 31, 1969, 7:00 pm
Die neue Version 1.8.0 des Struts2 jQuery Plugins ist freigegeben und bietet erstmals ein Unterstützung für die neue Version 3.6.1 des jQuery Grid Plugins. Seit der Version 1.7.0 gab es folgende Änderungen:Unterstützung des jQuery Grid PluginUnterstützung für Listen TopicsMehr Topics für das ...
Comment - Like

Johannes G.'s Blogs:

Johannes G.'s Followers

Johannes G. is Following

Invite Your Friends

Invite your contacts to blogged from:
gmail yahoo