I am writing a basic application to test Flex integration with Java objects, and after solving a bunch of deployment errors, I am happy to say I am finding no errors on deployment anymore. The application, however, still doesn't work because of what must be some undescribed configuration error.
I have been unable to find any DTDs or schemas that pertain to any of the following files: flex-config.xml data-management-config.xml flex-webtier-config.xml remoting-config.xml services-config.xml mxml-manifest.xml Putting aside my disappointment that I need all these files for a Flex-Java application that couldn't get any simpler, I would appreciate any insight into these files. Thanks.

