PDA

View Full Version : What is the diff between COM dir name and ORG dir name? [FLEX/AS3]


test157
12-31-2008, 03:05 AM
Hi All

I have some question. I'am not long time flex user, but as my applications became more complex I have one questions - what is the difference between "com" dir and "org" dir? why some libraries come inside of com and others inside of org. and the main questions where to I must to put my project files?

in com.myapp or in org myapp? what is the best prcatice?

P.S.: Happy NY to everyone! :)

lordofduct
12-31-2008, 03:23 AM
the package names can be what ever you want.

A lot of people tend to use their web address backwards because it is relatively unique.

For instance my website is www.lordofduct.com, I highly doubt anyone will be releasing a package by the name:

com.lordofduct.*

The choice of org or com is just because that's what their website is.


But I mean really, you could just say:

butt.turkey.*

test157
12-31-2008, 03:36 AM
ohh I just thought that there are some common practise, how to name own written files - but ok now I got it

thanks