I am working on a website in java.
When I login to that website I have use_case
to fetch images from other websites and show them in my website. But the problem is that I don't want to show images by just storing URL, because the URL may change and in that case images won't be displayed. So, I want to store or write the URL as an image in a location. This way, the next time when I login my website, I wll just fetch my image from that location.
So, my question is where to store these images. If I store images in Tomcat webapps
folder then next time when I build my project that folder will be deleted.