Continuations logging

View: New views
4 Messages — Rating Filter:   Alert me  

Continuations logging

by Patrick Lightbody-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Would you be interested in using Commons Logging in
Rife/continuations? I have no problem with JDK logging really. The
only issue I'm having is that we want WebWork to be 1.3 compatible, so
that leaves me with two choices:

1) Abstract Rife/continuations integration in a manner that doesn't
use static linking.
2) Change Rife/continuations to work with Java 1.3.

I looked in to #2 and it was really easy. What do you think?

Patrick

PS: WebWork 2.2 will be our last Java 1.3 release. After this we'll
require 1.4 and then Java 5.


Re: Continuations logging

by Geert Bevin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Patrick,

I don't want to rely on common-logging at all since the all core RIFE  
features work with only the RIFE jar without any dependencies. We  
want it to stay that way.

The only solution I can see to make this work, is to create a  
ConfigurationLogger class and set that in ContinuationConfig. Like  
that we can both decide on the logging dependencies we're using.  
Would that work?

Geert

On 30-sep-05, at 04:18, Patrick Lightbody wrote:

> Would you be interested in using Commons Logging in
> Rife/continuations? I have no problem with JDK logging really. The
> only issue I'm having is that we want WebWork to be 1.3 compatible, so
> that leaves me with two choices:
>
> 1) Abstract Rife/continuations integration in a manner that doesn't
> use static linking.
> 2) Change Rife/continuations to work with Java 1.3.
>
> I looked in to #2 and it was really easy. What do you think?
>
> Patrick
>
> PS: WebWork 2.2 will be our last Java 1.3 release. After this we'll
> require 1.4 and then Java 5.
> _______________________________________________
> Rife-devel mailing list
> Rife-devel@...
> http://www.uwyn.com/mailman/listinfo/rife-devel
>
>

--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net




Re: Continuations logging

by Patrick Lightbody-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hehe, sure. Kind of funny - an abstraction for an abstraction :P

Before we do this, I'll see about just making WebWork not couple so  
tightly with rife-continuations.jar. I'll let you know.

On Sep 29, 2005, at 10:10 PM, Geert Bevin wrote:

> Hi Patrick,
>
> I don't want to rely on common-logging at all since the all core  
> RIFE features work with only the RIFE jar without any dependencies.  
> We want it to stay that way.
>
> The only solution I can see to make this work, is to create a  
> ConfigurationLogger class and set that in ContinuationConfig. Like  
> that we can both decide on the logging dependencies we're using.  
> Would that work?
>
> Geert
>
> On 30-sep-05, at 04:18, Patrick Lightbody wrote:
>
>
>> Would you be interested in using Commons Logging in
>> Rife/continuations? I have no problem with JDK logging really. The
>> only issue I'm having is that we want WebWork to be 1.3  
>> compatible, so
>> that leaves me with two choices:
>>
>> 1) Abstract Rife/continuations integration in a manner that doesn't
>> use static linking.
>> 2) Change Rife/continuations to work with Java 1.3.
>>
>> I looked in to #2 and it was really easy. What do you think?
>>
>> Patrick
>>
>> PS: WebWork 2.2 will be our last Java 1.3 release. After this we'll
>> require 1.4 and then Java 5.
>> _______________________________________________
>> Rife-devel mailing list
>> Rife-devel@...
>> http://www.uwyn.com/mailman/listinfo/rife-devel
>>
>>
>>
>
> --
> Geert Bevin                       Uwyn bvba
> "Use what you need"               Avenue de Scailmont 34
> http://www.uwyn.com               7170 Manage, Belgium
> gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03
>
> PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
> Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net
>
>
>



Re: Continuations logging

by Geert Bevin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well, the reason is that clogging really is intrusive and sometimes  
creates problems. It creates a hard dependency that has to be pulled  
in when using RIFE/Continuations, so letting the using of the lib  
decide is the best I can think of atm.

On 30-sep-05, at 07:13, Patrick Lightbody wrote:

> Hehe, sure. Kind of funny - an abstraction for an abstraction :P
>
> Before we do this, I'll see about just making WebWork not couple so  
> tightly with rife-continuations.jar. I'll let you know.
>
> On Sep 29, 2005, at 10:10 PM, Geert Bevin wrote:
>
>
>> Hi Patrick,
>>
>> I don't want to rely on common-logging at all since the all core  
>> RIFE features work with only the RIFE jar without any  
>> dependencies. We want it to stay that way.
>>
>> The only solution I can see to make this work, is to create a  
>> ConfigurationLogger class and set that in ContinuationConfig. Like  
>> that we can both decide on the logging dependencies we're using.  
>> Would that work?
>>
>> Geert
>>
>> On 30-sep-05, at 04:18, Patrick Lightbody wrote:
>>
>>
>>
>>> Would you be interested in using Commons Logging in
>>> Rife/continuations? I have no problem with JDK logging really. The
>>> only issue I'm having is that we want WebWork to be 1.3  
>>> compatible, so
>>> that leaves me with two choices:
>>>
>>> 1) Abstract Rife/continuations integration in a manner that doesn't
>>> use static linking.
>>> 2) Change Rife/continuations to work with Java 1.3.
>>>
>>> I looked in to #2 and it was really easy. What do you think?
>>>
>>> Patrick
>>>
>>> PS: WebWork 2.2 will be our last Java 1.3 release. After this we'll
>>> require 1.4 and then Java 5.
>>> _______________________________________________
>>> Rife-devel mailing list
>>> Rife-devel@...
>>> http://www.uwyn.com/mailman/listinfo/rife-devel
>>>
>>>
>>>
>>>
>>
>> --
>> Geert Bevin                       Uwyn bvba
>> "Use what you need"               Avenue de Scailmont 34
>> http://www.uwyn.com               7170 Manage, Belgium
>> gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03
>>
>> PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
>> Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net
>>
>>
>>
>>
>
>

--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net



 
 
 
Google
rifers.org web