I have research on this and I can implement google analytics on a single java page. However, the portal have multiple pages and I cannot repeat it for every single page. For html or php sites, we can easily do it by copying some code into header or footer. What is the best way to do it on Java project ?

