Apache Web Profile Edition of the Java EE 6 standard ?

2009-12-02 Thread Matthias Wessendorf
FYI http://markmail.org/message/kbnb2imqdohkra7f -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf - To

Re: JSR 315 - status ?

2009-09-01 Thread Matthias Wessendorf
On Tue, Sep 1, 2009 at 1:47 PM, Remy Maucherat wrote: > On Tue, 2009-09-01 at 13:40 +0200, Matthias Wessendorf wrote: >> Is there no Tomcat developer an active member on the JSR ? > > You do understand this is confidential information, right ? Follow the > JCP progress and announ

Re: JSR 315 - status ?

2009-09-01 Thread Matthias Wessendorf
Is there no Tomcat developer an active member on the JSR ? -Matthias On Mon, Aug 31, 2009 at 8:51 PM, Matthias Wessendorf wrote: > Hi there, > > Does one know what the current status of JSR 315 is ? Will it be final soon? > I think last what I heard was that Filip said - on ACon

JSR 315 - status ?

2009-08-31 Thread Matthias Wessendorf
Hi there, Does one know what the current status of JSR 315 is ? Will it be final soon? I think last what I heard was that Filip said - on ACon EU, in April, that it may be final in September 09. -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http

[bayeux] Listener interface

2009-03-27 Thread Matthias Wessendorf
Since the deliver() method of an Listener impl is called when the client receives a Message (ClientImpl.deliverInternal()), shouldn't it be better called receive ? -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwesse

[bayeux] Bayeux.getChannels()

2009-03-27 Thread Matthias Wessendorf
public List getChannels() is there a reason why this is not a Set ? -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf

Re: [comet] state of the implementation

2009-01-19 Thread Matthias Wessendorf
subscribe, e-mail: dev-unsubscr...@tomcat.apache.org >> For additional commands, e-mail: dev-h...@tomcat.apache.org >> >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendo

Re: [comet] state of the implementation

2009-01-19 Thread Matthias Wessendorf
On Mon, Jan 19, 2009 at 3:36 PM, Remy Maucherat wrote: > On Mon, 2009-01-19 at 14:50 -0800, Matthias Wessendorf wrote: >> hi, >> >> looking at the tomcat comet module [1] and comparing it to the one in >> jetty/dojo [2], >> I wonder if the package (api-p

[comet] state of the implementation

2009-01-19 Thread Matthias Wessendorf
subfolders) [2] http://svn.cometd.com/trunk/cometd-java/api/src/main/java/org/cometd/ [3] The package dojox.cometd was renamed to org.cometd --> http://cometdproject.dojotoolkit.org/documentation/cometd-java -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.sl

[EL] ValueExpression.isReadOnly() - Tomcat 6 Bug ?

2008-01-10 Thread Matthias Wessendorf
ot;" (empty). In tomcat 6. which uses this EL-Impl "org.apache.jasper.el.JspValueExpression", it returns NULL Now, I wonder what the correct EL behavior is. Discussion on JSF-RI (Glasfish) and MyFaces-Dev agreed, that NULL may be wrong. What is your take on that