Re: WOWODC 2016: call for papers!

2016-01-27 Thread Pascal Robert

> Le 2016-01-27 à 05:38, Dennis Bliefernicht  
> a écrit :
> 
> Hi everyone,
> 
>> On 23.11.2015, at 16:07, Pascal Robert  wrote:
>> 
>> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
>> even if it's not a complet list, before the end of the year would be great.
> 
> We're still going through the possibilities here, there are a few ideas 
> floating around right now (still list-in-progress):
> 
> - repeatable, automated end-to-end testing (building on Gradle and WODocker)

+100

> - using Jersey to build RESTful applications using WO and EOF

Hum. I would be interested to see how it’s better than ERRest.

> - Integrating AspectJ for logging and monitoring
> - runtime patching of classes using javassist and bytebuddy to safely patch 
> issues in EOF
> 
> I'd be happy to present some of these, if there's interest and space left; 
> the last two might also belong in a combined talk as they touch similar 
> issues (run-time transformation of classes).

There is space left, no problem for that.

> Another question in a similar direction: will there be some "small 
> session"-style slots as we had with the lightning talks on WOWODC 2015 for 
> shorter talks?

Yep.

> 
> Greetings
> Dennis
> 
> --
> 
> 
> 
> 
> 
> -
> Dennis Bliefernicht • Backend Development
> T +49 40 357 3001 62
> dennis.blieferni...@xyrality.com
> 
> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
> www.xyrality.com
> Registergericht: Hamburg HRB 115332
> Geschäftsführer: Sven Ossenbrüggen
> -
> 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2016-01-27 Thread Andrus Adamchik

> On Jan 27, 2016, at 2:09 PM, Pascal Robert  wrote:
> 
>> 
>> - using Jersey to build RESTful applications using WO and EOF
> 
> Hum. I would be interested to see how it’s better than ERRest.

And how it compares to LinkRest :)

Andrus


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2016-01-27 Thread Pascal Robert

> Le 2016-01-27 à 06:27, Andrus Adamchik  a écrit :
> 
> 
>> On Jan 27, 2016, at 2:09 PM, Pascal Robert  wrote:
>> 
>>> 
>>> - using Jersey to build RESTful applications using WO and EOF
>> 
>> Hum. I would be interested to see how it’s better than ERRest.
> 
> And how it compares to LinkRest :)

It would be good to see if LinkRest can be ported over EOF, or porting ERRest 
on top of Cayenne.

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2016-01-27 Thread Dennis Bliefernicht
Hi everyone,

> On 23.11.2015, at 16:07, Pascal Robert  wrote:
> 
> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
> even if it's not a complet list, before the end of the year would be great.

We're still going through the possibilities here, there are a few ideas 
floating around right now (still list-in-progress):

- repeatable, automated end-to-end testing (building on Gradle and WODocker)
- using Jersey to build RESTful applications using WO and EOF
- Integrating AspectJ for logging and monitoring
- runtime patching of classes using javassist and bytebuddy to safely patch 
issues in EOF

I'd be happy to present some of these, if there's interest and space left; the 
last two might also belong in a combined talk as they touch similar issues 
(run-time transformation of classes).

Another question in a similar direction: will there be some "small 
session"-style slots as we had with the lightning talks on WOWODC 2015 for 
shorter talks?

Greetings
Dennis

--





-
Dennis Bliefernicht • Backend Development
T +49 40 357 3001 62
dennis.blieferni...@xyrality.com

XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
www.xyrality.com 
Registergericht: Hamburg HRB 115332
Geschäftsführer: Sven Ossenbrüggen
-

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2016-01-07 Thread Andrus Adamchik
I'd like to build on the Cayenne/LinkRest topics presented previously in 
Hamburg and Montreal and to get into modern Java architectures and some aspects 
of Domain Driven Design. I am thinking of the following two things:

1. No container: example of modern Java stack with Bootique

Java application containers were introduced back in the era of big expensive 
hardware to assist with centralized management of collocated applications. In 
the days of virtualized cloud infrastructure these problems are solved outside 
of Java, making the containers all but obsolete. Instead we can build 
container-less apps runnable as .jar's. This presentation will demonstrate a 
stack following this approach based on Bootique [1], with Cayenne, LinkRest, 
etc. 

