From e264cde4c233fd50aa03222ff4ac1ceaf2bfb0d0 Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Tue, 11 May 2010 08:13:13 +0000
Subject: [PATCH] LMS-1505 Added comment to DataStoreServer suggesting future
 refactoring.

SVN: 15886
---
 .../cisd/openbis/dss/generic/server/DataStoreServer.java      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/DataStoreServer.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/DataStoreServer.java
index 28d31529a9e..4b55434070b 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/DataStoreServer.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/server/DataStoreServer.java
@@ -204,7 +204,9 @@ public class DataStoreServer
     /**
      * Initialize RPC service interfaces
      */
-    // This could be changed to use the config parameters in the future.
+    // TODO: The registration process here needs to be made cleaner -- perhaps by using Spring and
+    // the dssApplicationContext.xml more effectively, or perhaps by using annotations and
+    // reflection.
     private static void initializeRpcServices(final Context context,
             final ApplicationContext applicationContext, final ConfigParameters configParameters)
     {
-- 
GitLab