Java, Webprogrammierung, Linux und mehr

Java, Webprogrammierung, Linux und mehr

Virtual Home of Johannes Geppert

  • Home
  • Über mich
  • Meine Linktipps
  • Kontakt
  • Impressum

Version 2.3.0 of Struts2 jQuery Plugin now with support for Tinymce

Posted in Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Jul 12 2010
TrackBack Address.

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.

< %@ taglib prefix="sjr" uri="/struts-jquery-richtext-tags"%>
<sjr:tinymce id="richtextTinymceEditor" 
	name="echo" 
	rows="10" 
	cols="80" 
	width="800"
	editorTheme="simple"
/>

Another change is the upgrade from jqGrid 3.6.5 to the latest version 3.7.2 which brings various improvements like new locals and advanced local search and bug fixes for the grid feature to you. To see more details about the new jqGrid version read the jqGrid changelog.

Also it solves an important Bug with the AJAX Validation Feature. For a complete List of changes since Version 2.2.0 please visit the Changelog.

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
2 Comments »
Tagged as: ajax, jQuery, jqueryui, richtext, struts2, tinymce, widgets

Version 2.2.0 of Struts2 jQuery Plugin is now available

Posted in Allgemein, Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Jun 07 2010
TrackBack Address.

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.2
  • Upgrade to jqGrid 3.6.5
  • Solve  Issue 154 : load from google cdn does not work for jquery ui themes
  • Solve Issue 155: Default Loading Text
  • Solve Issue 156: onSelectAll topics
  • Solve  Issue 157 : useSelectedTabCookies in tabbedpanel broken in 2.1.0
  • Solve  Issue 161 : Select options vanish when re-entering the page
  • Solve  Issue 170 : Struts2-jquery-plugin not recognizing tag in jsp page
  • Solve  Issue 171 : sj:accordion autoHeight does not work
  • Solve  Issue 176 : Autcompleter input textfield width should be configurable
  • Solve Issue 179: Nested tab didn’t work
  • Solve Issue 184: loadingText doesn’t appear to have any effect with jqgrid plugin
  • Solve Issue 185: attributes hidegrid, hoverrows and shrinkToFit in grid tag can not be set to false
  • Solve Issue 186: how to submit a form while loading grid?
  • Solve Issue 188: Some locales does not work, particularly “fr”
  • Solve Issue 190: Add Head Tag attribute ‘compatibility’ for an jQuery 1.3 compatibility mode
  • Solve Issue 191: deferred loading of dynamic elements
  • Solve Issue 192: Default Error Text
  • Solve Issue 193: Using base tag with sj:a causes page to reload

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
No Comments yet »
Tagged as: ajax, ckeditor, dojo, grid, jqgrid, jQuery, jqueryui, richtext, struts2, widgets

Struts2 jQuery Plugin Version 2.1.0 is released

Posted in Struts jQuery Plugin, jQuery, projekte, struts2 by jogep
Mai 01 2010
TrackBack Address.

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 the plugin the jqGrid Feature is not longer a part of the core plugin. It is now available as a separate extension of the plugin.

There is also a new richtext extension available, that is based on the latest version of popular CKEditor. This allows an  easy integration of the richtext editor in your web application.

The Plugin includes now the latest version of jQuery UI 1.8.1, so if you use a custom theme it is recommended to update this in the ThemeRoller. For more informations and the changelog for 1.8.1 please read the blog post from jQuery UI.

Changelog:

  • Upgrade to jQuery UI 1.8.1
  • Head Tag attribute jqueryui is now true by default
  • various new examples in the showcase
  • The grid showcase is now a maven modul and part of the release cycle
  • Solve  Issue 77 : Grid Sample not working properly in IE
  • Solve  Issue 94 : customBasepath doesn’t affect the .js path
  • Solve  Issue 113 : Load needed JavaScript? and CSS resources on demand
  • Solve  Issue 114 : Support for new replaceTarget Option in form plugin
  • Solve  Issue 115 : Grid with locale code ca(catalan) doesn’t work. jQuery and grid difers at the name of the catalan locale(ca-cat)
  • Solve  Issue 116 : pepper-grinder theme
  • Solve  Issue 123 : Implement an debug mode
  • Solve  Issue 124 : Make it possible to easy extend this plugin for custome extensions
  • Solve  Issue 125 : Dialog cannot set position with array of String or Pixel
  • Solve  Issue 126 : drag and drop grid rows
  • Solve  Issue 127 : onChangeTopics not working for textarea and textfield.
  • Solve  Issue 128 : onChangeTopics with <sj:checkboxlist>
  • Solve  Issue 130 : Add Showcase Example how to extend the plugin with custome functions
  • Solve  Issue 131 : Add a Richtext Editor Widget to the plugin
  • Solve  Issue 132 : Scrolling does not work properly
  • Solve  Issue 134 : Move Grid Feature in seperate struts2-jquery-grid-plugin
  • Solve  Issue 135 : Enable Maven Support for Grid Showcase
  • Solve  Issue 138 : Upgrade to jQuery UI 1.8.1
  • Solve  Issue 139 : attribute parentTheme does not work well with css_xhtml theme
  • Solve  Issue 141 : Override the param names
  • Solve  Issue 146 : <sj:dialog> makes multiple AJAX calls
  • Solve Issue 148: Sortable grid option not working

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
7 Comments »
Tagged as: ajax, ckeditor, integration, jqgrid, jQuery, plugin, richtext, struts2, widgets

