Personal tools
gvSIG Desktop
gvSIG Desktop

Cached time 11/21/13 11:24:39 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.


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: