You can also use your logger implementation and then log in a format that a log analysis tool can read. This however, is a very old style approach compared to analytics in my opinion. The quality of the analysis and ease of implementation with analytics is just so much better.
http://en.wikipedia.org/wiki/List_of_web_analytics_software Rgds, Pieter On Mon, Nov 9, 2009 at 2:20 PM, Martin Makundi <[email protected]> wrote: > External analytics is much more simpler to manage. > > ** > Martin > > 2009/11/9 vela <[email protected]>: >> >> Hello again, >> >> can't we count it using the wicket application, some thing like this in jsp >> >> >> <%! int i= 0;%> >> <% out.println("People visited "+(++i)); %> >> >> >> >> -- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Pieter Claassen musmato.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
