javajax-news Mailing List for Think in Java - JavAjax Web Framework
Status: Beta
Brought to you by:
darkcomet
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: JavAjax A. <jav...@gm...> - 2010-04-15 05:11:36
|
New update of JavAjax Web Framework! * Javascript AjaxCaller object has been modified, now accepts not only onSuccess, onFailure and onComplete handlers, you can specify any handler as describes on www.prototypejs.org. * Solved a bug with ActionResponse, it wasn't working properly in some situation * Solved a bug in JSONConverter, it wasn't handling correctly hexadecimal values in the format \uxxxx * Some minor modifications. Please visit http://www.think-java.org for documentation and live demo. |
From: JavAjax A. <jav...@gm...> - 2010-03-30 04:07:28
|
New update of JavAjax Web Framework! Upon your request, getResponse() method in RequestContext has been set to public again. Localizer object now makes localization still easier. Please visit http://www.think-java.org for documentation and live demo. |
From: JavAjax A. <jav...@gm...> - 2010-03-19 06:26:38
|
New update of JavAjax Web Framework, validation for File type parameters has been added, verifying file size and file extension. @Param(value="myFile", maxFileSize="1M", accepts={"txt","html","jpg"}) UploadFile myFile or @Param(value="myFile", maxFileSize="250K", deny={"exe","bat","com"}) UploadFile myFile Please visit http://www.think-java.org for documentation and live demo. |
From: JavAjax A. <jav...@gm...> - 2010-03-13 21:44:32
|
V1.3.0 alpha version of JavAjax Web Framework has been released! A major refactoring has been included, now configuration is easier (only one Filter is needed) and performances still better. Download latest version at https://sourceforge.net/projects/javajax/files/ Check details on http://www.think-java.org. |