Blog from March, 2010

该plugin提供struts的Action及Interceptor对EJB组件及Resource的无侵入式依赖注入 (DI)。

0.0.3版本变动:

  • 增加了glassfish2.x应用服务器的实现
  • 重写了cn.agrael.struts.plugin.ejb3.JbossApplicationServer并增加一个抽象类 cn.agrael.struts.plugin.ejb3.AbstractApplicationServer作为实现模版
  • 改变对EJB注解与Resource注解的资源的查找的方式-如果当前级别属性没有找到会向更高级的属性找,而不是像0.0.2版本及之前的只在指定的最 低级属性找

Plugin Home: http://cwiki.apache.org/S2PLUGINS/struts2-ejb3-plugin.html

该plugin提供struts的Action及Interceptor对EJB组件及Resource的无侵入式依赖注入(DI)。

0.0.2版本变动:

  • 修改jar文件名为struts2-ejb3-plugin.jar
  • 字段支持继承注解
  • Jboss实现的@Resource的查找在代码中补上(前一个 版本有实现,但是没调用)
  • Context现在为即时释放(close)

Plugin Home: http://cwiki.apache.org/S2PLUGINS/struts2-ejb3-plugin.html

Projekt Home: http://code.google.com/p/struts2-jquery
Plugin Home: http://cwiki.apache.org/S2PLUGINS/jquery-plugin-easy-ajax-and-widget-integration.html
Showcase and Examples: http://www.weinfreund.de/struts2-jquery-showcase/
User Group: http://groups.google.com/group/struts2-jquery

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

该plugin提供struts的Action及Interceptor对EJB组件及Resource的无侵入式依赖注入(DI)。
Plugin Home: http://cwiki.apache.org/S2PLUGINS/struts2-ejb3-plugin.html

Plugin Home: http://cwiki.apache.org/S2PLUGINS/full-hibernate-plugin.html

Release Notes

  • Bug fix: Issue 8 fixed (Hibernate Validator 4 compatible).
  • Improvement: Messages Cache for Hibernate Validator Messages.