by bbeguin
DynAjax is a Javascript / ASP.Net / C# Framework easing dynamic calls to business / service C# methods directly from JavaScript code (like DWR framework does in Java World). The object serialization is based on JSON, permitting complex objects exchange.
Please note this new url (on codeplex) for DynAjax: http://www.dynajax.org or: http://www.codeplex.com/dynajax Kind regards, Benot.
An XML schema for DynAjax XML configuration file has been added to project. Thus, developpers can use Visual Studio IntelliSense feature to write configuration files. Next releases will include this schema.
First tutorial released : setup DynAjax in a blank Web site project. You can download it at http://download.dynajax.org - file named DynAjax_tuto_01_blank_project_setup.pdf
log4Net has been added to project, thus DynAjax developpers are now able to keep trace of DynAjax calls and errors into log files. New release soon.
please look at the release infos to get changes details.
New sample page available: a counter on server side called by client to get nb of times the page has been loaded. This sample will be added a lot of new counters very soon, come back soon. samples page: http://samples.dynajax.org/ Benot BEGUIN. email: ...
strings encoded in JSON on server side were bad encoded, I included them into an array (I don't know why, but NewtonSoft library throws an exception when trying to encode a string directly) DynAjax encode now itself strings and it's ok. download page: ...
Pour les francophones, le wiki est en cours de traduction en Franais. URL du Wiki : http://wiki.dynajax.org Benot BEGUIN. email: admin@dynajax.org
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use