Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Fw: [ptp-dev] Question about AbstractRemoteResourceManagerConfigurationWizardPage.createContents

Greg
I'm looking at the wizard panels again, and it looks like it may not make 
sense to extend the AbstractRemoteManagerConfigurationWizardPage class 
since I think this means that we need to duplicate the GUI logic to manage 
all the widgets related to proxy setup and remote access in that class as 
well as adding our additional options for proxy invocation.

I'm thinking that we would just use that class directly, then implement a 
second proxy setup page, extending from RMConfigurationWizardPage where we 
would implement the logic to manage our proxy invocation options. This way 
we don't have problems staying in sync with 
AbstractRemoteManagerConfigurationWizardPage. It looks like the proxy 
configuration wizard is already set up to support this concept by the 
creation of an array with two elements, the 
AbstractRemoteManagerConfigurationWizardPage class followed by the new 
wizard page in PEResourceManagerConfigurationWizardPageFactory.getPages().

Does this make sense?

I guess the other alternative would be to create a pane in the 
createContents() method of AbstractRemoteManagerConfigurationWizardPage 
that we can access and create our additional widgets in that pane. 
Dave
----- Forwarded by Dave Wootton/Poughkeepsie/IBM on 08/27/2007 10:37 AM 
-----

Dave Wootton/Poughkeepsie/IBM
08/08/2007 11:54 AM

To
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
cc

Subject
Re: [ptp-dev] Question about 
AbstractRemoteResourceManagerConfigurationWizardPage.createContents





Greg
Rolf and I talked about this and think our extending this class to add the 
widgets for resource manager-unique options would be reasonable. I think 
this means defining some key we can use to store the options tring as well 
as a way to get/set it.
Dave



Greg Watson <g.watson@xxxxxxxxxxxx> 
Sent by: ptp-dev-bounces@xxxxxxxxxxx
08/07/2007 01:06 PM
Please respond to
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>


To
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
cc

Subject
Re: [ptp-dev] Question about 
AbstractRemoteResourceManagerConfigurationWizardPage.createContents






I was just going to change that to 'Launch server manually'. :-)

I didn't have any particular solution in mind. If you'd like to be 
able to override the default implementation to provide your own 
wizard page then that would probably be easiest for me. It could get 
a bit messy trying to provide enough flexibility on the current page 
for every implementation.

Greg

On Aug 7, 2007, at 12:25 PM, Dave Wootton wrote:

> When the second page of the resource wizard appears, there is text 
> at the
> bottom of the page next to a checkbox stating Launch ORTE server 
> manually,
> where ORTE should be able to be replaced by PE, LoadLeveler, etc. 
> We could
> implement our own wizard page extending this class to fix this, but 
> that
> seems like the wrong thing to do to fix a message string. However, 
> we have
> had some discussion about additional fields on this page for resource
> manager invocation options, such as run mode for the proxy (PE with or
> without LoadLeveler), turning on an internal proxy trace, etc.
> Is the intent to provide a generic wizard creation page that includes
> fields for proxy options, or would we be expected to provide our own
> implementation, which might be a little more user-friendly since we 
> could
> provide more appropriate widgets for specifying the options.
>
> Either way is fine, we just don't want to have more unique panels 
> than we
> really need.
>
> Thanks
> Dave
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
>

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




Back to the top