Hi,

I am trying to following this documentation to configure service providers
http://www.mygrid.org.uk/dev/wiki/display/developer/3.+Configuring+service+providers

Sorry if I'm missing something, but the first part says
"First modify the class so that it instead implements  the 
net.sf.taverna.t2.servicedescriptions.ConfigurableServiceProvider interface. 
We'll also subclass the helper class 
net.sf.taverna.t2.servicedescriptions.AbstractConfigurableServiceProvider which 
implements the methods clone(), configure(), getConfiguration and 
getDefaultConfigurations() for us. We'll need to specify the class for the 
service provider configuration, let's use the non-existing 
ExampleServiceProviderConfig for now.

public class ExampleServiceProvider extends
        AbstractConfigurableServiceProvider<ExampleServiceProviderConfig> 
implements
        ConfigurableServiceProvider<ExampleServiceProviderConfig> {"

My first question is am I supposed to paste this 3 lines of code to a file?  If 
so, which file?

Then the documentation says "First right click on ExampleServiceProviderConfig 
and select Quick fix (you may also press Ctrl-1 or ?-1). Select Create class 
ExampleServiceProviderConfig to create the new class."

Where do I click on ExampleServiceProviderConfig?  Is it in Eclipse or Taverna? 
 I couldn't any this in any of them.

Thanks
Jane

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/
Developers Guide: http://www.taverna.org.uk/developers/

Reply via email to