Franz As far as I know, we have a lot of those features already.
1) I don't know of any differences between the backport concurrent and the real concurrent 2) If you use JDK1.5 you get the NIO transport with SSL 3) Same for annotations However, as regards generics, I agree it would be nice! Paul On 7/30/07, Franz Fehringer <[EMAIL PROTECTED]> wrote: > > Are there plans to upgrade to JDK 1.5 (improved multithreading, SSL with > NIO, annotations, generics, ..), perhaps with Axis2 1.4? > > Franz > > > Davanum Srinivas schrieb: > > Because, the baseline for Axis2 is JDK 1.4 > > -- dims > > On 7/27/07, Paul Fremantle <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > > Hi > > I'm looking at how to add ThreadPool support to Synapse and I've > looked at the Axis2 support. What I'm trying to figure out is why we > don't reuse the java.util.Concurrent interfaces but instead create our > own? > > In particular I'd like to be able to track items that are started (so > I can stop them when Synapse closes down or needs to clean up that > config). > > The obvious interface to do this is this one: > http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ExecutorService.html > > Because when you submit work you get back a Future which allows me to > cancel running work that is running. > > Paul > > -- > Paul Fremantle > Co-Founder and VP of Technical Sales, WSO2 > OASIS WS-RX TC Co-chair > > blog: http://[EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- > Dr. Franz Fehringer (Dipl. Math.) > Projektleiter Touristik-Systeme > ____________________________________ > ISO Software Systeme GmbH > Eichendorffstrasse 29 > 90491 Nürnberg > Germany > > Tel.: +49/(911) - 99594-0 > mailto:[EMAIL PROTECTED] <[EMAIL PROTECTED]>http://www.isogmbh.de > > Amtsgericht Nürnberg HRB 18299 > Geschäftsführer: Dipl.-Inform., Dipl.-Kaufm. Harald Goeb > Sitz: Nürnberg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com
