Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Adding Wizard pages at the end of JSF Project Wizard
Adding Wizard pages at the end of JSF Project Wizard [message #475068] Tue, 28 August 2007 06:38 Go to next message
Samrat Dhillon is currently offline Samrat DhillonFriend
Messages: 19
Registered: July 2009
Junior Member
Hi,

I want to add my own wizard pages at the end of Dynamic Web Project
Wizard (JSF Project Wizard). Right now I am extending WebProjectWizard
class and overriding the addPages method to add pages of the super class
and my own pages. But this method distorts the page sequence.

Please advice on how to implement this plugin.

Thanks and Regards
Samrat Dhillon
Re: Adding Wizard pages at the end of JSF Project Wizard [message #475070 is a reply to message #475068] Tue, 28 August 2007 15:26 Go to previous messageGo to next message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Samrat,

Have you considered creating your own facet with a dependency on the JSF
Facet? Can you describe what kinds of info you are trying to capture in
your wizard page? What is your use case?

Regards,
Gerry Kessler
WTP JSF Tools Team
Re: Adding Wizard pages at the end of JSF Project Wizard [message #475071 is a reply to message #475070] Wed, 29 August 2007 14:11 Go to previous messageGo to next message
Samrat Dhillon is currently offline Samrat DhillonFriend
Messages: 19
Registered: July 2009
Junior Member
I am creating a new project wizard , which will extends the current JSF
wizard and also capture information about the database configuration of
the project, to generate Hibernate configuration and code.

Regards
Samrat Dhillon


Gerry Kessler wrote:
> Samrat,
>
> Have you considered creating your own facet with a dependency on the JSF
> Facet? Can you describe what kinds of info you are trying to capture
> in your wizard page? What is your use case?
> Regards,
> Gerry Kessler
> WTP JSF Tools Team
>
Re: Adding Wizard pages at the end of JSF Project Wizard [message #475073 is a reply to message #475071] Wed, 29 August 2007 15:17 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
To me it sounds like you should consider a "Database Connectivity" facet.
If your facet should only be available when the JSF facet has been
selected, you can declare that dependency.

Please see the Faceted Project Framework documentation in the SDK Help for
more details.
Re: Adding Wizard pages at the end of JSF Project Wizard [message #614405 is a reply to message #475068] Tue, 28 August 2007 15:26 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Samrat,

Have you considered creating your own facet with a dependency on the JSF
Facet? Can you describe what kinds of info you are trying to capture in
your wizard page? What is your use case?

Regards,
Gerry Kessler
WTP JSF Tools Team
Re: Adding Wizard pages at the end of JSF Project Wizard [message #614407 is a reply to message #475070] Wed, 29 August 2007 14:11 Go to previous message
Samrat Dhillon is currently offline Samrat DhillonFriend
Messages: 19
Registered: July 2009
Junior Member
I am creating a new project wizard , which will extends the current JSF
wizard and also capture information about the database configuration of
the project, to generate Hibernate configuration and code.

Regards
Samrat Dhillon


Gerry Kessler wrote:
> Samrat,
>
> Have you considered creating your own facet with a dependency on the JSF
> Facet? Can you describe what kinds of info you are trying to capture
> in your wizard page? What is your use case?
> Regards,
> Gerry Kessler
> WTP JSF Tools Team
>
Re: Adding Wizard pages at the end of JSF Project Wizard [message #614409 is a reply to message #475071] Wed, 29 August 2007 15:17 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
To me it sounds like you should consider a "Database Connectivity" facet.
If your facet should only be available when the JSF facet has been
selected, you can declare that dependency.

Please see the Faceted Project Framework documentation in the SDK Help for
more details.
Previous Topic:Adding Wizard pages at the end of JSF Project Wizard
Next Topic:Release Notes
Goto Forum:
  


Current Time: Fri Mar 29 00:03:43 GMT 2024

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

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

Back to the top