Hi Torsten, Thanks fro you reply. I have try to deploy some test app and it work. Best Regards 2016-04-06 18:00 GMT+02:00 <pharo-users-request@lists.pharo.org>:
Send Pharo-users mailing list submissions to pharo-users@lists.pharo.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.pharo.org/mailman/listinfo/pharo-users_lists.pharo.org or, via email, send a message with subject or body 'help' to pharo-users-request@lists.pharo.org
You can reach the person managing the list at pharo-users-owner@lists.pharo.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Pharo-users digest..."
Today's Topics:
1. Re: flags in pharo (Damien Cassou) 2. Building an application with pharo (Torsten Bergmann) 3. Re: flags in pharo (phil@highoctane.be)
----------------------------------------------------------------------
Message: 1 Date: Wed, 06 Apr 2016 16:08:14 +0200 From: Damien Cassou <damien.cassou@inria.fr> To: Thibault ARLOING <thibault.arloing@hotmail.fr>, Any question about pharo is welcome <pharo-users@lists.pharo.org> Subject: Re: [Pharo-users] flags in pharo Message-ID: <87twjex229.fsf@inria.fr> Content-Type: text/plain
Thibault ARLOING <thibault.arloing@hotmail.fr> writes:
I finally found want i search, so the flags were not useful !
i just wanted to know, in a method, if i already pass through the previous method.
I just have to transport an additional information.
I was starting to be afraid when Phil proposed MethodWrappers :-). I think you can do much more simple than that.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
------------------------------
Message: 2 Date: Wed, 6 Apr 2016 16:12:45 +0200 From: "Torsten Bergmann" <astares@gmx.de> To: "Any question about pharo is welcome" <pharo-users@lists.pharo.org> Subject: [Pharo-users] Building an application with pharo Message-ID: <trinity-ed37acac-e6e2-49d2-9944-56376a02a15f-1459951965581@3capp-gmx-bs26>
Content-Type: text/plain; charset=UTF-8
Arnaud wrote:
How can an application develop in pharo be deployed(web application and stand alone application)?
Highly depends on what kind of application you develop (installable rich client or web application for deployment on a user machine or a hosted system using a cloud provider)
Some pointers when you deploy for a machine installation:
http://zn.stfx.eu/zn/build-and-deploy-1st-webapp/ https://pharo.fogbugz.com/?W78 http://pillarhub.pharocloud.com/hub/demarey/ez5m8nnaojww0rrnvnih9l4uy http://lists.gforge.inria.fr/pipermail/pharo-project/2010-February/021450.ht...
or hosted somewhere like on Pharocloud
How can i capture frame and packet in a network using pharo?
you need something that intercepts network communication. https://www.wireshark.org comes to mind.
You could possibly bind directly to libpcap (a portable C/C++ library for network traffic capture that is used by Wireshark) using Pharos Universal FFI. There is also WinPcap for Windows.
Bye T.
------------------------------
Message: 3 Date: Wed, 6 Apr 2016 17:40:23 +0200 From: "phil@highoctane.be" <phil@highoctane.be> To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Subject: Re: [Pharo-users] flags in pharo Message-ID: <CAMynPtzQ6sKqV=ob_JbDEcT=hU=giUCSwXvCR8AzjtcgFrT-3w@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
Bah, we have MetaLinks now, what's so scary about MethodWrappers?
On Wed, Apr 6, 2016 at 4:08 PM, Damien Cassou <damien.cassou@inria.fr> wrote:
Thibault ARLOING <thibault.arloing@hotmail.fr> writes:
I finally found want i search, so the flags were not useful !
i just wanted to know, in a method, if i already pass through the previous method.
I just have to transport an additional information.
I was starting to be afraid when Phil proposed MethodWrappers :-). I think you can do much more simple than that.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill