~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to timeline/Highstock-1.3.10/exporting-server/java/highcharts-export/highcharts-export-web/src/main/webapp/WEB-INF/spring/spring-context.xml

  • Committer: Jeff Stys
  • Date: 2014-04-21 12:46:26 UTC
  • Revision ID: jstys@sesda3.com-20140421124626-2332pb2dyjc33jxi
Proof-of-concept version of Data Coverage Timeline using Highchart/Highstock javascript library.  Changes to getDataCoverage API in order to feed the necessary data to the Timeline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<beans xmlns="http://www.springframework.org/schema/beans"
 
3
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
        xmlns:context="http://www.springframework.org/schema/context"
 
5
        xmlns:mvc="http://www.springframework.org/schema/mvc"
 
6
        xmlns:util="http://www.springframework.org/schema/util"
 
7
        xmlns:task="http://www.springframework.org/schema/task"
 
8
        xmlns:p="http://www.springframework.org/schema/p"
 
9
        xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd
 
10
                http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
 
11
                http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd
 
12
                http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd
 
13
                http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
 
14
 
 
15
        <!-- Activate annotation configured components -->
 
16
        <import resource="classpath:spring-convert.xml"/>
 
17
</beans>