Results 1 to 8 of 8
Thread: Tracking User Activity in Swing
- 09-20-2011, 09:38 AM #1
Member
- Join Date
- Sep 2011
- Posts
- 5
- Rep Power
- 0
- 09-20-2011, 09:59 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: Tracking User Activity in Swing
Some form of auditing mechanism?
Either attached to your gui/business layer boundary or the business/database layer boundary, depending on whether it's user activity or data modification you are monitoring. Spring (I think) has an auditing mechanism.
Beyond that, your "requirement" is pretty open, so anything approaching a detailed answer is not possible.
- 09-20-2011, 10:36 AM #3
Member
- Join Date
- Sep 2011
- Posts
- 5
- Rep Power
- 0
Re: Tracking User Activity in Swing
Is it possible to implement Google Analytics in Swing Application????? In Goggle analytics google asks to insert some JavaScript code in every page of the application, the code includes browers objects but my application is not running in the brower so where to write the JS code???
- 09-20-2011, 10:56 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: Tracking User Activity in Swing
Sounds a bit excessive...especially since you'd have to figure out how to shoehorn a Javascript web-analysis tool into a Swing app.
- 09-20-2011, 10:58 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: Tracking User Activity in Swing
This is the sort of thing I was thinking of (and have used).
Spring AOP.
Specifically the stuff around @Auditable.
- 09-20-2011, 11:38 AM #6
Member
- Join Date
- Sep 2011
- Posts
- 5
- Rep Power
- 0
Re: Tracking User Activity in Swing
It would be very nice of you if you could share source code atleast some part of your source code where you have implemented this.
- 09-20-2011, 11:51 AM #7
Member
- Join Date
- Sep 2011
- Posts
- 5
- Rep Power
- 0
Re: Tracking User Activity in Swing
This is what I need but how to implement this in Java Swing?
- 09-20-2011, 12:00 PM #8
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
Passing Variable from a New Activity to an Old Activity
By rolledback in forum AndroidReplies: 1Last Post: 09-12-2011, 02:09 AM -
New AWT/SWING user, help in JButton
By corrax in forum AWT / SwingReplies: 7Last Post: 04-02-2011, 03:27 AM -
applet and system activity
By rafzio4 in forum New To JavaReplies: 0Last Post: 10-20-2010, 12:58 PM -
Help Please Override Activity with Android
By francojava1 in forum AndroidReplies: 2Last Post: 10-12-2010, 06:35 PM -
Java Swing Gui Slow init on Solaris user
By markonthego in forum AWT / SwingReplies: 0Last Post: 09-13-2010, 09:55 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks