Just an organizational question. If you have a client-server app in flex, and you have your domain- specific package structure, e.g. com.yahoo.groups.tech.etc., Do you put your AS classes within the same structure as your server-side classes, whatever language they're written in, or do you keep you language-specific classes completely separate in duplicated com.yahoo.groups.tech folder structures elsewhere on the hard drive?
I imagine this is a preference thing, but I wanted to know how everyone else usually does it, specifically for ease of development and setting up Flex Builder. Forgive me if this is a duplicate question. I've tried searching for it, but perhaps the terms are too generic to find me the answer.

