Developed application using GWT which contains lot of static files(javascript,css,images
) which i want to cache for 30
days. I read lot of blogs but didn't get any clue.
- How to cache static files? - What are the possible option to achieve caching (do i need to configure in server or GWT application, here i am using glassfish/payara server for deployment)
Any idea? Note: I want do achieve this with minimal code changes, even i read this Client side caching in GWT but don't want to go with dispatcher approach