Sunday, September 23, 2007

Projects news

The latest updates are:

1. A lot of updates in service components: http://www.servletsuite.com/jsp1.htm
See for example Redirect taglib, Shake taglib etc.

2. Add a webcam to your web-application with Refresh Image taglib: http://www.servletsuite.com/servlets/refreshimgtag.htm

3. A new version for custom geo tagging is available here: http://map.linkstore.ru

Tuesday, September 18, 2007

Redirect after POST

RedirectAfterPostFilter lets you easily implement Redirect after POST pattern in your web applications. The idea is very simple. You can map this filter to your controllers (servlets or JSP's) processing POST requests (e.g. proceeds HTML forms) and after the processing filter will redirect the original request to the url, determined by the referer header (back to the source of processed request). If this header is not available you can provide a default url for the redirection as an initial parameter for this filter.

See it here: http://www.servletsuite.com/servlets/redirectafterpost.htm

Tuesday, September 11, 2007

Products news

From our news desk:

1. As per announce on Coldbeans site a new version of Coldtags suite is ready. This suite (ver. 3.10) provides over 310 JSP custom tags for common programming tasks faced by JSP developers.

Coldtags suite comes with a wide range out of the box ready-to-use the most common control components that are repeatedly required for the development of J2EE applications. They include standard user interface components like buttons, lists, edits, grids, menus, tables, tree views, calendars, ajax etc. With this suite developers and web designers no need to worry about writing browser-specific HTML or JavaScript.

All controls are carefully written and tested to operate equally well on major Internet browsers as well J2EE servers.

2. As per announce in Abava blog a beta version of geo tagging tool is ready. See GeoLinks here