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

2008-10-14 Thread Tom Chiverton
On Saturday 11 Oct 2008, Abdul Razak PM wrote: a) In J2EE project we will use session Id to ensure call comes from the same user.is it necessary in flex client also? if so how we can achieve session Id in client, some example also. I thought J2EE serlet's had something that Just Worked.

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

2008-10-13 Thread Abdul Razak PM
3:04:54 PM Subject: [flexcoders] Re: How to make an RPC call secure HI Jitendra, Thanks for your kind reply, Let me to explain my question in detail . suppose I have a small banking application a)I want ensure user's login b) user can request a loan c) admin can approve loan d

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

2008-10-13 Thread jitendra jain
Message From: Abdul Razak PM [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 13 October, 2008 1:06:07 PM Subject: [flexcoders] Re: How to make an RPC call secure Hi jitendra, Thank you for your reply, I'm doing form-based login and different role creation. My doubt is even if I

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

2008-10-12 Thread jitendra jain
, with Regards, Jitendra Jain - Original Message From: Abdul Razak PM [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, 11 October, 2008 3:04:54 PM Subject: [flexcoders] Re: How to make an RPC call secure HI Jitendra, Thanks for your kind reply, Let me to explain my

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

2008-10-11 Thread Abdul Razak PM
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 secure Hi All, I'm a newbie in flex, My searches and adobe gives a of links but I need to get specified in my topic. Those

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

2008-10-10 Thread Abdul Razak PM
Hi All, I'm a newbie in flex, My searches and adobe gives a of links but I need to get specified in my topic. Those who are in handling security please give me an answer (theoretical) whether a flex GUI with J2EE as server and using remoting (rpc)for server call, a) In J2EE project we will

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

2008-10-10 Thread jitendra jain
9:34:29 AM Subject: [flexcoders] Re: How to make an RPC call secure Hi All, I'm a newbie in flex, My searches and adobe gives a of links but I need to get specified in my topic. Those who are in handling security please give me an answer (theoretical) whether a flex GUI with J2EE as server

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

2008-10-09 Thread Tom Chiverton
On Thursday 09 Oct 2008, Abdul Razak PM wrote: Please provide some links to study more about it. Is Google and Adobe's docs site broken ? Also What's the possibility of Hacking our code if we didn't make it secure? Threat assessment is a whole skill into itself, you'd have to explain a lot

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

2008-10-08 Thread Tom Chiverton
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 authentication, if you can. -- Tom Chiverton Helping to carefully deliver

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

2008-10-08 Thread Abdul Razak PM
Hi Tom Chiverton, Thanks for the reply Please provide some links to study more about it. Also What's the possibility of Hacking our code if we didn't make it secure? It's very helpful to get it's theoretical explanations too. Razak --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL

[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 want to make an RPC java call