Perhaps we can also have a hackathon porting .woa to Bootique?

2. (still tentative) DB synchronization with LinkMove: a missing piece in your 
domain-driven design.

Domain Driven Design (DDD) is an great architectural approach for writing 
business software. One of its outcomes is that huge monolithic applications are 
broken into smaller cohesive and manageable "bounded contexts". This results in 
multiple smaller databases, with certain intentional data redundancy that needs 
synchronization. This presentation will show examples of such persistent models 
and how they can be kept in sync using an open-source Cayenne-based ETL tool 
called LinkMove [2]

Andrus

[1] https://github.com/nhl/bootique
[2] https://github.com/nhl/link-move


> On Nov 23, 2015, at 10:07 AM, Pascal Robert  wrote:
> 
> Hi guys,
> 
> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
> even if it's not a complet list, before the end of the year would be great.
> 
> I'm going to present two things:
> 
> - Modern WO deployment with Puppet and mod_proxy
> - Integration with other tools (JIRA, IMAP, phone systems).
> 
> Please send your topics to i...@wocommunity.org
> 
> See you in June 2015!
> 
> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/andrus%40objectstyle.org
> 
> This email sent to and...@objectstyle.org


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

RE: WOWODC 2016: call for papers!

2015-11-30 Thread Pascal Robert
They are available to paid members for now. They will be released for free in 
late February.



De : Theodore Petrosky <tedp...@yahoo.com>
Envoyé : 30 novembre 2015 13:35
À : Aaron Rosenzweig
Cc : Pascal Robert; WebObjects-Dev
Objet : Re: WOWODC 2016: call for papers!

When are the videos from last year available. I couldn't go.



On Nov 26, 2015, at 2:42 PM, Aaron Rosenzweig 
<aa...@chatnbike.com<mailto:aa...@chatnbike.com>> wrote:

Hi Pascal,

1) What is the planned hotel for the conference? I might purchase flight 
tickets now, they seem like a good price at the moment.

2) Topic idea (what I'd present):

"Single page apps with client side persistence and WO REST"

In Hamburg I showed what Single-Page-Apps are. I did not show how to persist 
information on a server. In this talk I'd show how to use WO for permanent 
storage via REST and also how to use local client storage when you are 
disconnected from the internet like in a metro-rail.

Cool?
Aaron Rosenzweig / Chat 'n Bike<http://www.chatnbike.com/>
e:  aa...@chatnbike.com<mailto:aa...@chatnbike.com>  t:  (301) 956-2319
[Chat 'n Bike]  [Chat 'n Bike]

On Nov 23, 2015, at 10:07 AM, Pascal Robert 
<prob...@macti.ca<mailto:prob...@macti.ca>> wrote:

Hi guys,

It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
even if it's not a complet list, before the end of the year would be great.

I'm going to present two things:

- Modern WO deployment with Puppet and mod_proxy
- Integration with other tools (JIRA, IMAP, phone systems).

Please send your topics to i...@wocommunity.org<mailto:i...@wocommunity.org>

See you in June 2015!




___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com<mailto:Webobjects-dev@lists.apple.com>)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com

This email sent to aa...@chatnbike.com<mailto:aa...@chatnbike.com>

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com<mailto:Webobjects-dev@lists.apple.com>)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com

This email sent to tedp...@yahoo.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2015-11-26 Thread Aaron Rosenzweig
Hi Pascal,

1) What is the planned hotel for the conference? I might purchase flight 
tickets now, they seem like a good price at the moment. 

2) Topic idea (what I’d present):

“Single page apps with client side persistence and WO REST”

In Hamburg I showed what Single-Page-Apps are. I did not show how to persist 
information on a server. In this talk I’d show how to use WO for permanent 
storage via REST and also how to use local client storage when you are 
disconnected from the internet like in a metro-rail.

Cool?
AARON ROSENZWEIG / Chat 'n Bike
e:  aa...@chatnbike.com  t:  (301) 956-2319 


On Nov 23, 2015, at 10:07 AM, Pascal Robert  wrote:

