blob: 3fe11d76922e8889b251baa6bc6d83f672fa313a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyright Eclipse contributors 2005, 2006" />
<meta name="DC.rights.owner" content="(C) Copyright Eclipse contributors 2005, 2006" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Configurations and Publishing Overview" />
<meta name="abstract" content="Put your short description here; used for first paragraph and abstract." />
<meta name="description" content="Put your short description here; used for first paragraph and abstract." />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="configurationsandpublishingoverview" />
<meta name="DC.Language" content="en-us" />
<!--
Copyright (c) 2005, 2006 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
IBM Corporation - initial implementation
-->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<title>Configurations and Publishing Overview</title>
</head>
<body id="configurationsandpublishingoverview">
<h3>Method Configurations Overview</h3>
<p>Eclipse Process Framework Composer ships with a lot of content out of the box. It includes
the OpenUP framework and various plug-ins extending
OpenUP/Basic with domain-specific additions. No organization or project requires all of this
documentation all at once, but would work with a selection of specific subsets.</p>
<p> Eclipse Process Framework Composer (EPF Composer) manages for that purpose so-called method
configurations, which allow you to specify working sets of content and processes
for a specific context, such as a specific variant of the OpenUP framework that
you want to publish and deploy for a given software project or as a foundation
for a development organization. All content and processes in EPF Composer are organized
in method plug-ins, which are organized into method packages. A method configuration
is simply a selection of the method plug-ins and packages.</p>
<p><img src="conf.gif" width="665"></p>
<p>You create and specify a configuration using the configuration editor depicted
in the figure above. You could start creating your own method configuration
by copying one of the configurations that ship with EPF Composer and modify it to fit
your specific needs. You can add or remove whole method plug-ins as well as
make selection with each plug-in by checking or un-checking packages. </p>
<p> You can use the resulting configuration as your working set for your EPF Composer
work. The actual content of the configuration, i.e. the included method content
and process elements are always accessible in the Configuration view. Use the
combo box in the toolbar to select the currently used method configuration.</p>
<h3>Publishing Overview</h3>
<p>Method configurations are the basis for publishing method content and processes.
A published configuration is an html Web site that presents all the method
content and processes of the method configuration in a navigable and searchable
way. It uses the relationships established during method content and process
authoring to generate hyperlinks between elements as well as provides tree
browsers based on the configuration view and user-defined categorizations of
the content. The figure below shows an example of the published 'Classic RUP'
method configuration.</p>
<p><img src="pub.gif" width="550"></p>
<p>For publishing simply create and select a configuration. The publication wizard
will do the rest for you and only publish content that is part of the method
configuration. It will also automatically adopt content to the configuration
such as removing
references of method content elements to elements outside of the configuration
or removing activities from your processes that only contain work defined outside
of the configuration set. Hence, publishing will only include the content that
you really need. You can always preview a published configuration using EPF Composer's
browsing perspective.</p>
<p>&nbsp;</p>
</body>
</html>