Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Initial M6 experience

Initial experience is good ... well better then M5.

On the plus side it appears to be back in the game as an IDE.

On the down side our application does not compile (a class called org.eclipse.jface.resource.ImageCache). The approved alternative seems to be org.eclipse.jface.resource.ImageRegistry. The two are a bit different in intent, both act as a resource aware map (aka they will dispose images). ImageRegistry though wants to use strings as keys.

Most often there is something obvious to use as a key: service.getIdentifier().toExternalForm() for example.

Jody



Back to the top