Re: Heads up: Bayeux contribution

2008-02-12 Thread Filip Hanik - Dev Lists
status update, we're just waiting for the API update to have a 
shared/common server side API before we make the proposals


Filip

Filip Hanik - Dev Lists wrote:

Niall Pemberton wrote:

On Feb 5, 2008 2:06 PM, jean-frederic clere [EMAIL PROTECTED] wrote:
 

Yoav Shapira wrote:
   

On Feb 5, 2008 3:26 AM, jean-frederic clere [EMAIL PROTECTED] wrote:
 

The normal way is to go through the incubator process.


Why?  This is not a new project, Guy is not becoming a committer yet.
This is a code contribution from a committer and a volunteer.  It's
not different in spirit than a small new feature enhancement posted to
Bugzilla.  All we need is the iCLA from the volunteer and the code the
be posted to our public issue tracking system as a contribution.
  

It is just I thing it is too big for that.



Theres a short form incubator process for code donations - AIUI you
just vote to accept the donation, fill in the form and then your good
to go - details here:

http://incubator.apache.org/ip-clearance/index.html
  

yes, that would be the way to do it. I'll put it up for a vote

Filip

Niall

 

Cheers

Jean-Frederic


   

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Heads up: Bayeux contribution

2008-02-05 Thread jean-frederic clere

Filip Hanik - Dev Lists wrote:

Guy Molinari and myself have completed a Bayuex implementation.
You can find it at:
http://svn.hanik.com/viewvc/tomcat-bayeux/
user: tomcat
password: tomcat

We are now waiting for Guy's CLA to be registered and then we are ready 
to contribute it to the Tomcat code base.
We did rework the dojox.cometd server side API, just cleaned it up and 
simplified it a lot. We have proposed the changes back to them, but if 
they don't accept it, I'd suggest we branch off and create our own API 
for the server side components. As long as it follows the spec, that 
should be fine, as the spec is only for the protocol.


Feel free to test drive it and look over the code and provide any 
feedback/criticism you might have.


The normal way is to go through the incubator process.

Cheers

Jean-Frederic




note, the samples are not part of the contribution, only the server side 
Java code, instead we plan on creating new samples to demonstrate the 
different usages of the API.


Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Heads up: Bayeux contribution

2008-02-05 Thread Peter Rossbach

Hi Flilip and Guy,

Greate job, nice to see you cometd implementation.
Can you please active a dir tarball download at your viewvc or place  
a complete download release, otherwise?


Regards
Peter



Am 05.02.2008 um 04:16 schrieb Filip Hanik - Dev Lists:


Guy Molinari and myself have completed a Bayuex implementation.
You can find it at:
http://svn.hanik.com/viewvc/tomcat-bayeux/
user: tomcat
password: tomcat

We are now waiting for Guy's CLA to be registered and then we are  
ready to contribute it to the Tomcat code base.
We did rework the dojox.cometd server side API, just cleaned it up  
and simplified it a lot. We have proposed the changes back to them,  
but if they don't accept it, I'd suggest we branch off and create  
our own API for the server side components. As long as it follows  
the spec, that should be fine, as the spec is only for the protocol.


Feel free to test drive it and look over the code and provide any  
feedback/criticism you might have.


note, the samples are not part of the contribution, only the server  
side Java code, instead we plan on creating new samples to  
demonstrate the different usages of the API.


Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: Heads up: Bayeux contribution

2008-02-05 Thread Yoav Shapira
On Feb 5, 2008 3:26 AM, jean-frederic clere [EMAIL PROTECTED] wrote:
 The normal way is to go through the incubator process.

Why?  This is not a new project, Guy is not becoming a committer yet.
This is a code contribution from a committer and a volunteer.  It's
not different in spirit than a small new feature enhancement posted to
Bugzilla.  All we need is the iCLA from the volunteer and the code the
be posted to our public issue tracking system as a contribution.

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Heads up: Bayeux contribution

2008-02-05 Thread jean-frederic clere

Yoav Shapira wrote:

On Feb 5, 2008 3:26 AM, jean-frederic clere [EMAIL PROTECTED] wrote:

The normal way is to go through the incubator process.


