Something more:
When we are going to perform an action from the client side, we need to decide if it is an action that we can solve locally (using javascript and using FiveWeb javascript functions) or if we need to request it from the server (database management, new requests, etc.)
The server app can ve invoked many times, and providing a parameter to it, then we can decide what to do from the same server app:
function Main( cWhatToDo )
so when we call our app, we do: //server/myapp?TheActionToDo



