Monday, December 24, 2007

Voice processing in JSP

A simple component for your Text to Speech applications: TTS taglib. The idea is very simple - for many applications you can create speech (sound file) from the pre-builded fragments. E.g. your application informs users about some code (sequence of digits). You can use separate voice files for the digits from 0 to 9 and concatenate them into sequence. Tag Concatenate does exactly this. You can provide a list of wav files and tag concatenates them into one file (or streams the final file right to the user).

Monday, December 10, 2007

Dump servlet

Yet another solution lets you cache the remote content. See how you can do that with Google Chart API.

Thursday, December 06, 2007

More cache

Check out new (and updated) cache components in Coldtags suite: http://www.servletsuite.com/jsp3.htm. A new component there is LRU cache.