Struts2 jQuery Plugin Version 2.0.0 is now available

Posted in Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Mrz 22 2010
TrackBack Address.

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.4.2 ( Issue 91 )
  • Upgrade to jQuery UI 1.8.0
  • Upgrade to jqGrid 3.6.4
  • Upgrade to jQuery Form Plugin 2.43
  • Implement an Autocompleter ( Issue 10 )
  • Implement an Radiomap as jQuery UI Buttonset
  • Implement an CheckboxList as jQuery UI Buttonset
  • Support for Form Validation
  • Support for new jQuery UI Button Widget
  • Include all offical jQuery UI Themes
  • New Showcase Example how to handle JSON Results
  • New Showcase Example how to build accordion manually
  • New Showcase Examples for Autocompleter
  • New Showcase Examples for AJAX Client Form Validation
  • Complete  Issue 102 : Enable Sonatype Nexus OSS repository deployment for Maven central repository sync
  • Complete  Issue 104 : Move source to a Maven multi module setup
  • Fix Issue 65: Build accordion manually
  • Fix Issue 80: Add Size Parameter for select tag
  • Fix Issue 84: JavaScript Error when parent form has no id
  • Fix Issue 86: onRowSelectTopcs only published when editurl is used
  • Fix  Issue 88 : <s:url> + formId in <sj:div> bug with first form field
  • Fix  Issue 89 : <sj:submit> do not notify topics
  • Fix  Issue 90 : <sj:submit> with “onBeforeTopics” without ajax submit
  • Fix Issue 95: datepicker locale should use the struts current locale
  • Fix Issue 97: FormFilter Attribute on SubmitTag
  • Fix Issue 98: onAlwaysTopics but in sj:submit and sj:a
  • Fix Issue 106: “Multiple” attribute in sj:select tag
  • Fix Issue 107: value attribute in select tag has no effect
  • Fix Issue 108: how to set #sjdialog with query string dynamically
  • Fix Issue 112: add attributes for alternate rows in the grid tag

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
6 Comments »
Tagged as: autocompleter, form validation, jQuery, plugin, struts2

Java Mass JPEG Resizer Tool in neuer Version und neuer Homepage

Posted in projekte by jogep
Mrz 04 2010
TrackBack Address.

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 Project
  • Update all Fancybox based Slideshows to latest Fancybox and jQuery version
  • Update all Lightbox based Slideshows to latest Lightbox and prototype version
Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
No Comments yet »
Tagged as: jmjrst, jpeg, resize, slideshow, version

Struts2 jQuery Plugin Version 1.8.2 is released

Posted in Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Jan 25 2010
TrackBack Address.

New Version 1.8.2 of Struts2 jQuery Plugins is released.

Changelog:

  • Enable Subgrid Feature for Grid Tag
  • New Grid Showcase together with Full Hibernate Plugin for Struts2
  • Upgrade jQuery BBQ to 1.1
  • New Velocity Example in Showcase
  • Fix  Issue 45 : AJAX form submission with href parameters
  • Fix  Issue 50 : gridModel parameter is compulsory, but not used
  • Fix  Issue 51 : url parameters escaped
  • Fix  Issue 53 : Meaningless viewrecords information
  • Fix  Issue 58 : New Attribute formoptions for GridColumn Tag
  • Fix  Issue 59 : tabbedpanel spinner cannot be disabled using empty string value
  • Fix  Issue 60 : Distorted Divs in Local Tabs
  • Fix  Issue 63 : Submit is not working in Velocity

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Issues: http://code.google.com/p/struts2-jquery/issues/list
User Group: http://groups.google.com/group/struts2-jquery

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
No Comments yet »
Tagged as: ajax, integration, jqgrid, jQuery, plugin, struts2, widgets

