.NET Invocation guide for Flash Remoting clients AS3
Finding examples with AS2 to do a Remote Call (Fluorine or WebORB) is easy. However, finding an example for AS3 is very, very hard. Here’s how you do it (thanks to Ward De Langhe): 1 2 3 4 5 6 7 8 9 10...
View ArticleFlex integration with Microsoft Message Queuing (MSMQ) using WebORB – Part II...
Introduction For the Server Side I have made a new example in Flex based on the previous example in Part I article. Let me sketch the problem in our project again. On the client side a user can edit...
View ArticleWebORB Security Flex .NET Server Side PartI
I will not do a big introduction on WebORB security because I mainly want to show the security with some examples. It would however not be bad to read the following two things at...
View ArticleIIS Recycling
Last week I got a call from a big customer saying that the 100 of the 200 candidates had just received an error log window in our Flex Application. I knew that this could happen someday, but what had...
View ArticleWebORB Authentication Issue
Imagine you have a Flex Applicatin using WebORB Authentication. When the first Remote Call is done you supply the Remote Object with credentials. The server authenticates and from then on you don’t...
View ArticleStress Testing with WebORB
Yesterday and today I worked on a performance issue where 350 candidates had to wait more than a minute before their data was loaded. The 350 candidates start their exam simultaenously so the server is...
View ArticlePeformance issues IIS7, WebORB, Network, …
Two weeks ago I had a lot of problems in a project of mine. Often some clients couldn’t connect to weborb.aspx (actually 0.01% of the times). After a lot of searching we weren’t really able to find the...
View ArticleConfigure WebORB with Log4Net
This will be a quick one because time is not on my side these days… If you’ve never worked with Log4Net, I suggest to go and read some documentation on this an try to set it up. A while ago I was...
View ArticleFlash game Eggie (WebORB, PHP and MySql)
Together with a colleague Piet Santy (aka Ploem), who did the artwork, we created a Flash Game for a friend of ours. Elections are up in Belguim and Dominique Dehaene needs votes! One way to get some...
View ArticleWhite screen when loading Flash in FireFox – GZIP problem
Last week at work we noticed a strange bug. When loading our Flex application in FireFox, we got a white screen. The swf was loaded in the browser, but no content was shown, just an empty white screen....
View Article