Blog to discuss Midnight Coders products features, ideas and trends in development of Rich Internet Applications

Tuesday, May 08, 2007

WebORB 3.1.0.2 is released

There is a new release of WebORB available for immediate download. The release delivers important bug fixes and introduces a few cool features. Here's a summary of the release:
  • Added support for VB.NET in the WDMF (WebORB Data Management for Flex) code generator. All the generated code for the server-side can now be in C# or VB.NET. The code is automatically compiled and deployed into a virtual directory.

  • Standalone WebORB Enterprise Edition process can now operate as Windows Service. Use -install, -uninstall, -start and -stop arguments with weborbee.exe

  • System.Data.DataSet is serialized as a collection of table name to DataTable mappings. A DataTable is serialized as an array of complex types, where each complex type represents a row of data.

  • Configuration file containing database and data model information used by WebORB Data Management for Flex has been renamed to wdm.config. This change requires re-adding of database and data model information in the console.

  • Fixed bugs:
    • Flex Consumer connection termination is now properly handled
    • RTMP connection termination no longer causes thread consumption.
    • Microsoft SQL Server 2005 table names are properly prefixed with schema name. Previously schema name was omitted in the generated SQL queries.
    • Double.NaN type adaptation. Values of NaN can now be adapted to any Nullable numeric type
    • ActionScript String to Guid type adaptation now works as expected
We're getting closer to the production release of the Enterprise Edition. There will be a few interim Beta releases over the course of the next 3-4 weeks. We plan to add lots of documentation as well as the graphical management interface for all the WebORB Enterprise features.
Technorati tags: , ,

0 Comments:

Post a Comment

<< Home