|
From: Jody G. <jga...@re...> - 2008-04-22 00:11:15
|
Graham and myself implemented a couple of examples covering: - Process to Callable adapter (including Future<V> happy progress listener). - AbstractProcess, SimpleProcess and BeanProcessFactory super classes to get developers going quickly... Jody > Jody Garnett wrote: > >> Is this sufficient for your needs Martin? I am sorry but we have the >> hard and fast requirement to report on Progress as it happens (both for >> the Eclipse Jobs API and for the the WPS specification). >> >> > I got a couple questions: is there anymore requirements that we need to > know about on your end? We are kind of out of time for this scoping > exercise, we spent a lot of time getting a swing example ready to share > with you etc... > > I will note that we looked hard at Java 6 SwingWorker; it implements > both Runnable and Future in one go (and has extra API to report on > progress). My impression is this approach is not applicable to anyone's > needs; simply because we want the ability to swap out which executor is > doing the work ... and Java offers no interface at the Executor level > for this conversation. > > Cheers, > Jody > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Geotools-devel mailing list > Geo...@li... > https://lists.sourceforge.net/lists/listinfo/geotools-devel > |