I am working on a Flex/.NET project using webOrb and we are going to use webOrb to auto-generate the value objects but the packaging is quite different between the server and the client. I want to use the RemoteClass aliasing in Flex but I'm not sure about the packaging differences. My question is if the server's bean is packaged like this: com.domain.app.beans.MyObject, can I put the VO in com.domain.differentAppName.vo.MyObject? Or do I HAVE to put it at com.domain.app.beans.MyObject in the Flex project as well?
Thanks! -Jake