> Hi guys,
> 
> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
> even if it's not a complet list, before the end of the year would be great.
> 
> I'm going to present two things:
> 
> - Modern WO deployment with Puppet and mod_proxy
> - Integration with other tools (JIRA, IMAP, phone systems).
> 
> Please send your topics to i...@wocommunity.org
> 
> See you in June 2015!
> 
> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
> 
> This email sent to aa...@chatnbike.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

RE: WOWODC 2016: call for papers!

2015-11-26 Thread Pascal Robert

For the hotel, it's the Delta Montreal (same as 2014). And great topic!


De : Aaron Rosenzweig <recu...@cocoanutstech.com> de la part de Aaron 
Rosenzweig <aa...@chatnbike.com>
Envoyé : 26 novembre 2015 14:42
À : Pascal Robert
Cc : WebObjects Development
Objet : Re: WOWODC 2016: call for papers!

Hi Pascal,

1) What is the planned hotel for the conference? I might purchase flight 
tickets now, they seem like a good price at the moment.

2) Topic idea (what I'd present):

"Single page apps with client side persistence and WO REST"

In Hamburg I showed what Single-Page-Apps are. I did not show how to persist 
information on a server. In this talk I'd show how to use WO for permanent 
storage via REST and also how to use local client storage when you are 
disconnected from the internet like in a metro-rail.

Cool?
Aaron Rosenzweig / Chat 'n Bike<http://www.chatnbike.com>
e:  aa...@chatnbike.com<mailto:aa...@chatnbike.com>  t:  (301) 956-2319
[Chat 'n Bike]  [Chat 'n Bike]

On Nov 23, 2015, at 10:07 AM, Pascal Robert 
<prob...@macti.ca<mailto:prob...@macti.ca>> wrote:

Hi guys,

It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
even if it's not a complet list, before the end of the year would be great.

I'm going to present two things:

- Modern WO deployment with Puppet and mod_proxy
- Integration with other tools (JIRA, IMAP, phone systems).

Please send your topics to i...@wocommunity.org<mailto:i...@wocommunity.org>

See you in June 2015!




___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com<mailto:Webobjects-dev@lists.apple.com>)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com

This email sent to aa...@chatnbike.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2015-11-26 Thread Ken Anderson
Very cool!

> On Nov 26, 2015, at 2:42 PM, Aaron Rosenzweig  wrote:
> 
> Hi Pascal,
> 
> 1) What is the planned hotel for the conference? I might purchase flight 
> tickets now, they seem like a good price at the moment. 
> 
> 2) Topic idea (what I’d present):
> 
> “Single page apps with client side persistence and WO REST”
> 
> In Hamburg I showed what Single-Page-Apps are. I did not show how to persist 
> information on a server. In this talk I’d show how to use WO for permanent 
> storage via REST and also how to use local client storage when you are 
> disconnected from the internet like in a metro-rail.
> 
> Cool?
> AARON ROSENZWEIG / Chat 'n Bike
> e:  aa...@chatnbike.com  t:  (301) 956-2319   
>   
> 
>> On Nov 23, 2015, at 10:07 AM, Pascal Robert  wrote:
>> 
>> Hi guys,
>> 
>> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
>> even if it's not a complet list, before the end of the year would be great.
>> 
>> I'm going to present two things:
>> 
>> - Modern WO deployment with Puppet and mod_proxy
>> - Integration with other tools (JIRA, IMAP, phone systems).
>> 
>> Please send your topics to i...@wocommunity.org
>> 
>> See you in June 2015!
>> 
>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
>> 
>> This email sent to aa...@chatnbike.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/kenlists%40anderhome.com
> 
> This email sent to kenli...@anderhome.com
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

RE: WOWODC 2016: call for papers!

2015-11-23 Thread Pascal Robert
For JIRA, it will be a WO framework that is basically a REST client for the 
REST service built-in in JIRA. For the phone systems, it will be at least 
Switchvox from Digium.


De : Flavio Donadio <fla...@donadio.com.br>
Envoyé : 23 novembre 2015 10:49
À : Pascal Robert
Cc : WebObjects Development
Objet : Re: WOWODC 2016: call for papers!