Why?  This is not a new project, Guy is not becoming a committer yet.
This is a code contribution from a committer and a volunteer.  It's
not different in spirit than a small new feature enhancement posted to
Bugzilla.  All we need is the iCLA from the volunteer and the code the
be posted to our public issue tracking system as a contribution.


It is just I thing it is too big for that.

Cheers

Jean-Frederic



Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Heads up: Bayeux contribution

2008-02-05 Thread Peter Rossbach

Many thanks for info!
Peter



Am 05.02.2008 um 15:02 schrieb Filip Hanik - Dev Lists:


hi Peter,
http://svn.hanik.com/viewvc/tomcat-bayeux/build/
user: tomcat
pwd: tomcat

cometd.war contains the code and examples
tomcat-cometd.jar is only the core code

to check out the repo

svn co https://svn.hanik.com/repos/svn/tomcat-bayuex

Filip

Peter Rossbach wrote:

Hi Flilip and Guy,

Greate job, nice to see you cometd implementation.
Can you please active a dir tarball download at your viewvc or  
place a complete download release, otherwise?


Regards
Peter



Am 05.02.2008 um 04:16 schrieb Filip Hanik - Dev Lists:


Guy Molinari and myself have completed a Bayuex implementation.
You can find it at:
http://svn.hanik.com/viewvc/tomcat-bayeux/
user: tomcat
password: tomcat

We are now waiting for Guy's CLA to be registered and then we are  
ready to contribute it to the Tomcat code base.
We did rework the dojox.cometd server side API, just cleaned it  
up and simplified it a lot. We have proposed the changes back to  
them, but if they don't accept it, I'd suggest we branch off and  
create our own API for the server side components. As long as it  
follows the spec, that should be fine, as the spec is only for  
the protocol.


Feel free to test drive it and look over the code and provide any  
feedback/criticism you might have.


note, the samples are not part of the contribution, only the  
server side Java code, instead we plan on creating new samples to  
demonstrate the different usages of the API.


Filip

 
-

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





- 
---


No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.516 / Virus Database:  
269.19.20/1259 - Release Date: 2/4/2008 8:42 PM





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: Heads up: Bayeux contribution

2008-02-05 Thread Peter Rossbach
I thing the implementation is very small and a  valuable new tomcat  
example.


+1 to add cometd example to current tomcat 6 code base

Peter


Am 05.02.2008 um 15:06 schrieb jean-frederic clere:


Yoav Shapira wrote:
On Feb 5, 2008 3:26 AM, jean-frederic clere [EMAIL PROTECTED]  
wrote:

The normal way is to go through the incubator process.

Why?  This is not a new project, Guy is not becoming a committer yet.
This is a code contribution from a committer and a volunteer.  It's
not different in spirit than a small new feature enhancement  
posted to
Bugzilla.  All we need is the iCLA from the volunteer and the code  
the

be posted to our public issue tracking system as a contribution.


It is just I thing it is too big for that.

Cheers

Jean-Frederic


Yoav
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: Heads up: Bayeux contribution

2008-02-05 Thread Filip Hanik - Dev Lists

hi Peter,
http://svn.hanik.com/viewvc/tomcat-bayeux/build/
user: tomcat
pwd: tomcat

cometd.war contains the code and examples
tomcat-cometd.jar is only the core code

to check out the repo

svn co https://svn.hanik.com/repos/svn/tomcat-bayuex

Filip

Peter Rossbach wrote:

Hi Flilip and Guy,

Greate job, nice to see you cometd implementation.
Can you please active a dir tarball download at your viewvc or place a 
complete download release, otherwise?


Regards
Peter



Am 05.02.2008 um 04:16 schrieb Filip Hanik - Dev Lists:


Guy Molinari and myself have completed a Bayuex implementation.
You can find it at:
http://svn.hanik.com/viewvc/tomcat-bayeux/
user: tomcat
password: tomcat

We are now waiting for Guy's CLA to be registered and then we are 
ready to contribute it to the Tomcat code base.
We did rework the dojox.cometd server side API, just cleaned it up 
and simplified it a lot. We have proposed the changes back to them, 
but if they don't accept it, I'd suggest we branch off and create our 
own API for the server side components. As long as it follows the 
spec, that should be fine, as the spec is only for the protocol.


Feel free to test drive it and look over the code and provide any 
feedback/criticism you might have.


