Select to view content in your preferred language

Bundling for deployment

317
0
09-20-2012 04:05 AM
EvanShanks
New Contributor
I'm quite inexperienced when it comes to Flex development, so hopefully this question will be easy for someone to answer. Is there any way to bundle a whole ArcGIS Viewer project into a single file for deployment, kind of like a WAR file in JSP?

I initially tried building a mapping application from scratch using the ArcGIS API. It was going ok, but then I realized I could get a lot of handy functionality more quickly and easily by switching to the ArcGIS Viewer. However, my old Flex application produced a single SWF file. I was able to just toss that file into a JSP project and use it as part of a larger web application. It was really convenient. The ArcGIS Viewer produces a big directory structure with several resources and module SWF files. If I just drag that into my JSP project, it makes a big mess. I'm sure I can put it under its own folder or something, but I'd be happiest if I could get the Flash Builder to output a single file. Is that possible or just crazy? 😉
Tags (2)
0 Kudos
0 Replies