Montag, 14. Mai 2012

Custom defined remoting protocols are supported

Support for custom defined remoting protocol has been implemented.
Implentation for Json/Soap1.1/Soap1.2 via XmlHttpRequest has been included in JScriptSuite.JScriptLib.
Remoting sample is published on Soap and Json communication in .NET and javascript

Mittwoch, 4. April 2012

Javascript generator has been redesined

.NET Assemblies are decomplied by ICSharpCode.Decompiler. Processing has been optimized. C# Templates and Switch - Operators are supported now. Implementation of Client/Server communication is in redesign.

Samstag, 13. März 2010

New layout for web site

Home site has got new layout now.
Java script and JQuery communication sample has been extended.
The callback functionality has been implemented.

Integration javascript libraries in .NET

Sonntag, 14. Februar 2010

JavaScript communication and sample to JQuery integration

The version implements the new namespace JScriptSuite.InteropServices to type safe communication with javascript code. For example with JQuery library.


http://jscriptsuite.com/samples/sample.aspx?folder=1&file=interop

Samstag, 16. Januar 2010

Web Service per JavaScript

This version creates javascript proxy for web service.
It support 1.1 and 1.2. web service specification.
See sample:
http://jscriptsuite.com/Remoting/sample.aspx?folder=4&file=WebService

Sonntag, 29. November 2009

JSON and Upload / Download

The version
  • communicates with server by IFrame - channel, to support Upload and Download functionality
  • uses JSON to serialize parameters
http://jscriptsuite.com/remoting/default.aspx

Montag, 9. November 2009

JSON serialization by generic proxy

The version supports:
  • Transparent invoke of requests to server per XmlHttpRequest.
  • Serialization of complex objects and array per JSON
http://jscriptsuite.com/remoting/default.aspx