does anyone know of any tutorials for using flex and .Net authentication with fluorine.
I know there is the sample thats include with fluorine, but just wondered if anyone had written up a tutorial, maybe even include a registation system??
> From:
fluorine-request@...> Subject: fluorine Digest, Vol 37, Issue 22
> To:
fluorine@...> Date: Wed, 25 Mar 2009 12:00:04 +0200
>
> Send fluorine mailing list submissions to
>
fluorine@...>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com
>
> or, via email, send a message with subject or body 'help' to
>
fluorine-request@...>
> You can reach the person managing the list at
>
fluorine-owner@...>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of fluorine digest..."
>
>
> Today's Topics:
>
> 1. Workflow - accessing data services on a mac from a remote
> asp.net server (Nathan Richards)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 24 Mar 2009 10:49:46 +0000
> From: Nathan Richards <
naths_email@...>
> Subject: [Fluorine] Workflow - accessing data services on a mac from a
> remote asp.net server
> To: <
fluorine@...>
> Message-ID: <
BAY107-W48CCD49FF3D9B6A7FD9357C1930@...>
> Content-Type: text/plain; charset="windows-1252"
>
>
> Thanks francois and cmatech
>
> those links look really useful, our flex developer is mac based so i think that scplugin is the one to use rather than Tortoise SVN.
>
> What I'm more interesting in finding out is if it possible to set this up so that our guy on the mac can still access the asp.net data services whilst debugging and if we need to do anything to make this happen?
>
> Thanks again
>
> Nath
>
>
> > From:
fluorine-request@...> > Subject: fluorine Digest, Vol 37, Issue 21
> > To:
fluorine@...> > Date: Tue, 24 Mar 2009 12:00:04 +0200
> >
> > Send fluorine mailing list submissions to
> >
fluorine@...> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com
> >
> > or, via email, send a message with subject or body 'help' to
> >
fluorine-request@...> >
> > You can reach the person managing the list at
> >
fluorine-owner@...> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of fluorine digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: Type Mapping byte[] to Array instead of ByteArray (Support)
> > 2. Suggested workflow (Nathan Richards)
> > 3. Asp.net MVC (Bruno Barreto)
> > 4. Re: Suggested workflow (Francois Pomerleau)
> > 5. Re: Suggested workflow (cmatech)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Mon, 23 Mar 2009 15:46:14 +0200
> > From: "Support" <
support@...>
> > Subject: Re: [Fluorine] Type Mapping byte[] to Array instead of
> > ByteArray
> > To: "'Fluorine Mailing List'" <
fluorine@...>
> > Message-ID: <3108BDF387E14AFAB18BA96E6B7A6031@zoli>
> > Content-Type: text/plain; charset="us-ascii"
> >
> > Hi,
> >
> > Please get the latest version from SVN
> >
> > I've just checked BlazeDS too and it seems that this conversion must be
> > performed whenever a byte[] is encountered (no flag controlling if it should
> > be serialized as a number array or ByteArray in AMF3)
> >
> > Zoli
> >
> > _____
> >
> > From:
fluorine-bounces@...> > [mailto:
fluorine-bounces@...] On Behalf Of James
> > Crossley
> > Sent: Sunday, March 22, 2009 6:55 AM
> > To: 'Fluorine Mailing List'
> > Subject: [Fluorine] Type Mapping byte[] to Array instead of ByteArray
> >
> >
> >
> > Dot Net properties of type byte[] are mapped by Fluorine as ActionScript
> > type Array instead of ByteArray.
> >
> > How can we get Fluorine to send across a ByteArray instead of an Array
> > without changing the Fluorine code in the reflection based property type
> > mapper?
> >
> > Thanks
> >
> > James
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <http://fluorine.thesilentgroup.com/mailman/private/fluorine_fluorine.thesilentgroup.com/attachments/20090323/73add4bb/attachment-0001.html>
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Mon, 23 Mar 2009 17:12:53 +0000
> > From: Nathan Richards <
naths_email@...>
> > Subject: [Fluorine] Suggested workflow
> > To: <
fluorine@...>
> > Message-ID: <
BAY107-W2419E3CF5968CA9B871300C1920@...>
> > Content-Type: text/plain; charset="windows-1252"
> >
> >
> > Hi
> >
> > We are looking at trying to set up a test development environment for an ASP.net developer (PC based) and a Flex developer (Mac based) and give them the option of working remotely. The first thought was to set up a testing server and allow access via FTP, but flex doesn't seem to support testing on a remote server in that manner, does anyone have any surgestions for workflows or work arounds for the lack of FTP in Flex Builder and working on a remote server?
> >
> > Many Thanks
> >
> > Nath
> >
> > _________________________________________________________________
> > View your Twitter and Flickr updates from one place ? Learn more!
> > http://clk.atdmt.com/UKM/go/137984870/direct/01/
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <http://fluorine.thesilentgroup.com/mailman/private/fluorine_fluorine.thesilentgroup.com/attachments/20090323/078b6e28/attachment-0001.html>
> >
> > ------------------------------
> >
> > Message: 3
> > Date: Mon, 23 Mar 2009 18:30:38 +0000
> > From: Bruno Barreto <
bruno.aka.necker@...>
> > Subject: [Fluorine] Asp.net MVC
> > To:
fluorine@...> > Message-ID:
> > <
66736a1c0903231130v2c8cd3a0o112903b3299f0856@...>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hi,
> >
> >
> > im wondering if is possible to return a serialized AMF object in a control
> > action in ASP.net MVC anyone as tried this before?
> >
> > thanks in advance.
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <http://fluorine.thesilentgroup.com/mailman/private/fluorine_fluorine.thesilentgroup.com/attachments/20090323/042c2df1/attachment-0001.html>
> >
> > ------------------------------
> >
> > Message: 4
> > Date: Mon, 23 Mar 2009 13:34:25 -0400
> > From: Francois Pomerleau <
francois.pomerleau@...>
> > Subject: Re: [Fluorine] Suggested workflow
> > To: Fluorine Mailing List <
fluorine@...>
> > Message-ID: <
BB921BE6-2307-4C6C-9FDA-8AC1AFE1D4D9@...>
> > Content-Type: text/plain; charset="windows-1252"; Format="flowed";
> > DelSp="yes"
> >
> > Nathan,
> >
> > I suggest you take a look at Tortoise SVN which is supported by Flex
> > Builder, can be accessed remotely and will really help your
> > development processes by maintaining versions of your code. It is free!
> >
> > Thanks,
> >
> > Francois
> >
> > On 23-Mar-09, at 1:12 PM, Nathan Richards wrote:
> >
> > > Hi
> > >
> > > We are looking at trying to set up a test development environment
> > > for an ASP.net developer (PC based) and a Flex developer (Mac
> > > based) and give them the option of working remotely. The first
> > > thought was to set up a testing server and allow access via FTP,
> > > but flex doesn't seem to support testing on a remote server in that
> > > manner, does anyone have any surgestions for workflows or work
> > > arounds for the lack of FTP in Flex Builder and working on a remote
> > > server?
> > >
> > > Many Thanks
> > >
> > > Nath
> > >
> > > Beyond Hotmail ? see what else you can do with Windows Live. Find
> > > out more!
> > > _______________________________________________
> > > fluorine mailing list
> > >
fluorine@...> > > http://fluorine.thesilentgroup.com/mailman/listinfo/
> > > fluorine_fluorine.thesilentgroup.com
> >
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <http://fluorine.thesilentgroup.com/mailman/private/fluorine_fluorine.thesilentgroup.com/attachments/20090323/fe183ee0/attachment-0001.html>
> >
> > ------------------------------
> >
> > Message: 5
> > Date: Mon, 23 Mar 2009 15:18:03 -0700
> > From: cmatech <
cmatech@...>
> > Subject: Re: [Fluorine] Suggested workflow
> > To: Fluorine Mailing List <
fluorine@...>
> > Message-ID:
> > <
eaf2c1fe0903231518i56674b36xfe18a308e3e2762d@...>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Just wanted to throw into the mix what I use for my subversion
> > environments (if any one is interested):
> >
> > All of these tools are *free* and *excellent* quality
> >
> > Flex Builder client: Subversive
> > http://www.polarion.org/index.php?page=overview&project=subversive
> > Windows Explorer client: http://tortoisesvn.tigris.org/
> > Subversion Server for windows: http://www.visualsvn.com/server/
> > Visual Studio IDE (2005/2008) suberversion plugin:
> > http://ankhsvn.open.collab.net/
> >
> > Hope this helps someone,
> >
> > cmatech
> >
> > On Mon, Mar 23, 2009 at 10:34, Francois Pomerleau
> > <
francois.pomerleau@...> wrote:
> > > Nathan,
> > >
> > > I suggest you take a look at Tortoise SVN which is supported by Flex
> > > Builder, can be accessed remotely and will really help your development
> > > processes by maintaining versions of your code. It is free!
> > > Thanks,
> > > Francois
> > > On 23-Mar-09, at 1:12 PM, Nathan Richards wrote:
> > >
> > > Hi
> > >
> > > We are looking at trying to set up a test development environment for an
> > > ASP.net developer (PC based) and a Flex developer (Mac based) and give them
> > > the option of working remotely.? The first thought was to set up a testing
> > > server and allow access via FTP, but flex doesn't seem to support testing on
> > > a remote server in that manner,? does anyone have any surgestions for
> > > workflows or work arounds for the lack of FTP in Flex Builder and working on
> > > a remote server?
> > >
> > > Many Thanks
> > >
> > > Nath
> > >
> > > ________________________________
> > > Beyond Hotmail ? see what else you can do with Windows Live. Find out more!
> > > _______________________________________________
> > > fluorine mailing list
> > >
fluorine@...> > > http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com
> > >
> > > _______________________________________________
> > > fluorine mailing list
> > >
fluorine@...> > > http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com
> > >
> > >
> >
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > fluorine mailing list
> >
fluorine@...> > http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com
> >
> >
> > End of fluorine Digest, Vol 37, Issue 21
> > ****************************************
>
> _________________________________________________________________
> View your Twitter and Flickr updates from one place ? Learn more!
> http://clk.atdmt.com/UKM/go/137984870/direct/01/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://fluorine.thesilentgroup.com/mailman/private/fluorine_fluorine.thesilentgroup.com/attachments/20090324/153ef627/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> fluorine mailing list
>
fluorine@...> http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com
>
>
> End of fluorine Digest, Vol 37, Issue 22
> ****************************************
Windows Live Hotmail just got better.