Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / ToolsLocator.java @ 1860

History | View | Annotate | Download (21.9 KB)

# Date Author Comment
1475 03/09/2017 01:11 PM Joaquín del Cerro Murciano

Añadido el registro del manager de persistencia que faltaba

1454 02/12/2017 11:06 PM Joaquín del Cerro Murciano

Añadido soporte para la gestion global de ficheros temporales

1405 05/11/2016 01:58 PM Joaquín del Cerro Murciano

Boomb!

1403 03/13/2016 01:03 PM Joaquín del Cerro Murciano
1224 02/22/2015 10:24 AM Joaquín del Cerro Murciano

Fix toolslocator when calling to getFirewallManager

1177 10/31/2014 08:52 AM Joaquín del Cerro Murciano

Creado interfaz FirewallConfiguration en org.gvsig.tools.lib

1160 09/04/2014 09:26 AM Joaquín del Cerro Murciano

Añadido soporte para manejo basico de identidades (autenticacion y autorizacion). Solo un API/SPI simple, junto con una implementacion "tonta" por defecto. El API es muy muy simple, y probablemente debera ir evolucionando.

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

715 10/17/2012 04:50 AM Joaquín del Cerro Murciano

Add support to manage packages in tools library.

445 04/14/2011 04:37 AM Joaquín del Cerro Murciano

- Remove unused clases from org.gvsig.tools.task
- Mark as deprecated org.gvsig.tools.task.Cacellable
and add new interface CacellableTask
- Add support to manage status of task.

117 05/08/2010 05:37 AM Cesar Ordiñana

Update ToolsLocator to contain only the comma list of xml pull parser implementations to be used with the XmlPullParserFactory

114 05/07/2010 05:37 AM Cesar Ordiñana

Set the dummy I18nManager implementation as the default one.

112 05/07/2010 05:02 AM Joaquín del Cerro Murciano
  • Extends DataTypeManager to add coerce methods
    and use this in DynObjects.
  • Remove use of deprecated code.
  • Fix register of DefaultDataTypesManager.
  • Remove deprecated methods of DataTypes
    and back this to an interface.
109 05/05/2010 08:50 AM Joaquín del Cerro Murciano
  • Change DataTypes from interface to abstract class.
  • Add to ToolsLocator get/register XmlPullParser.
  • DynObject
    - deprecated method and constants related
    to TheTypeOfAvailableValues
    - Add method coerce to DynField
    - Add method importDynClassDefinitions to ...
98 04/19/2010 10:56 AM Cesar Ordiñana

Add Dummy I18nManager implementation just in case there is not any implementation registered

69 03/16/2010 07:20 AM José Badía

Modifications on Service before the implementation of FortuneCookie's project

19 02/23/2010 08:46 AM Cesar Ordiñana
18 02/23/2010 08:45 AM Cesar Ordiñana

New project structure with workspace bootstrapping added