Archive for the 'Flex' Category
Object.extend, an example of inheritance
Tuesday, September 2nd, 2008Updated: my previous attempt to simulate inheritance in javascript using Prototype.extend did not work as I expected so I removed the example I had written.
Inheritance can be defined in several ways. The definition of inheritance I will use in the following example is: A child class inherits from a parent class if all methods of [...]
Deploying Flex application with no dependency on context root
Tuesday, April 15th, 2008It seemed very strange to me that in FlexBuilder you have to tell the context on which a flex application using LiveCycle Data Services will be deployed. FlexBuilder requires you to fill in the “Context Root” variable which will be then saved inside .flexProperties as serverContextRoot. You may want to deploy the same application to [...]