027-87887360

新闻资讯

金融软件定制开发其它系统的功能

金融软件定制开发其它系统的功能


金融软件定制开发客户端监控分析系统;主要是提供给投资公司风控使用的监控系统,控制风险;


金融软件定制开发服务端管理系统;其中第二柜台管理系统中的所有功能均有此系统完成计算,返回到客户端;


金融软件定制开发行情服务分发系统;目前对接易盛、SPtrader行情系统,易盛提供十档行情;


web.xml


<?xml version="1.0" encoding="UTF-8"?>


<web-app version="3.0"


xmlns="http://java.sun.com/xml/ns/javaee"


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"


xsi:schemaLocation="http://java.sun.com/xml/ns/javaee


http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">


<display-name></display-name>


<filter>


<filter-name>struts2</filter-name>


<filter-class>org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>


</filter>


<filter-mapping>


<filter-name>struts2</filter-name>


<url-pattern>/*</url-pattern>


</filter-mapping>


<welcome-file-list>


<welcome-file>index.jsp</welcome-file>


</welcome-file-list>


</web-app>