Package com.isomorphic.tools
package com.isomorphic.tools
- ClassDescriptionThis class implements the server side of the BatchUploader tool.This class implements an extra set of "built-in" RPC methods over and above the ones implemented in com.isomorphic.rpc.BuiltinRPC.
DataImportcontains methods that can be used to import data from a test data file to the List of Maps format commonly used for DataSource records (importToRows()), or directly into a DataSource (importToDataSource()).Import formats that can be used:DataImport.ImportFormat.CSVDataImport.ImportFormat.JSONDataImport.ImportFormat.XMLDataImport.ImportFormat.AUTODataSourceToolsprovides a number of static utility methods for generating DataSource information from other metadata (database tables, Hibernate mappings and Reflection on existing Java classes)A utility class that checks for discrepancies between a project's MockDataSources and their working, or "live", counterparts (e.g., SQLDataSources) commonly found during the Reify design / development cycle, and logs its findings per standard server logging configuration.