Version 1.0 des Struts2 jQuery Plugin freigegeben

Posted in Struts jQuery Plugin, jQuery, java, projekte, struts2 by jogep
Jul 24 2009
TrackBack Address.

Da jetzt alle Widgets und alle Interactions der aktuellen jQuery UI Version in das Struts2 jQuery Plugins integriert sind, habe ich das erst Major Release 1.0 freigegeben.

Seit der Version 0.9.2 gab es folgende Änderungen:

  • Der jQuery Slider wird als neues Widget unterstützt
  • Die Interactions Sortable und Selectable können durch Effect Div und dem Remote Div genutzt werden.
  • Erweiterter Datepicker (siehe Showcase)
  • Überarbeiteter AJAX Aufruf für bessere Event Unterstützung

Download: http://code.google.com/p/struts2-jquery/downloads/list
Showcase: http://www.weinfreund.de/struts2-jquery-showcase/
Anregungen und Fehler: http://code.google.com/p/struts2-jquery/issues/list

Bookmark It

Add to Buzz Add to Del.icio.us Add to digg Add to DZone Add to Facebook Add to Google Bookmarks Add to Mister Wong Add to reddit Add to Stumble Upon Add to Spurl Add to Technorati Add to Tip'd Add to Twitter Add to Yahoo My Web
Hide Sites
10 Comments »
Tagged as: ajax, integration, jQuery, plugin, struts2
Next page »

Social Links

TwitterTwitter XingXing TechnoratiTechnorati GithubGithub Google ProfileGoogle Profile

Kategorien

  • Allgemein
  • datenbanken
  • hdr
  • java
    • sap
    • spring
    • struts2
    • hibernate
    • axis2
    • webservices
    • Struts jQuery Plugin
    • json
  • linux
  • projekte
  • sonstiges
  • witze
  • jQuery
  • php
  • piratenpartei

Schlagwörter

ajax bilder checksum client dojo e-mail email gallerie hdr hdr bild hdr bilder hibernate integration java jax-rc jersey jpeg jqgrid jQuery leipzig linux mail openSUSE options Photo php plugin properties qtpfsgui resize rest richtext smtp spring struts2 versenden video web gallerie webservice web service wein weinfreund weingut widgets witze

Archiv

  • Juli 2010 (2)
  • Juni 2010 (2)
  • Mai 2010 (1)
  • März 2010 (2)
  • Januar 2010 (4)
  • Dezember 2009 (1)
  • November 2009 (1)
  • Oktober 2009 (1)
  • September 2009 (1)
  • August 2009 (1)
  • Juli 2009 (2)
  • Juni 2009 (4)
  • Mai 2009 (5)
  • April 2009 (1)
  • März 2009 (2)
  • Februar 2009 (2)
  • Januar 2009 (1)
  • September 2008 (1)
  • Juli 2008 (22)

Meta

  • Anmelden
  • Artikel-Feed (RSS)
  • Kommentare als RSS
  • WordPress.org



Add to Technorati Favorites
Technorati Profile
Programming Blog Directory
Programming Blogs - Blog Catalog Blog Directory

blogoscoop
Blogverzeichnis - Blog Verzeichnis bloggerei.de
BlogPingR.de - Blog Ping-Dienst, Blogmonitor
Blog Verzeichnis Social Bookmarking, RSS-Verzeichnis
Blog Top Liste - by TopBlogs.de
http://www.wikio.de
Technology Blogs - Blog Rankings

RSS Neues aus der Weinwelt

  • Weingut Zickl jetzt NEU bei weinfreund.de
  • Affentaler Winzergenossenschaft Bühl eG jetzt NEU bei weinfreund.de
  • Weingut Christian & Thomas Weiss jetzt NEU bei weinfreund.de
  • Weingut Hager Matthias jetzt NEU bei weinfreund.de
  • 22 Oktober: Tag des österreichischen Sekts
  • Weingut Fels jetzt NEU bei weinfreund.de
  • 11.-12.09.2010 Wein- und Schlemmerfest Hachenburg
  • Weingut Schreiber-Kiebler jetzt NEU bei weinfreund.de
  • Neue Homepage
  • Karl Inführ KG Wein- und Sektkellerei jetzt NEU bei weinfreund.de
Powered by WordPress | “Blend” from Spectacu.la WP Themes Club