Home » Archived » EPF » EPF Composer 1.0-M3-I20060503
|
Re: EPF Composer 1.0-M3-I20060503 [message #9714 is a reply to message #9493] |
Sat, 13 May 2006 22:11 |
Eclipse User |
|
|
|
Originally posted by: dedoig213.hotmail.com
Jim,
Where can I find an object model describing the structure of EPF content
including its extensibility mechanisms (I see references to 'extend',
'replace', etc.), and the schema for importing such extensions?
Does this version allow these extensions to be imported? (Not sure if that
is what 'library data' means).
Thanks!
"Jim Thario" <jethario@us.ibm.com> wrote in message
news:4459137D.5020402@us.ibm.com...
> Hi. There is a new integration build of EPF Composer available for
> download and testing. This build includes the addition of XML import and
> export of library data, and some Java 5 compliance fixes in the source.
>
> EPF Composer builds are available here:
> http://www.eclipse.org/epf/downloads/tool/tool_downloads.php
>
> Thanks!
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #11229 is a reply to message #9714] |
Sat, 13 May 2006 23:20 |
Peter Haumer Messages: 228 Registered: July 2009 |
Senior Member |
|
|
Hello DeDoig.
Yes, we need to spend more resources on creating documentation and
especially tutorials to get people started. IBM offers commercial training
classes on these concepts, which have not been donated to Eclipse, but we
will need to produce some content as part of the project asap. We are
welcoming any contribution from anyone, but I will also make it a personal
priority.
Currently you get a bit of an introduction on variability in the online
help. There is also a tutorial in the online-help, which however is not yet
updated to use OpenUP content (bugzilla is already filed), but you can read
through the tutorial to understand how it is being used.
--
Thanks and best regards,
Peter Haumer.
____________________________________________________________ __
PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"DeDoig" <dedoig213@hotmail.com> wrote in message
news:e45lil$bpv$1@utils.eclipse.org...
> Jim,
>
> Where can I find an object model describing the structure of EPF content
> including its extensibility mechanisms (I see references to 'extend',
> 'replace', etc.), and the schema for importing such extensions?
>
> Does this version allow these extensions to be imported? (Not sure if that
> is what 'library data' means).
>
> Thanks!
>
> "Jim Thario" <jethario@us.ibm.com> wrote in message
> news:4459137D.5020402@us.ibm.com...
>> Hi. There is a new integration build of EPF Composer available for
>> download and testing. This build includes the addition of XML import and
>> export of library data, and some Java 5 compliance fixes in the source.
>>
>> EPF Composer builds are available here:
>> http://www.eclipse.org/epf/downloads/tool/tool_downloads.php
>>
>> Thanks!
>
>
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #11717 is a reply to message #11229] |
Tue, 30 May 2006 05:59 |
Eclipse User |
|
|
|
Originally posted by: dedoig213.hotmail.com
Hi Peter,
Does the current version of EPF support XML import of content? If so, could
you suggest some starting points docs to understand the model, XSD, etc. in
order to start trying the import?
Thanks and best regards.
"Peter Haumer" <phaumer@us.ibm.com> wrote in message
news:e45pkh$7i0$1@utils.eclipse.org...
> Hello DeDoig.
> Yes, we need to spend more resources on creating documentation and
> especially tutorials to get people started. IBM offers commercial
> training classes on these concepts, which have not been donated to
> Eclipse, but we will need to produce some content as part of the project
> asap. We are welcoming any contribution from anyone, but I will also make
> it a personal priority.
>
> Currently you get a bit of an introduction on variability in the online
> help. There is also a tutorial in the online-help, which however is not
> yet updated to use OpenUP content (bugzilla is already filed), but you can
> read through the tutorial to understand how it is being used.
>
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #11862 is a reply to message #11717] |
Fri, 02 June 2006 02:38 |
Peter Haumer Messages: 228 Registered: July 2009 |
Senior Member |
|
|
Yes, if you get the latest EPF Composer builds you see "Export to XML" and
"Import XML" in the File --> Import... / Export... menus.
The xml schema is published on the EPF homepage
(http://www.eclipse.org/epf/tool_component/xml_schema.php). It contains
detailed annotations for understanding all elements and attributes. The
schema has been generated from an UML model, which you also find on the EPF
homepage as an html-published version of the model; so no UML tool required
to review it.
( http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.ecli pse.epf/design/UMA-model.zip?rev=HEAD&cvsroot=Technology _Project).
Unfortunately, there are no tutorial, yet, but if you would volunteer to
write up a little tutorial white you are learning to use it that would be
absolutely fantastic. The way I would start is by exporting some things and
analyzing the resulting xml files and then creating my own based on what I
have learned.
--
Thanks and best regards,
Peter Haumer.
____________________________________________________________ __
PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"DeDoig" <dedoig213@hotmail.com> wrote in message
news:e5gn0i$rou$1@utils.eclipse.org...
> Hi Peter,
>
> Does the current version of EPF support XML import of content? If so,
> could you suggest some starting points docs to understand the model, XSD,
> etc. in order to start trying the import?
>
> Thanks and best regards.
>
>
> "Peter Haumer" <phaumer@us.ibm.com> wrote in message
> news:e45pkh$7i0$1@utils.eclipse.org...
>> Hello DeDoig.
>> Yes, we need to spend more resources on creating documentation and
>> especially tutorials to get people started. IBM offers commercial
>> training classes on these concepts, which have not been donated to
>> Eclipse, but we will need to produce some content as part of the project
>> asap. We are welcoming any contribution from anyone, but I will also
>> make it a personal priority.
>>
>> Currently you get a bit of an introduction on variability in the online
>> help. There is also a tutorial in the online-help, which however is not
>> yet updated to use OpenUP content (bugzilla is already filed), but you
>> can read through the tutorial to understand how it is being used.
>>
>
>
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #11916 is a reply to message #11862] |
Sat, 03 June 2006 06:05 |
Eclipse User |
|
|
|
Originally posted by: dedoig213.hotmail.com
Thanks for the pointers, Peter.
"Peter Haumer" <phaumer@us.ibm.com> wrote
> The schema has been generated from an UML model, which you also find on
> the EPF homepage as an html-published version of the model; so no UML tool
> required to review it.
Is there any way to generate a model which flattens out the several
<<merge>> relations in the package structure? It would help me grok this,
which might help me ...
> but if you would volunteer to write up a little tutorial while you are
> learning to use it
.... do this :-)
|
|
| |
Re: EPF Composer 1.0-M3-I20060503 [message #563168 is a reply to message #9493] |
Sat, 13 May 2006 22:11 |
Eclipse User |
|
|
|
Originally posted by: dedoig213.hotmail.com
Jim,
Where can I find an object model describing the structure of EPF content
including its extensibility mechanisms (I see references to 'extend',
'replace', etc.), and the schema for importing such extensions?
Does this version allow these extensions to be imported? (Not sure if that
is what 'library data' means).
Thanks!
"Jim Thario" <jethario@us.ibm.com> wrote in message
news:4459137D.5020402@us.ibm.com...
> Hi. There is a new integration build of EPF Composer available for
> download and testing. This build includes the addition of XML import and
> export of library data, and some Java 5 compliance fixes in the source.
>
> EPF Composer builds are available here:
> http://www.eclipse.org/epf/downloads/tool/tool_downloads.php
>
> Thanks!
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #563188 is a reply to message #9714] |
Sat, 13 May 2006 23:20 |
Peter Haumer Messages: 228 Registered: July 2009 |
Senior Member |
|
|
Hello DeDoig.
Yes, we need to spend more resources on creating documentation and
especially tutorials to get people started. IBM offers commercial training
classes on these concepts, which have not been donated to Eclipse, but we
will need to produce some content as part of the project asap. We are
welcoming any contribution from anyone, but I will also make it a personal
priority.
Currently you get a bit of an introduction on variability in the online
help. There is also a tutorial in the online-help, which however is not yet
updated to use OpenUP content (bugzilla is already filed), but you can read
through the tutorial to understand how it is being used.
--
Thanks and best regards,
Peter Haumer.
____________________________________________________________ __
PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"DeDoig" <dedoig213@hotmail.com> wrote in message
news:e45lil$bpv$1@utils.eclipse.org...
> Jim,
>
> Where can I find an object model describing the structure of EPF content
> including its extensibility mechanisms (I see references to 'extend',
> 'replace', etc.), and the schema for importing such extensions?
>
> Does this version allow these extensions to be imported? (Not sure if that
> is what 'library data' means).
>
> Thanks!
>
> "Jim Thario" <jethario@us.ibm.com> wrote in message
> news:4459137D.5020402@us.ibm.com...
>> Hi. There is a new integration build of EPF Composer available for
>> download and testing. This build includes the addition of XML import and
>> export of library data, and some Java 5 compliance fixes in the source.
>>
>> EPF Composer builds are available here:
>> http://www.eclipse.org/epf/downloads/tool/tool_downloads.php
>>
>> Thanks!
>
>
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #563549 is a reply to message #11229] |
Tue, 30 May 2006 05:59 |
Eclipse User |
|
|
|
Originally posted by: dedoig213.hotmail.com
Hi Peter,
Does the current version of EPF support XML import of content? If so, could
you suggest some starting points docs to understand the model, XSD, etc. in
order to start trying the import?
Thanks and best regards.
"Peter Haumer" <phaumer@us.ibm.com> wrote in message
news:e45pkh$7i0$1@utils.eclipse.org...
> Hello DeDoig.
> Yes, we need to spend more resources on creating documentation and
> especially tutorials to get people started. IBM offers commercial
> training classes on these concepts, which have not been donated to
> Eclipse, but we will need to produce some content as part of the project
> asap. We are welcoming any contribution from anyone, but I will also make
> it a personal priority.
>
> Currently you get a bit of an introduction on variability in the online
> help. There is also a tutorial in the online-help, which however is not
> yet updated to use OpenUP content (bugzilla is already filed), but you can
> read through the tutorial to understand how it is being used.
>
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #563636 is a reply to message #11717] |
Fri, 02 June 2006 02:38 |
Peter Haumer Messages: 228 Registered: July 2009 |
Senior Member |
|
|
Yes, if you get the latest EPF Composer builds you see "Export to XML" and
"Import XML" in the File --> Import... / Export... menus.
The xml schema is published on the EPF homepage
(http://www.eclipse.org/epf/tool_component/xml_schema.php). It contains
detailed annotations for understanding all elements and attributes. The
schema has been generated from an UML model, which you also find on the EPF
homepage as an html-published version of the model; so no UML tool required
to review it.
( http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.ecli pse.epf/design/UMA-model.zip?rev=HEAD&cvsroot=Technology _Project).
Unfortunately, there are no tutorial, yet, but if you would volunteer to
write up a little tutorial white you are learning to use it that would be
absolutely fantastic. The way I would start is by exporting some things and
analyzing the resulting xml files and then creating my own based on what I
have learned.
--
Thanks and best regards,
Peter Haumer.
____________________________________________________________ __
PETER HAUMER
IBM | Eclipse Process Framework Committer
____________________________________________________________ __
"DeDoig" <dedoig213@hotmail.com> wrote in message
news:e5gn0i$rou$1@utils.eclipse.org...
> Hi Peter,
>
> Does the current version of EPF support XML import of content? If so,
> could you suggest some starting points docs to understand the model, XSD,
> etc. in order to start trying the import?
>
> Thanks and best regards.
>
>
> "Peter Haumer" <phaumer@us.ibm.com> wrote in message
> news:e45pkh$7i0$1@utils.eclipse.org...
>> Hello DeDoig.
>> Yes, we need to spend more resources on creating documentation and
>> especially tutorials to get people started. IBM offers commercial
>> training classes on these concepts, which have not been donated to
>> Eclipse, but we will need to produce some content as part of the project
>> asap. We are welcoming any contribution from anyone, but I will also
>> make it a personal priority.
>>
>> Currently you get a bit of an introduction on variability in the online
>> help. There is also a tutorial in the online-help, which however is not
>> yet updated to use OpenUP content (bugzilla is already filed), but you
>> can read through the tutorial to understand how it is being used.
>>
>
>
|
|
|
Re: EPF Composer 1.0-M3-I20060503 [message #563683 is a reply to message #11862] |
Sat, 03 June 2006 06:05 |
Eclipse User |
|
|
|
Originally posted by: dedoig213.hotmail.com
Thanks for the pointers, Peter.
"Peter Haumer" <phaumer@us.ibm.com> wrote
> The schema has been generated from an UML model, which you also find on
> the EPF homepage as an html-published version of the model; so no UML tool
> required to review it.
Is there any way to generate a model which flattens out the several
<<merge>> relations in the package structure? It would help me grok this,
which might help me ...
> but if you would volunteer to write up a little tutorial while you are
> learning to use it
.... do this :-)
|
|
| |
Goto Forum:
Current Time: Sat Nov 09 02:09:02 GMT 2024
Powered by FUDForum. Page generated in 0.04251 seconds
|