In the following article I would like to talk about ghost connections on the FMS server. First of all, what does the term “ghost connection” mean? It is a registered and alive connection on the server without the real client. How could it happen? There are a few scenarios. Read the rest of this entry »
Let’s consider the following use-case.
There is a client – server basic application. The client uses a simple remoting to communicate with the server side. The server side could be powered on WebORB, BlazeDS or any other solution. The client side is using the FLEX framework. That is it about the technology stack. Now, let’s forget about the server side and just have a look at the following client code Read the rest of this entry »
Few days ago I received a question about how to push data from the server code (C#) to the client side (ActionScript) though a messaging (publish/subscribe) destination. The server side is powered by WebORB for .NET and the client side is a Flex (or AIR) client. Read the rest of this entry »
In the following article I would like to show how to secure a Flex application which uses RPC (remote procedure calls) to communicate with the server-side. The article consists of three parts:
- A simple use-case and the problem description
- How to hack a Flex application
- How to secure it
The problem is not related to a particular product. However, the solution provided above is oriented only for WebORB for .NET. Well, let’s move forward to the step #1? Read the rest of this entry »