On Tue, Oct 26, 2010 at 22:51, Jane Ren <[email protected]> wrote: > I am trying to following this documentation to configure service providers > http://www.mygrid.org.uk/dev/wiki/display/developer/3.+Configuring+service+providers > 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?
To ExampleServiceProvider.java, using Eclipse. The tutorial assumes you've followed the steps from the beginning and generated the example code. See http://www.mygrid.org.uk/dev/wiki/display/developer/1.+Service+descriptions and the first tutorial http://www.mygrid.org.uk/dev/wiki/display/developer/Tutorial+-+Service+invocation+plugin -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ 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/
