Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    user behaviour tracking with smartgwt applications

    I realize this is a more general question than just SmartGWT, but I wonder what tools (if any) people use to analyze user behaviour on your applications.

    I am interested in setting up tests to record how a user interacts with my application. Not really the heat-map type of analysis, but more the 'which buttons and controls did they use'.

    #2
    You can try to look at gwt-ent [1] and their AspectJ gwt implementation. This way you should be able to declaratively hook code to certain actions - aspectj is notorious for being choice nr1 for auditing purposes.

    [1] code.google.com/p/gwt-ent/

    regards,
    Andrius J.

    Comment


      #3
      seems gwt-ent is not much promising for user interaction analytics?

      is generating page click heatmap possible?

      Comment

      Working...
      X