Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3875538
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:16:42+00:00 2026-05-19T22:16:42+00:00

I’m new to Flex/Actionscript/FlashBuilder, and I don’t quite get all the organization concepts. Our

  • 0

I’m new to Flex/Actionscript/FlashBuilder, and I don’t quite get all the organization concepts. Our teams project is primarily ASP.NET based, so it doesn’t have a lot of Flex code. There hasn’t really been a need for organization/reuse of common libraries. I’m adding a rather large component that has a lot of files, and I’d like to start keeping it organized for future developers.

As I see it, .NET has:

  • Solution File: Points to a bunch of project files.
  • Project File: Contains the actual code and dependencies.
  • Namespace: Organizes code in a hierarchical manner.

In Flex, I want a hierarchy somewhat like this example:

  • Car Dealership
    • Business Layer
      • Customer
      • Employee
    • UI Components
      • Advertisement
      • Window Tag
      • Car
    • Infrastructure
      • Payroll
      • Database
    • SWF Projects
      • InventoryViewer
      • CarFeatureViewer
      • CurrentFlyerViewer

In .NET, I could have a InventoryViewer Project file, and a Solution file that opened the InventoryViewer project file along with the Infrastructure.Database project file which it depends on. Alternatively, I could have a Solution file that just pointed to InventoryViewer if I didn’t want to work on the Database project as well, but the dependency is still there. How does this translate to Flex code organization? I’m having a hard time telling the difference between packages, projects, and just a plain folder hierarchy. Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:16:43+00:00Added an answer on May 19, 2026 at 10:16 pm

    When you want to mirror the solutions style view of VisualStudio, the best way to accomplish this is to create multiple projects into a ‘solution’ workspace.

    There isn’t a direct equivalent though, so don’t worry about trying to see the hierarchy in the same way.

    However, when you have a small workspace like this, you can build all projects in one pass, and keep the build times at a minimum.

    Version control will only work well at the project level, so that can initially be a pain, instead of being able to checkout the solution in one go, you have to check out each project individually.

    Regarding the difference between packages, projects and plain folder hierarchy:

    • Project : A folder with Eclipse metadata (held in the folder and also in the parent workspace folder) that represents a project, projects can have multiple build targets, but only one is built at a time using the standard Run or Debug buttons, to build multiple targets in a single project, you have to use Ant or some other build tool.

    • Packages : More closely related to what .net calls namespaces, however Flex has it’s own concepts of namespaces, mostly relating to XML / MXML, but that’s a fairly big topic so I’ll avoid that. Packages must relate to the folders they are stored in, e.g.

    .

    package com.example.view {
        class SomeViewClass extends SomeFlexComponent {
        // .... etc
        }
    }
    

    This class would be stored in src/com/example/view/SomeViewClass.as – unlike C# class/package names and folders must match, or the compiler will throw an error.

    I’m fairly sure I haven’t covered everything here, so let me know if you need further clarification about any of this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want use html5's new tag to play a wav file (currently only supported
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
I have a text area in my form which accepts all possible characters from
I have a jquery bug and I've been looking for hours now, I can't
That's pretty much it. I'm using Nokogiri to scrape a web page what has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.