On Wed, Nov 25, 2009 at 16:06, Shoaib Sufi <[email protected]> wrote:

> The release candidate for Taverna 2.1 is now available to download -
> see http://www.mygrid.org.uk/2009/11/taverna-21-release-candidate-1
> for details and it's on the front page at http://www.mygrid.org.uk/

Plugin developers:


The corresponding Maven artifacts have now been deployed to
http://www.mygrid.org.uk/maven/repository/

http://www.mygrid.org.uk/dev/wiki/display/developer/Module+version+numbers
lists what the different module version numbers are for 2.1 RC 1.

(This was as simple as clicking 'redeploy' on
http://www.mygrid.org.uk/hudson/job/net.sf.taverna.t2.builds.taverna-workbench.2.1-rc1/4/)


There should not be any API changes, except for the
ContextualViewFactory - where the contextual view now must be returned
as a list instead of as a singleton.  The simple solution is just to
do something like:

  return Arrays.<ContextualView>asList(myView);

(From the top of my head I don't remember the proper generics syntax)


This is due to the contextual view ('details') now allowing multiple
views, meaning that if you want to add a different 'details' view for
say Input ports or WSDL activities, you are free to do so. There is an
additional method to the contextual view that determines the position
compared to the other views that also matches.

(We are hoping that the upcoming BioCatalogue plugin will do this to
be able to show service descriptions for selections in a workflow)



-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/
Developers Guide: http://www.mygrid.org.uk/tools/developer-information

Reply via email to