Carsten Ziegeler schrieb:
Reinhard Poetz wrote:
ok. Steven and I will work on Corona next week again so that the code
reflects the "layered design" that we have discussed recently. When
doing this we will also improve the package structure to make it
becomes cleaner in general (and more OSGi friendly in particular).
Great :) I'll hold my breath till then (and try to get some ideas
about the url and caching stuff)
How about:
URL url = new URL("some url");
UrlConnection connection = url.openConnection();
connection.getLastModified();
Not sure it this really works in all cases, but appears to be quite
suitable and easily extensible.
Carsten