[Pharo-dev] [Screencast] Using ZnLogEvents and GT Tools to look at HTTP traffic behind Monticello

2014-10-15 Thread Sven Van Caekenberghe
Using ZnLogEvents and GT Tools to look at HTTP traffic behind Monticello.

I love it when a plan comes together. Many small usability changes were added 
to GT Tools since they were included in Pharo 4. And a lot of small custom 
inspector presentations were added.

  http://youtu.be/rIBbeMdFCys  (be sure to select the 720p version)

This short screencast shows how to use ZnLogEvents and GT Tools in Pharo 4 to 
look at the HTTP traffic behing Monticello (more specifically, an 
MCSmalltalkhubRepository). This demonstrates how simple custom inspectors are 
combined to form a powerful tool - and how easy it is to learn about what is 
going on inside Pharo.

Sven


Re: [Pharo-dev] [Screencast] Using ZnLogEvents and GT Tools to look at HTTP traffic behind Monticello

2014-10-15 Thread Tudor Girba
Nice! :)

Doru

On Wed, Oct 15, 2014 at 3:55 PM, Sven Van Caekenberghe s...@stfx.eu wrote:

 Using ZnLogEvents and GT Tools to look at HTTP traffic behind Monticello.

 I love it when a plan comes together. Many small usability changes were
 added to GT Tools since they were included in Pharo 4. And a lot of small
 custom inspector presentations were added.

   http://youtu.be/rIBbeMdFCys  (be sure to select the 720p version)

 This short screencast shows how to use ZnLogEvents and GT Tools in Pharo 4
 to look at the HTTP traffic behing Monticello (more specifically, an
 MCSmalltalkhubRepository). This demonstrates how simple custom inspectors
 are combined to form a powerful tool - and how easy it is to learn about
 what is going on inside Pharo.

 Sven




-- 
www.tudorgirba.com

Every thing has its own flow


Re: [Pharo-dev] [Screencast] Using ZnLogEvents and GT Tools to look at HTTP traffic behind Monticello

2014-10-15 Thread p...@highoctane.be
Nice!

I'll try the Announcers thing on a Seaside session.

How would you do that? I mean DynamicVariables in GT.

​Phil


Re: [Pharo-dev] [Screencast] Using ZnLogEvents and GT Tools to look at HTTP traffic behind Monticello

2014-10-15 Thread Sven Van Caekenberghe

On 15 Oct 2014, at 21:57, p...@highoctane.be wrote:

 Nice!
 
 I'll try the Announcers thing on a Seaside session.
 
 How would you do that? I mean DynamicVariables in GT.
 
 ​Phil

I am not sure I understand the question.

I did/do Announcement based logging in Seaside, just firing them globally. But 
I did add a session ID to each log event so that you can keep them apart.

My custom WASession subclass adds its #key and #username to the log event 
objects.

I'll send you some example output in private.

Sven