Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Servlets
Track User Activity
manoj kumar jena
Greenhorn
Posts: 25
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I want to track the activities of a user in an application (e.g. user created a new article or user added an article into the shopping cart etc.... ).
How to do it?
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
google the
word
"session tracking" . you will get lot of information
Ulf Dittmer
Rancher
Posts: 43081
77
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Something like
http://www.opensymphony.com/clickstream/
may greatly help with this.
Or you could roll your own using a
servlet
filter (which is how ClickStream works, too).
manoj kumar jena
Greenhorn
Posts: 25
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I want to store all the activities in a file.how to do it?
Sandeep Kumar Jakkaraju
Ranch Hand
Posts: 75
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can persist all the activity related stuff like timestamp,etc in a Database !!!
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Problem
how to create shopping cart
Communication between jFrames
HttpSession
How to know login & logout status of user
More...