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 <[hidden email]>: > Send Pharo-users mailing list submissions to > [hidden email] > > 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 > [hidden email] > > You can reach the person managing the list at > [hidden email] > > 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 ([hidden email]) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 06 Apr 2016 16:08:14 +0200 > From: Damien Cassou <[hidden email]> > To: Thibault ARLOING <[hidden email]>, Any question about > pharo is welcome <[hidden email]> > Subject: Re: [Pharo-users] flags in pharo > Message-ID: <[hidden email]> > Content-Type: text/plain > > Thibault ARLOING <[hidden email]> 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" <[hidden email]> > To: "Any question about pharo is welcome" > <[hidden email]> > 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.html > > or hosted somewhere like on Pharocloud > > https://www.pharocloud.com/kb > >>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: "[hidden email]" <[hidden email]> > To: Any question about pharo is welcome <[hidden email]> > Subject: Re: [Pharo-users] flags in pharo > Message-ID: > <CAMynPtzQ6sKqV=ob_JbDEcT=hU=[hidden email]> > 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 <[hidden email]> > wrote: > >> Thibault ARLOING <[hidden email]> 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 >> >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://lists.pharo.org/pipermail/pharo-users_lists.pharo.org/attachments/20160406/fbbc75a4/attachment-0001.html> > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Pharo-users mailing list > [hidden email] > http://lists.pharo.org/mailman/listinfo/pharo-users_lists.pharo.org > > > ------------------------------ > > End of Pharo-users Digest, Vol 36, Issue 12 > ******************************************* |
Free forum by Nabble | Edit this page |