1. Refactored package structure for the java files to remove the work "freemarker".

2. Did more work for setting up the backend for the science map visualziation.
This commit is contained in:
cdtank 2011-05-12 20:51:47 +00:00
parent 8713552eb5
commit 5f8e6e4172
37 changed files with 355 additions and 88 deletions

View file

@ -40,8 +40,11 @@
<bean id="grant_temporal"
class="edu.cornell.mannlib.vitro.webapp.visualization.entitycomparison.cached.TemporalGrantVisualizationRequestHandler" />
<bean id="map_of_science"
class="edu.cornell.mannlib.vitro.webapp.visualization.mapofscience.MapOfScienceVisualizationRequestHandler" />
<bean id="visualizationInjector"
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.freemarker.VisualizationInjector">
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.VisualizationInjector">
<property name="visualizations">
<map>
<entry key="person_pub_count">
@ -106,6 +109,10 @@
<ref bean="grant_temporal"></ref>
</entry>
<entry key="map-of-science">
<ref bean="map_of_science"></ref>
</entry>
</map>
</property>