What's the best way to develop JBoss/Seam/Flex/BlazeDS based applications?
The problem that I'm facing is in having an easy and clean way of having a deployed ear while having Flex/BlazeDS still debuggable from Flex Builder.
Everything works just fine if I'm working on an exploded war deployed under "JBOSS_HOME/server/default/deploy" directory. The same is not true if the war is deployed on an exploded ear on the same folder.
The way that I've so far found around this issue is in having a BlazeDS service stub in a different war that will allow me to work with the Flex front-end application. The problem is that I also have to replicate and maintain the Entity bean POJOs that are being serialized by BlazeDS remote services.
This is obviously very annoying. I've tried several things but so far without any success. Any help would be appreciated.
I'll be upgrading to Flash Builder 4 sometime soon. Does anyone know if these issues are better handled in it?
Thanks, B.