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 it or modify it to suit your needs. Of the top of my head, I don't think any of the included functions use cookies out- of-the-box.

I would call Appfuse more of a toolkit than a framework. The nice part about Appfuse is that it shows you how to implement certain common patterns in web development. There are certain infrastructure pieces included, such as User Management and Login. You can strip Appfuse down to remove things you don't want to use like Clickstream and extend certain patterns like StartupListener.

If you have other questions, feel free to ask. I was having trouble understanding your first question.

-D


On Jul 25, 2008, at 11:10 AM, nani2ratna wrote:


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 understand the cookie implementation.
Thats why i am asking

Thanks and Regards
Ratna


dusty wrote:

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 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.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
--
View this message in context:
http://www.nabble.com/cookie-related-tp18632685s2369p18632685.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
View this message in context:
http://www.nabble.com/cookie-related-tp18632685s2369p18656739.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
View this message in context: 
http://www.nabble.com/cookie-related-tp18632685s2369p18656977.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to