WebORB 3.3. for .NET is released
It feels like it has been forever since we did a release of the .NET edition of the product. In reality it took us just two months to add a bunch of features, documentation, fix bugs and make the product better than ever. Here's what's awaiting for you when you download and install the best Flex and .NET integration technology ever (aka WebORB):
- WebORB Data Management for Flex (WDMF) is available in the Standard Edition (yes, the one that is FREE). You can connect to your MySQL or SQL Server database, import schema and generate all the AS3 and C#/VB.NET code to do a full blown CRUD against your database. The system will give you sample MXML files so you can see how easy it is to use the API to retrieve, create update or delete data. The generated code on the server side is automatically compiled and pre-deployed. The price you have to pay is $0 (zero) dollars. Is there a catch? you betcha! The Standard Edition supports up to 5 tables, if you need to import more, consider upgrading. Sorry, we have to make money so we can continue delivering these fantastic features.

- WDMF now supports Database Views. You asked for it and now you can enjoy WDMF even more! When you connect to your database, the WDMF designer will show not only the tables, but all the Views as well. You can import a View simply by dragging it into the data model. In the generated code a View is represented by an ActiveRecord class, so all the same APIs are applicable. You can see all the Views for a database right after the tables:

- WDMF no longer requires full closure of the related tables. Dependency on the related tables can be turned off in the model designer. The end result - you do not need to import every dependant table - focus just on the tables you need in your Flex application.

- Management console now includes a section for the WebORB Messaging Server. You can easily monitor all deployed messaging applications, see real-time client connections, inspect Remote SharedObjects, upload and play media streams.
Messaging Applications Overview Screen:
View/Remove client connections:
Inspect/Monitor remote shared objects:
View/Stream/Delete/Upload video files:
- Flex integration documentation is available in the user guide includes with the product. You can also see it here on the website.
- Service browser has been redesigned to provide a per-assembly view of the deployed services:

- Service browser provides a way to diagnose assembly loading errors. Those assemblies that cannot be loaded show up with a special icon. There is also a tooltip reporting the loading errors:

- WebORB configuration file (weborb.config) is 'hot-deployable'. Any change made to the file is automatically picked up by WebORB. Previously a change to weborb.config required a restart of ASP.NET.
- WebORB configuration file includes a setting controlling response buffer (see the 'performance' section of the config file).
Technorati tags: WebORB, Flex, Flex and .NET







6 Comments:
And yet still no love for Ruby on Rails...
Your platforms are so out of feature parity now that you're basically a .NET shop. Why not just EOL the other products and be done with it?
It's just a shame though...RoR + Flex has a ton of potential, and not everyone wants Microsoft lock-in.
12:32 PM
Are you willing to come and help us out to get the RoR edition upgraded? You'd be paid $0/hr though. Please contact me offline if you're interested: mark [at] themidnightcoders.com
12:41 PM
Yeah!
I was checking desperately since weeks for this one and even for a moment started to think Electroserver 4 could be a better idea.
Now if you could do some magic in time to make GOA WebForms apps start using WebORB, this will be the dreamland :-)
To anonymous: RoR has open source projects but .NET has nothing but WebORB and Fluorine (if anyone still uses it). I think it’s better nailing something which was abandoned so desperately from MM/Adobe than 3 or 4 different server-sides but with modest results. Well, from my POV it looks reasonable because I am entirely on ASP.NET :-)
-Dimitar
1:52 PM
Help you upgrade your RoR platform for free? You have a commercial product, and I would be happy to pay for that product if it indeed existed for RoR. So I'm not sure why you're asking for handouts. And if you're being sarcastic, I'm not sure that's the best tact to take with potential customers.
2:38 PM
WebORB for RoR is a free and open source product. It will remain to be free even as we continue adding features. I understand the website says there is a commercial version and perhaps that's the source of confusion (we'll be fixed soon). Sorry if my comment came across as sarcastic, but I'm genuinely seeking help from the community and since we're not making any money with WebORB for RoR, we cannot afford paying someone for help. By contributing to the product, you'd essentially be helping our yourself and a bunch of other people. Are you up for that?
5:19 PM
Greetings,
I'm from Mexico, first at all great job for creating WerOrb for .net you and your team is making fantastic software.
I checked one of your tutorial "Invoking .NET objects using the Flex RemoteObject API" in adobe developer center website but I found that you forget to mention that also is necessary add the library that is in: “/Inetpub/wwwroot/weborb30/weborbassets/wdm/weborb.swc” otherwise the example doesn't work. I found this solution in the midgnightcoder website under "Getting Started with Flex and WebORB for .NET".
10:05 PM
Post a Comment
<< Home