|
no, I'm sorry if I'm not clear... I'm not talking about source code control, nor version control..
in a large C or C++ project, one person works on the GUI display, another on the filesystem/database , another person may write a set of CLASSES that are to be shared by the other two..
these are compiled (in C) into a library (such as a DLL)
that both can include in their compilations to gain the reuseabilty of those libraries..
how do you do this in Java ??
thanks
|