Hi all, after repeatedly parsing workflow files (creating Dataflow instances), I wonder if it is possibly to store such a created Dataflow object on a file for faster access once it was created. My approach using Serializable failed, also the manual one with writing a byte[] of a Dataflow object because of java.io.NotSerializableException: net.sf.taverna.t2.workflowmodel.impl.DataflowImpl.
As the DataflowImpl does not allow to store such an object on filesystem, I'd like to ask if there is a way around to access a previously generated/parsed Dataflow object without creating a Dataflow instance de novo, taking additional time? Regards, Michael -- Michael Gerlich Group Bioinformatics & Mass Spectrometry Leibniz Institute of Plant Biochemistry 06120 Halle, Germany ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ taverna-hackers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-hackers Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
