A directory structure with a base directory of java is used for Java development, as shown in the following image.
-
source contains the code that the developer writes or generates that is submitted to the repository. Under this are the following directories:
-
com.splwg.cm.domain contains the CM java source code.
-
sourcegen contains generated code that is necessary to build the project. All files in this structure are generated and therefore must not be modified manually in any way.
-
target contains the runtime files created from source and sourcegen. The contents of this directory is what is deployed as a jar file to the app server. All files in this structure are generated and therefore must not be modified manually in any way.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.