Re: [appfuse-user] cookie related

2008-07-25 Thread nani2ratna
Hi, Thanks for your detail reply. I knew that u didnt undertand my question properly, thats why i have given detaled reply. So as of now, they have just given the tool as u said for cookie implementation, but in the example logins they are not using this implementation. OK thank you very much.

Re: [appfuse-user] cookie related

2008-07-25 Thread Dustin Pearce
I see. Appfuse is a "project kick start". As such it includes a number of utilities that you are likely to need as you develop your web application. The cookie implementations (client and server side) are examples of these utilities. You can remove this implementation if you don't like

Re: [appfuse-user] cookie related

2008-07-25 Thread nani2ratna
I doesn't have any idea about cookie implementation. I am just looking at appfuse and doing some small R&D. So i am not getting from where this cookie implementation is called. I mean from client side or java side. I am not talking remember me. I want to understand the framework. SO i have to unde

Re: [appfuse-user] cookie related

2008-07-25 Thread Dustin Pearce
Which is used for what? Remember me? -D On Jul 25, 2008, at 10:55 AM, nani2ratna wrote: Hi , I know one from javascript side and one from java side. But u want to know which is using in appfuse aplication. Do you have any idea regading this. Thanks and Regards Ratna dusty wrote: One i

Re: [appfuse-user] cookie related

2008-07-25 Thread nani2ratna
Hi , I know one from javascript side and one from java side. But u want to know which is using in appfuse aplication. Do you have any idea regading this. Thanks and Regards Ratna dusty wrote: > > One is for accessing the cookie from the client-side (Javascript) and > the other is for acces

Re: [appfuse-user] cookie related

2008-07-25 Thread Dustin Pearce
One is for accessing the cookie from the client-side (Javascript) and the other is for accessing the cookie from the server-side (RequestUtil.java). -D On Jul 24, 2008, at 7:10 AM, nani2ratna wrote: Hi, When i go through the code, i saw the cookie implementation in javascript global.j

[appfuse-user] cookie related

2008-07-24 Thread nani2ratna
Hi, When i go through the code, i saw the cookie implementation in javascript global.js and RequestUtil.java class. My doubt is, do we need both of the implementations or ine is enough. If we are using both from where we are calling those. Can any body help in this. Thanks and Regards Ratna --