note, the samples are not part of the contribution, only the server 
side Java code, instead we plan on creating new samples to 
demonstrate the different usages of the API.


Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.20/1259 - Release Date: 2/4/2008 8:42 PM
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Heads up: Bayeux contribution

2008-02-05 Thread Filip Hanik - Dev Lists

sorry, the link is

svn co --username tomcat http://svn.hanik.com/svn/repos/tomcat-bayeux

Filip

Peter Rossbach wrote:

Many thanks for info!
Peter



Am 05.02.2008 um 15:02 schrieb Filip Hanik - Dev Lists:


hi Peter,
http://svn.hanik.com/viewvc/tomcat-bayeux/build/
user: tomcat
pwd: tomcat

cometd.war contains the code and examples
tomcat-cometd.jar is only the core code

to check out the repo

svn co https://svn.hanik.com/repos/svn/tomcat-bayuex

Filip

Peter Rossbach wrote:

Hi Flilip and Guy,

Greate job, nice to see you cometd implementation.
Can you please active a dir tarball download at your viewvc or place 
a complete download release, otherwise?


Regards
Peter



Am 05.02.2008 um 04:16 schrieb Filip Hanik - Dev Lists:


Guy Molinari and myself have completed a Bayuex implementation.
You can find it at:
http://svn.hanik.com/viewvc/tomcat-bayeux/
user: tomcat
password: tomcat

We are now waiting for Guy's CLA to be registered and then we are 
ready to contribute it to the Tomcat code base.
We did rework the dojox.cometd server side API, just cleaned it up 
and simplified it a lot. We have proposed the changes back to them, 
but if they don't accept it, I'd suggest we branch off and create 
our own API for the server side components. As long as it follows 
the spec, that should be fine, as the spec is only for the protocol.


Feel free to test drive it and look over the code and provide any 
feedback/criticism you might have.


note, the samples are not part of the contribution, only the server 
side Java code, instead we plan on creating new samples to 
demonstrate the different usages of the API.


Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





 



No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 
269.19.20/1259 - Release Date: 2/4/2008 8:42 PM





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.516 / Virus Database: 269.19.20/1259 - Release Date: 2/4/2008 8:42 PM
  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Heads up: Bayeux contribution

2008-02-05 Thread Niall Pemberton
On Feb 5, 2008 2:06 PM, jean-frederic clere [EMAIL PROTECTED] wrote:
 Yoav Shapira wrote:
  On Feb 5, 2008 3:26 AM, jean-frederic clere [EMAIL PROTECTED] wrote:
  The normal way is to go through the incubator process.
 
  Why?  This is not a new project, Guy is not becoming a committer yet.
  This is a code contribution from a committer and a volunteer.  It's
  not different in spirit than a small new feature enhancement posted to
  Bugzilla.  All we need is the iCLA from the volunteer and the code the
  be posted to our public issue tracking system as a contribution.

 It is just I thing it is too big for that.

Theres a short form incubator process for code donations - AIUI you
just vote to accept the donation, fill in the form and then your good
to go - details here:

http://incubator.apache.org/ip-clearance/index.html

Niall

 Cheers

 Jean-Frederic


 
  Yoav
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Heads up: Bayeux contribution

2008-02-05 Thread Filip Hanik - Dev Lists

Niall Pemberton wrote:

On Feb 5, 2008 2:06 PM, jean-frederic clere [EMAIL PROTECTED] wrote:
  

Yoav Shapira wrote:


On Feb 5, 2008 3:26 AM, jean-frederic clere [EMAIL PROTECTED] wrote:
  

The normal way is to go through the incubator process.


Why?  This is not a new project, Guy is not becoming a committer yet.
This is a code contribution from a committer and a volunteer.  It's
not different in spirit than a small new feature enhancement posted to
Bugzilla.  All we need is the iCLA from the volunteer and the code the
be posted to our public issue tracking system as a contribution.
  

It is just I thing it is too big for that.



Theres a short form incubator process for code donations - AIUI you
just vote to accept the donation, fill in the form and then your good
to go - details here:

http://incubator.apache.org/ip-clearance/index.html
  

yes, that would be the way to do it. I'll put it up for a vote

Filip

Niall

  

Cheers

Jean-Frederic




Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]