[flexcoders] Caching state of a module

2008-10-19 Thread Abdul Razak PM
Hi, I have an application which using a module loader. I want to go back to the first module after seeing second module. I used browser history for this, but it could not keep the state of the first module(i could keep only the module url and reload it). have any other way..? regards, Raza

[flexcoders] Re: How to make an RPC call secure

2008-10-13 Thread Abdul Razak PM
d within the > java class how > > do I access the associated session", then the code is below and it > is in the > > documentation. The FlexSession class is located in the > flex-messaging. jar. > > > > FlexSession session = FlexContext. getFlexSession( );

[flexcoders] Re: How to make an RPC call secure

2008-10-11 Thread Abdul Razak PM
2EE Specs >  Thanks, > > with Regards, > Jitendra Jain > > > > > - Original Message > From: Abdul Razak PM <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Saturday, 11 October, 2008 9:34:29 AM > Subject: [flexcoders] Re: How to make an RPC call s

[flexcoders] Re: How to make an RPC call secure

2008-10-10 Thread Abdul Razak PM
t loose my chance to get answer from others who could kindly answer to me , even it's blonder. all are not genious like but everybody uses google and adobe docs first. Regards, Razak --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Thursday 09 Oct

[flexcoders] Re: How to make an RPC call secure

2008-10-08 Thread Abdul Razak PM
om Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 08 Oct 2008, Abdul Razak PM wrote: > > Yes Both flex and Java are my codes. Flex using Cairngorm framework > > for Java uses spring and tomcat > > TLS with client certificates then. Probably using digest authe

[flexcoders] Re: How to make an RPC call secure

2008-10-07 Thread Abdul Razak PM
> Do you control both ends ? Yes Both flex and Java are my codes. Flex using Cairngorm framework for Java uses spring and tomcat Razak --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 06 Oct 2008, Abdul Razak PM wrote: > > I wan

[flexcoders] How to make an RPC call secure

2008-10-06 Thread Abdul Razak PM
I want to make an RPC java call secure? How I could do it? shall I get some good links to know more about Flex Java Security ? can I achieve it through session management? If so How?