A workspace is like an intermediate directory for you Eclipse. Eclipse would use workspace as a cache for many of its operations. Preferences and sttings also get stored into workspace.
The concept of a workspace is a little bit trick. Why exactly is a workspace needed? Many tools need a locatoin to store temporary but persistent data. These tools keep it hidden from the use. Eclipse makes user aware of this fact thet there is actually something called a workspace.
For those engineers whos can read UML, see the Correlation of workspace, projects, resources, folders and file.
Correlation of workspaces, folders and file
A workspace can have many projects. Projects have folders and file. Workspace cantains resources. projects, folders and file are workspace resources.
By default, new projects get created in workspace the default workspace is in user's home directory.
Resource
The concept of a workspace is a little bit trick. Why exactly is a workspace needed? Many tools need a locatoin to store temporary but persistent data. These tools keep it hidden from the use. Eclipse makes user aware of this fact thet there is actually something called a workspace.
For those engineers whos can read UML, see the Correlation of workspace, projects, resources, folders and file.
Correlation of workspaces, folders and file
A workspace can have many projects. Projects have folders and file. Workspace cantains resources. projects, folders and file are workspace resources.
By default, new projects get created in workspace the default workspace is in user's home directory.
noteSelecting default workspace
Just to remain away from complexity, the relation between Eclipse and workspace has not been shown deliberately. For the beginning, it is assumed that developer would just use a single Eclipse workspace. the topic of multiple workspaces has been covered in
detail.
Resource

0 Komentar untuk "Workspace"