Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » reuse the project facets framework for other wizards
reuse the project facets framework for other wizards [message #213240] Sun, 04 May 2008 09:16 Go to next message
Raster R is currently offline Raster RFriend
Messages: 77
Registered: July 2009
Member
Hi,

The create project facets and modify project facet wizards provide two
things.
1. A means of adding / modifying project facets.
2. A very flexible and extendible wizard framework.

Is it possible to reuse the wizard framework the gui part for some other
custom wizards where there is a core wizard and one can allow third
parties to plug into the core wizard, wizard pages the same way facet
wizard pages are added?

R
Re: reuse the project facets framework for other wizards [message #213669 is a reply to message #213240] Tue, 13 May 2008 05:05 Go to previous messageGo to next message
Raster R is currently offline Raster RFriend
Messages: 77
Registered: July 2009
Member
I had asked this question. Is it possible?

Hi,

The create project facets and modify project facet wizards provide two
things.
1. A means of adding / modifying project facets.
2. A very flexible and extendible wizard framework.

Is it possible to reuse the wizard framework the gui part for some other
custom wizards where there is a core wizard and one can allow third
parties to plug into the core wizard, wizard pages the same way facet
wizard pages are added?

R
Re: reuse the project facets framework for other wizards [message #213693 is a reply to message #213669] Tue, 13 May 2008 15:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kosta.bea.com

The faceted project framework is not a generic extensible wizard
framework, so if I am understanding what you are trying to do correctly,
it is not possible.

- Konstantin
Re: reuse the project facets framework for other wizards [message #213856 is a reply to message #213693] Wed, 14 May 2008 15:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kosta.bea.com

> Do you think there can be a need for making a component out of some
> portions of the project faceted famework?
> The idea is that other tool developers would love to have some
similar > wizards of their own wherein they can allow more people to
plug their > wizard pages into the main wizard.

> Is it not possible to refactor the existing code and achieve this?
Any > possiblity of doing this?

Faceted project framework has some very specific requirements for the
wizard framework that is part of it. These requirements preclude that
code from being reusable as a generic extensible wizard framework.

Note that there are number of generic extensible wizard frameworks
already in existence. One such framework is the data model wizard
framework that is also part of WTP. Take a look at the following two
plugins:

org.eclipse.wst.common.frameworks
org.eclipse.wst.common.frameworks.ui

The following packages are relevant:

org.eclipse.wst.common.frameworks.datamodel
org.eclipse.wst.common.frameworks.internal.datamodel.ui

- Konstantin
Re: reuse the project facets framework for other wizards [message #213923 is a reply to message #213856] Fri, 16 May 2008 04:15 Go to previous message
Raster R is currently offline Raster RFriend
Messages: 77
Registered: July 2009
Member
Hi,

Thanks. I will try using it. Any pointers - urls, docs etc to help in my
learning?

R
Previous Topic:XML formatting
Next Topic:Renaming a project does not update org.eclipse.wst.common.component
Goto Forum:
  


Current Time: Thu Apr 18 06:36:04 GMT 2024

Powered by FUDForum. Page generated in 0.04966 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top