Closed Frostman closed 13 years ago
We need to replace all accesings to files by path with #getResourceAsStream or getResource, because of when we deploy war path can be not accessible. So we should fix static files dispatching and views loading.
we need to create Resources utility to help us accessing resources
We need to replace all accesings to files by path with #getResourceAsStream or getResource, because of when we deploy war path can be not accessible. So we should fix static files dispatching and views loading.