1. Removed SOPs from the visualization codebase. Switched it with log.debugs.

2. Added person grant count & coauthorship to the freemarker version of dependency inhection bean.
3. Fixed a bug in garnt count freemarker.
4. Made use of urlbuilder instead of making urls by just encoding/appending parameters.
5. Add co-pi to the freemarker package. Completed the back-end conversion.
This commit is contained in:
cdtank 2010-12-17 22:05:53 +00:00
parent 209c9b6a7b
commit 81855eddc2
22 changed files with 1845 additions and 415 deletions

View file

@ -15,12 +15,18 @@
<bean id="utilities"
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.utilities.UtilitiesRequestHandler" />
<!--
<bean id="coauthorship"
class="edu.cornell.mannlib.vitro.webapp.visualization.coauthorship.CoAuthorshipRequestHandler" />
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.coauthorship.CoAuthorshipRequestHandler" />
<bean id="person_grant_count"
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.persongrantcount.PersonGrantCountRequestHandler" />
<!--
<bean id="person_level"
class="edu.cornell.mannlib.vitro.webapp.visualization.personlevel.PersonLevelRequestHandler" />
<bean id="entity_comparison"
class="edu.cornell.mannlib.vitro.webapp.visualization.entitycomparison.EntityPublicationCountRequestHandler" />
<bean id="coprincipalinvestigator"
@ -38,10 +44,16 @@
<entry key="utilities">
<ref bean="utilities"></ref>
</entry>
<!--
<entry key="coauthorship">
<ref bean="coauthorship"></ref>
</entry>
<entry key="person_grant_count">
<ref bean="person_grant_count"></ref>
</entry>
<!--
<entry key="person_level">
<ref bean="person_level"></ref>
</entry>