.NET connectivity from Flex and AIR just got a lot cheaper

Midnightcoders just announced that WebORB for .NET is now free! WebORB allows your Flex and AIR applications to interact with .NET server applications. This has been a popular choice for integrating with .NET and now it’s free!
WebORB for .NET Home Page – http://www.themidnightcoders.com/weborb/dotnet/index.shtm
The WebORB website has some great examples of Flex Remoting with .NET at http://www.themidnightcoders.com/weborb/dotnet/examples.shtm including a sample pizza ordering application at http://www.themidnightcoders.com/weborb/dotnet/runexample.shtm?page=10
If anyone builds a production application with Flex or AIR connecting to a .NET backend using WebORB, please contact me. I’m always looking for good customer implementations, especially those with disparate technologies.





Is Midnight Coders’ WebORB mentioned here as an ALTERNATIVE meant to be used IN LIEU OF LiveCycle DS ? Or is it meant to be used IN CONJUNCTION with LiveCycle DS ? And are there examples for using WebORB TOGETHER with LiveCycle DS ?
Kai Tischler said this on March 31, 2008 at 3:15 pm |
Hi Kai,
i am developing application with flex+weborb.net.I want to use joins in my mxml file, how can i use.Please give me some information.
thanks,
Praveen
Praveen said this on September 9, 2009 at 3:06 am |
Hey Kai – thanks for the question.
It really depends on what your requirements are. WebORB will do a lot of things that LCDS or BlazeDS does so it is possible that it could be used “in lieu of” depending on what you need.
There is a great FAQ at http://www.themidnightcoders.com/weborb/java/faq.shtm that will give you more specifics.
Here’s one of the statements from their website:
“Similar to FDS, the product supports three major subsystems: Remoting, Data Management and Messaging. WebORB uses the same configuration files as FDS, implements the same binary protocols (AMF0 and AMF3) and exposes similar architectural concepts as destinations, channels and service adapters. From the Flex developer perspective, working with WebORB is a process very similar to working with LCDS. In some ways, WebORB offers a more streamlined development process. For example, deploying and exposing a Java class or a Spring Bean as a remoting service, would only require copying the class or JAR files into WEB-INF\classes or WEB-INF\lib directories.”
WebORB is now free… and BlazeDS is free so it’s all about features and fit. As noted in my article, there are things that the full LiveCycle Data Services does that neither WebORB nor BlazeDS can do.
Let me know if you find any other good info on this.
Thanks!
Greg
gregorywilson said this on March 31, 2008 at 5:11 pm |
can anyone have reference for sample AIR application connecting to remote SQL server through weborb.net??
Mansi said this on June 3, 2008 at 5:33 am |
Hi,
I am a dot net developer and new to Adobe Air and WebORB. I have a web application developed in dot net using c# and SQL SERVER 2005. I want to create a desktop application using Adobe Air which can simulate the web application data so that the web application can be used as desktop application too.
Can any one tell me how do i proceed for the development.
Regards,
Vijay
vijay said this on June 4, 2008 at 4:39 am |