Does anyone have experience with dough FX? In order to provide type objects in the Flex presentation layer, I have to fix something using Fluorine FAX on backend.
I was under the impression that if I registered objects in Flex like this
Register Class Alias ("Kanpiki Domain. [BinDable] The work of the public class staff is useless (private word _id: int; private var _firstName: string; private var _lastName: string; private var_email: string; public function staff () {} .... etc. And if the properties and their type correspond to the respective net class, then I do not have to convert the objects. However, when I bring the class to Flex, then I get general objects. Does this mean that Me object menu Should I change the form? I hope that it has any meaning. Besides, I am assuming that the webob is similar, so if anybody has any experience with dough and web ORB and give me a signal, then I Thank you.
This problem may occur when you have an employee class anywhere in your application Even if you register class aliases or When adding the mapping via remote class metadata, the compiler will not lift your class and therefore when the objects come in, they will not be mapped correctly.
If you root the Register Class Alive your app will always be in the employee compiled in the app.
BTW: To register a nickname with metadata, just
[RemoteClass (alias = "Kanpeki.Domain.Staff")]
in your class file Of course, the same compiler rules apply. Referring to it somewhere or it will not be compiled.
Comments
Post a Comment