Subversion Repositories SmartDukaan

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
3123 5408 d 6 h rajveer /trunk/Common/src/main/ Build support to automatically failing over to another service instance in case one service is down. Updated names of the clients to make them consistent.
Updated config file to handle all configurations in one file only.
 
/trunk/Common/src/main/java/in/shop2020/thrift/clients/CRMClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/CatalogClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/GenericClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/HelperClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/LogisticsClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/PaymentClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/PromotionClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/TransactionClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/UserClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/WarehouseClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/CRMServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/CatalogServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/GenericServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/HelperServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/LogisticsServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/PaymentServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/PromotionServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/TransactionServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/UserContextServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/WarehouseServiceClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/DataLoggingClient.java
/trunk/Common/src/main/java/in/shop2020/thrift/clients/TestClient.java
/trunk/Common/src/main/java/in/shop2020/utils/CategoryManager.java
/trunk/Common/src/main/java/in/shop2020/utils/ConfigClientKeys.java
/trunk/Common/src/main/resources/shop2020.cfg
1021 5575 d 14 h chandranshu /trunk/Common/ Moved Common to maven build process  
/trunk/Common/pom.xml
/trunk/Common/src/main
/trunk/Common/src/main/java
/trunk/Common/src/main/java/in
/trunk/Common/src/main/resources
/trunk/Common/src/main/resources/scribe_central.conf
/trunk/Common/src/main/resources/scribe_local.conf
/trunk/Common/src/main/resources/shop2020.cfg
/trunk/Common/conf/scribe_central.conf
/trunk/Common/conf/scribe_local.conf
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/META-INF
/trunk/Common/src/in
/trunk/Common
/trunk/Common/.classpath
/trunk/Common/.settings/org.eclipse.wst.common.component
/trunk/Common/build.xml
767 5610 d 13 h rajveer /trunk/Common/ Client changes  
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/thrift/clients/CatalogServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/DataLoggingClient.java
/trunk/Common/src/in/shop2020/thrift/clients/GenericServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/HelperServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/LogisticsServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/PaymentServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/TransactionServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/UserContextServiceClient.java
747 5617 d 12 h rajveer /trunk/Common/ Removed unused strings from config client. Also removed unused java client.  
/trunk/Common/src/in/shop2020/thrift/clients/EstimationServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/GenericServiceJavaClient.java
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/thrift/clients/HelperServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/LogisticsServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/PaymentServiceClient.java
/trunk/Common/src/in/shop2020/thrift/clients/UserContextServiceClient.java
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
543 5654 d 14 h chandranshu /trunk/Common/src/in/shop2020/ Corrected the spelling of logistics_service_port  
/trunk/Common/src/in/shop2020/thrift/clients/LogisticsServiceClient.java
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
412 5799 d 8 h ashish /trunk/ 1. Api for aramex
2. Logistic service stubs and part implementation
3.thrift files
4. updated config properties
 
/trunk/Common/src/in/shop2020/thrift/clients/LogisticsServiceClient.java
/trunk/PyProj/src/shop2020/clients/LogisticsClient.py
/trunk/PyProj/src/shop2020/logistics
/trunk/PyProj/src/shop2020/logistics/__init__.py
/trunk/PyProj/src/shop2020/logistics/external
/trunk/PyProj/src/shop2020/logistics/external/ExternalServer.py
/trunk/PyProj/src/shop2020/logistics/external/__init__.py
/trunk/PyProj/src/shop2020/logistics/external/xlsprocessor.py
/trunk/PyProj/src/shop2020/logistics/service
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/logistics/service/__init__.py
/trunk/PyProj/src/shop2020/logistics/service/impl
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/impl/__init__.py
/trunk/PyProj/src/shop2020/logistics/service/test
/trunk/PyProj/src/shop2020/logistics/service/test/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/logistics
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService-remote
/trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/constants.py
/trunk/PyProj/src/shop2020/thriftpy/logistics/ttypes.py
/trunk/ThriftConfig/src/in/shop2020/logistics
/trunk/ThriftConfig/src/in/shop2020/logistics/LogisticsService.java
/trunk/ThriftConfig/src/in/shop2020/logistics/Provider.java
/trunk/ThriftConfig/src/in/shop2020/logistics/Shipment.java
/trunk/ThriftConfig/src/in/shop2020/logistics/ShipmentStatusInfo.java
/trunk/ThriftConfig/src/in/shop2020/logistics/ShipmentUpdate.java
/trunk/ThriftGen/thriftsrc/LogisticsService
/trunk/ThriftGen/thriftsrc/LogisticsService/LogisticsService.thrift
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
/trunk/PyProj/.pydevproject