From: Taehoon L. <no...@gm...> - 2008-08-27 13:59:41
|
Hi. When I working my project, There are two directories which contains basic classes(java.io , java.lang) -- the env directory and extension/servlet directory The basic repository policy is simple. They are in extension/servlet that all classes and methods which was modified or created by me However, I think this approach is not good. so I should suggest another repository policy When I need to implement a method(A) in class(B). 1) B is in env. but A is not in B : I would like to implement A in B which is in env. 2) B is not in env : I would like to implement A in B which is in extension/servlet. 3) B is in env. and A is in B : small changes -> env , large changes -> extension/servlet If you have any comment, please let me know. -- -- Taehoon Lee(이태훈) Ph.D candidate Kyonggi University , Korea |