Friday, January 14, 2011

10.0.2 EAP - News

A lot of bugfixes are included in this release - most notably the "flickering" icons are now "stable". Not to mention a lot of little (performance) improvements.

Please see the change notes for full details.

Velocity support
Support for Velocity-driven apps is in development and catching up with the features you already know from Freemarker-support.

Add S2 macros:


Resolve global variables:


.. and their properties:


And - of course - proper resolving of <result> with type "velocity":

Sunday, December 12, 2010

Struts 2 plugin for IntelliJ IDEA 10 - roundup

Now that IntelliJ IDEA 10 has been officially released, here's a quick roundup of the last-minute changes.

I18N-support in JSPs
Basic support for supporting .properties-files based I18N is now available in <s:text>



Ofcourse, refactoring/usage search of keys etc. will work as well.

Restrict resolving in <result>
The list of completion values will now correctly be restricted to the defined/effective result-type. Also fixed: in some conditions result-types defined as "default" were not determined correctly.
Additionally the "builtin" result types plainText and redirect are now supported as well.

Please consult the full list of changes for more details. Stay tuned for more in upcoming 10.x releases..

PS: The WIKI-page describing all features has been updated accordingly.

Sunday, October 31, 2010

IDEA X EAP 98.231

Just a quick note: the latest EAP contains a couple of important bugfixes for Struts 2 plugin as well as one (but useful new feature): support of "Bang!" notation in Action-URLs on JSPs (e.g. /myAction!method.action).

Download latest EAP from here, full changelist available here.