Personal tools
gvSIG Desktop
gvSIG Desktop

Cached time 11/21/13 17:07:12 Clear cache and reload

 
Document Actions

Recommendations

by Frank Sokolic last modified 2010-11-02 10:43
- Use the org.gvsig.i18n API directly. That is, instead of::

    String text = PluginServices.getText(this, "Coordinates");

  Use::

    String text = Messages.getText("Coordinates");

- Maintain a separation between the API, SPI, implementation and providers.

View source document


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: