Project

General

Profile

feature request #5752

Updated by Patrick Plitzner almost 7 years ago

There are many places where the Editor code needs to be cleaned up in terms of real dependencies and code which links to dependencies but is not necessary. 


 


 Most important issue is to keep only 1 instance of cdmlib-remote-webapp. Currently there is 1 instance in taxeditor.cdmlib and 1 in taxeditor.remote-webapp. 


 


 Also important to reduce the dependencies in taxeditor.cdmlib. With using only remoting from now on, we do not need most of the cdmlib-dependencies anymore. This will reduce the current size of libraries of 120MB tremendously. 


 


 Further tasks are to clean up all poms and Manifest.MFs (see also    #5530) etc. 



 



Back