a simple solution would be to add some javascript code in your portlet / jsp to some
external log tool, like google analytics.
If you really want to do your own stat, you should look at listener.
you don't select listener. You instance them. Look at jboss portal api (somewhere page
104). You create new listener - then deploy them as sar project - in order to get some
informations about users logging etc... It's like javascript's mouseListener, you
add one when you need to track mouse events.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200605#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...