> On 23/11/2015, at 13:07, Pascal Robert <prob...@macti.ca> wrote:
>
> - Integration with other tools (JIRA, IMAP, phone systems).

This is something I would really like to know more about, especially IMAP and 
phone systems. I am in the process of evaluating help desk / support systems 
right now and Jira has just scored one more point.

 I’ll be eagerly waiting for the recorded presentations, as I still can’t 
justify the investment to attend WOWODC, unfortunately.


Cheers,
Flavio

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2015-11-23 Thread Ken Anderson
Yes!

> On Nov 23, 2015, at 11:33 AM, Michael Kondratov  > wrote:
> 
> Is there any interest in a presentation on integrating EmberJS?
> Michael Kondratov
> Aspire Auctions, Inc.
> 216-231-5515
> 
>> On Nov 23, 2015, at 10:07 AM, Pascal Robert > > wrote:
>> 
>> Hi guys,
>> 
>> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
>> even if it's not a complet list, before the end of the year would be great.
>> 
>> I'm going to present two things:
>> 
>> - Modern WO deployment with Puppet and mod_proxy
>> - Integration with other tools (JIRA, IMAP, phone systems).
>> 
>> Please send your topics to i...@wocommunity.org 
>> 
>> See you in June 2015!
>> 
>> 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> )
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com
>>  
>> 
>> 
>> This email sent to mich...@aspireauctions.com 
>> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> )
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/kenlists%40anderhome.com
>  
> 
> 
> This email sent to kenli...@anderhome.com 
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2015-11-23 Thread Michael Kondratov
Is there any interest in a presentation on integrating EmberJS?
Michael Kondratov
Aspire Auctions, Inc.
216-231-5515

> On Nov 23, 2015, at 10:07 AM, Pascal Robert  wrote:
> 
> Hi guys,
> 
> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
> even if it's not a complet list, before the end of the year would be great.
> 
> I'm going to present two things:
> 
> - Modern WO deployment with Puppet and mod_proxy
> - Integration with other tools (JIRA, IMAP, phone systems).
> 
> Please send your topics to i...@wocommunity.org
> 
> See you in June 2015!
> 
> 
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com
> 
> This email sent to mich...@aspireauctions.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WOWODC 2016: call for papers!

2015-11-23 Thread Flavio Donadio

> On 23/11/2015, at 13:07, Pascal Robert  wrote:
> 
> - Integration with other tools (JIRA, IMAP, phone systems).

This is something I would really like to know more about, especially IMAP and 
phone systems. I am in the process of evaluating help desk / support systems 
right now and Jira has just scored one more point.

 I’ll be eagerly waiting for the recorded presentations, as I still can’t 
justify the investment to attend WOWODC, unfortunately.


Cheers,
Flavio
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

RE: WOWODC 2016: call for papers!

2015-11-23 Thread Pascal Robert
Sure!


De : Michael Kondratov <mich...@aspireauctions.com>
Envoyé : 23 novembre 2015 11:33
À : Pascal Robert
Cc : WebObjects Development
Objet : Re: WOWODC 2016: call for papers!

Is there any interest in a presentation on integrating EmberJS?
Michael Kondratov
Aspire Auctions, Inc.
216-231-5515

> On Nov 23, 2015, at 10:07 AM, Pascal Robert <prob...@macti.ca> wrote:
>
> Hi guys,
>
> It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
> even if it's not a complet list, before the end of the year would be great.
>
> I'm going to present two things:
>
> - Modern WO deployment with Puppet and mod_proxy
> - Integration with other tools (JIRA, IMAP, phone systems).
>
> Please send your topics to i...@wocommunity.org
>
> See you in June 2015!
>
>
>
>
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com
>
> This email sent to mich...@aspireauctions.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

WOWODC 2016: call for papers!

2015-11-23 Thread Pascal Robert
Hi guys,

It's that time of the year! Yes, I need topics for WOWODC 2016. Having them, 
even if it's not a complet list, before the end of the year would be great.

I'm going to present two things:

- Modern WO deployment with Puppet and mod_proxy
- Integration with other tools (JIRA, IMAP, phone systems).

Please send your topics to i...@wocommunity.org

See you in June 2015!




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com