Skip to content

Commit

Permalink
hikrebot service test mode project
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhixin123 committed Oct 24, 2017
0 parents commit 0acedb9
Show file tree
Hide file tree
Showing 2,237 changed files with 337,977 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="config"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_15"/>
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>
53 changes: 53 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>wlp</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature>
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
12 changes: 12 additions & 0 deletions Fros Tools - wr.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/wr/WebRoot/WEB-INF/lib/fros-2.0-dev.jar"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.sinotrans.framework.tools.Main"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="wr"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms64m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=512m"/>
</launchConfiguration>
Binary file added WebRoot/BarSetup.CAB
Binary file not shown.
3 changes: 3 additions & 0 deletions WebRoot/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Class-Path:

Binary file added WebRoot/SinotransFastReport.zip
Binary file not shown.
18 changes: 18 additions & 0 deletions WebRoot/WEB-INF/dwr.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://getahead.org/dwr/dwr20.dtd">

<dwr>
<init>
<converter class="com.sinotrans.framework.core.support.dwr.FrosDateConverter" id="frosdate" />
</init>

<allow>
<convert match="java.lang.Object" converter="bean"/>
<convert match="java.util.Date" converter="frosdate"/>
<convert match="java.lang.String;" converter="array"/>
<convert match="com.sinotrans.framework.core.model.BaseModel" converter="hibernate3"/>
<convert match="java.lang.Exception" converter="exception">
<param name='include' value='message,lineNumber'/>
</convert>
</allow>
</dwr>
19 changes: 19 additions & 0 deletions WebRoot/WEB-INF/dwr2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://getahead.org/dwr/dwr20.dtd">

<dwr>
<init>
<converter class="com.sinotrans.framework.core.support.dwr.FormatStringDateConverter" id="frosdate" />
</init>

<allow>
<convert match="java.lang.Object" converter="bean"/>
<convert match="java.util.Date" converter="frosdate"/>
<convert match="java.sql.Timestamp" converter="frosdate"/>
<convert match="java.lang.String;" converter="array"/>
<convert match="com.sinotrans.framework.core.model.BaseModel" converter="hibernate3"/>
<convert match="java.lang.Exception" converter="exception">
<param name='include' value='message,lineNumber'/>
</convert>
</allow>
</dwr>
14 changes: 14 additions & 0 deletions WebRoot/WEB-INF/flex/messaging-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<service id="message-service"
class="flex.messaging.services.MessageService">

<adapters>
<adapter-definition id="actionscript" class="flex.messaging.services.messaging.adapters.ActionScriptAdapter" default="true" />
<!-- <adapter-definition id="jms" class="flex.messaging.services.messaging.adapters.JMSAdapter"/> -->
</adapters>

<default-channels>
<channel ref="my-polling-amf"/>
</default-channels>

</service>
25 changes: 25 additions & 0 deletions WebRoot/WEB-INF/flex/proxy-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<service id="proxy-service"
class="flex.messaging.services.HTTPProxyService">

<properties>
<connection-manager>
<max-total-connections>100</max-total-connections>
<default-max-connections-per-host>2</default-max-connections-per-host>
</connection-manager>
<allow-lax-ssl>true</allow-lax-ssl>
</properties>

<adapters>
<adapter-definition id="http-proxy" class="flex.messaging.services.http.HTTPProxyAdapter" default="true"/>
<adapter-definition id="soap-proxy" class="flex.messaging.services.http.SOAPProxyAdapter"/>
</adapters>

<default-channels>
<channel ref="my-amf"/>
</default-channels>

<destination id="DefaultHTTP">
</destination>

</service>
22 changes: 22 additions & 0 deletions WebRoot/WEB-INF/flex/remoting-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<service id="remoting-service"
class="flex.messaging.services.RemotingService">

<!-- <adapters>-->
<!-- <adapter-definition id="java-object" class="com.sinotrans.framework.flex.support.JavaFilterAdapter" default="true"/>-->
<!-- </adapters>-->

<default-channels>
<channel ref="my-amf"/>
</default-channels>

<!--
<destination id="demoManager">
<properties>
<factory>spring</factory>
<source>demoManager</source>
</properties>
</destination>
-->

</service>
111 changes: 111 additions & 0 deletions WebRoot/WEB-INF/flex/services-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<services-config>

<factories>
<factory id="spring" class="com.sinotrans.framework.core.support.flex.SpringFactory"/>
</factories>

<services>
<service-include file-path="remoting-config.xml" />
<service-include file-path="proxy-config.xml" />
<service-include file-path="messaging-config.xml" />

<service id="spring-service" class="com.sinotrans.framework.core.support.flex.SpringRemotingBootstrapService" />

<default-channels>
<channel ref="my-amf"/>
</default-channels>
</services>

<security>
<login-command class="flex.messaging.security.TomcatLoginCommand" server="Tomcat"/>
<!-- Uncomment the correct app server
<login-command class="flex.messaging.security.TomcatLoginCommand" server="JBoss">
<login-command class="flex.messaging.security.JRunLoginCommand" server="JRun"/>
<login-command class="flex.messaging.security.WeblogicLoginCommand" server="Weblogic"/>
<login-command class="flex.messaging.security.WebSphereLoginCommand" server="WebSphere"/>
-->

<!--
<security-constraint id="basic-read-access">
<auth-method>Basic</auth-method>
<roles>
<role>guests</role>
<role>accountants</role>
<role>employees</role>
<role>managers</role>
</roles>
</security-constraint>
-->
</security>

<channels>

<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
<endpoint url="http://{server.name}:{server.port}/{context.root}/flex/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>

<channel-definition id="my-secure-amf" class="mx.messaging.channels.SecureAMFChannel">
<endpoint url="https://{server.name}:{server.port}/{context.root}/flex/messagebroker/amfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
<properties>
<add-no-cache-headers>false</add-no-cache-headers>
</properties>
</channel-definition>

<channel-definition id="my-polling-amf" class="mx.messaging.channels.AMFChannel">
<endpoint url="http://{server.name}:{server.port}/{context.root}/flex/messagebroker/amfpolling" class="flex.messaging.endpoints.AMFEndpoint"/>
<properties>
<polling-enabled>true</polling-enabled>
<polling-interval-seconds>4</polling-interval-seconds>
</properties>
</channel-definition>

<!--
<channel-definition id="my-http" class="mx.messaging.channels.HTTPChannel">
<endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/http" class="flex.messaging.endpoints.HTTPEndpoint"/>
</channel-definition>
<channel-definition id="my-secure-http" class="mx.messaging.channels.SecureHTTPChannel">
<endpoint url="https://{server.name}:{server.port}/{context.root}/messagebroker/httpsecure" class="flex.messaging.endpoints.SecureHTTPEndpoint"/>
<properties>
<add-no-cache-headers>false</add-no-cache-headers>
</properties>
</channel-definition>
-->
</channels>

<logging>
<target class="flex.messaging.log.ConsoleTarget" level="Error">
<properties>
<prefix>[BlazeDS] </prefix>
<includeDate>false</includeDate>
<includeTime>false</includeTime>
<includeLevel>false</includeLevel>
<includeCategory>false</includeCategory>
</properties>
<filters>
<pattern>Endpoint.*</pattern>
<pattern>Service.*</pattern>
<pattern>Configuration</pattern>
</filters>
</target>
</logging>

<system>
<redeploy>
<enabled>false</enabled>
<!--
<watch-interval>20</watch-interval>
<watch-file>{context.root}/WEB-INF/flex/services-config.xml</watch-file>
<watch-file>{context.root}/WEB-INF/flex/proxy-config.xml</watch-file>
<watch-file>{context.root}/WEB-INF/flex/remoting-config.xml</watch-file>
<watch-file>{context.root}/WEB-INF/flex/messaging-config.xml</watch-file>
<watch-file>{context.root}/WEB-INF/flex/data-management-config.xml</watch-file>
<touch-file>{context.root}/WEB-INF/web.xml</touch-file>
-->
</redeploy>
<!-- manageable must be false when deploy to oc4j -->
<manageable>false</manageable>
</system>

</services-config>
Binary file added WebRoot/WEB-INF/lib/XmlSchema-1.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/activation-1.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/antlr-2.7.6.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/aopalliance-1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/asm-1.5.3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/asm-attrs-1.5.3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/aspectjrt-1.6.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/aspectjweaver-1.6.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/avalon-framework-4.2.0.jar
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/barbecue-1.5-beta1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/barcode4j.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-anim.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-awt-util.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-bridge.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-css.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-dom.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-ext.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-gvt.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-parser.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-script.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-svg-dom.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-svggen.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-util.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/batik-xml.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/cas-client-core-3.1.10.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/cglib-2.1_3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-beanutils-1.7.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-codec-1.3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-codec-1.7.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-collections-3.2.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-configuration.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-dbcp-1.2.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-digester-1.7.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-email-1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-httpclient-3.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-javaflow-20060411.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-lang-2.3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-logging-1.0.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/commons-pool-1.2.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/cos.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/dom4j-1.6.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/dwr-2.0.10.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/ehcache-1.4.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/ezmorph-1.0.6.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/flex-messaging-common.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/flex-messaging-core.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/flex-messaging-opt.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/flex-messaging-proxy.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/flex-messaging-remoting.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/freemarker-2.3.8.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/fros-2.0-dev.jar
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/gfa-wef.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/gfa4j-core.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/gfa4j-entity.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/groovy-all-2.0.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/hamcrest-core-1.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/hamcrest-library-1.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/hibernate-3.2.6.ga.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/iText-2.1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/iTextAsian.jar
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jackson-all-1.9.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jasperreports-5.5.0.jar
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jaxb-api-2.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jaxb-impl-2.0.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jaxb-xjc-2.0.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jaxen-1.1.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jcaptcha-1.0-all.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jcl-over-slf4j-1.6.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jcommon-1.0.15.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jdom-1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jdt-compiler-3.1.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jettison-1.2.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jfreechart-1.0.12.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jpa.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/json-lib-2.3-jdk15.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/json.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jsr107cache-1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jstl-1.1.2.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jta-1.0.1B.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/junit-dep-4.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/jxl-2.6.10.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/log4j-1.2.13.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/mail-1.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/mondrian-3.1.1.12687.jar
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/ognl-2.6.11.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/ojdbc5-11.2.0.3.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/oscache-2.3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/pdf-renderer-1.0.5.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/persistence-api-1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/png-encoder-1.5.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/poi-3.8.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/poi-ooxml-3.8.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/poi-ooxml-schemas-3.8.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/poi-scratchpad-3.8.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/quartz-all-1.6.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/rhino-1.7R3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/saaj-api-1.3.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/serializer.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/servlet-api.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/slf4j-api-1.6.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/slf4j-log4j12-1.6.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-aop-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-aspects-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-beans-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-context-2.5.4.jar
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-core-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-jdbc-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-orm-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-security-acl-2.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-tx-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-web-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-webmvc-2.5.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/spring-webmvc-struts.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/sqljdbc-2.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/standard-1.1.2.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/stax-api-1.0.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/stax-utils-20040917.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/struts.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/velocity-1.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/velocity-dep-1.4.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/velocity-tools-view-1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/wm-ext-enttoolkit.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/wm-isclient.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/wsdl4j-1.6.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/wstx-asl-3.2.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/xalan-2.7.1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/xbean-spring-2.8.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/xercesImpl-2.10.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/xfire-all-1.2.6.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/xfire-jsr181-api-1.0-M1.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/xml-apis-ext.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/xmlbeans-2.3.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/zxing-core-3.1.0.jar
Binary file not shown.
Binary file added WebRoot/WEB-INF/lib/zxing-javase-3.1.0.jar
Binary file not shown.
91 changes: 91 additions & 0 deletions WebRoot/WEB-INF/struts-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
"http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<form-beans>
<form-bean name="uploadForm"
type="com.sinotrans.gd.wlp.system.entity.UploadForm"></form-bean>

<form-bean name="printTemplateForm"
type="com.sinotrans.gd.wlp.system.entity.PrintTemplateForm"></form-bean>

</form-beans>
<!-- 全局跳转 -->
<global-forwards></global-forwards>
<action-mappings>
<action path="/index"
type="com.sinotrans.gd.wlp.system.action.SystemIndexAction">
<forward name="portal" path="/wlp_index.jsp"></forward>
</action>
<action path="/changeLanguage"
type="com.sinotrans.gd.wlp.system.action.ChangeLanguageAction">
<forward name="login" path="/login.jsp"></forward>
</action>
<action path="/upload" type="com.sinotrans.gd.wlp.system.action.UploadAction"
name="uploadForm">
<forward name="upload" path="/jsp/components/importFile.jsp" />
</action>
<action path="/uploadInitCheckOut" type="com.sinotrans.gd.wlp.system.action.InitCheckOutUploadAction" name="uploadForm">
<forward name="uploadInitCheckOut" path="/jsp/inbound/initCheckOut.jsp" />
</action>
<action path="/uploadExcel" type="com.sinotrans.gd.wlp.feeder.common.action.UploadExcelAction" name="uploadForm">
<forward name="uploadExcel" path="/jsp/feeder/upLoad/importFile_zz.jsp" />
<forward name="buLiaoExcel" path="/jsp/feeder/booking/additemimportFile_.jsp" />
<forward name="yourSelfExcel" path="/jsp/feeder/billing/feedExcel.jsp" />
<forward name="importTemplateExcel" path="/jsp/feeder/booking/importTemplate.jsp" />
<forward name="heyueExcel" path="/jsp/feeder/booking/contractImport_.jsp" />
<forward name="importTemplatePortExcel" path="/jsp/feeder/booking/importTemplatePort.jsp" />
<forward name="importTemplateForeignExcel" path="/jsp/feeder/booking/importTemplateForeign.jsp" />
<forward name="importTemplateDirectExcel" path="/jsp/feeder/booking/importTemplateDirect.jsp" />
<forward name="importTemplateWuZhouExcel" path="/jsp/feeder/booking/importTemplateWuZhou.jsp" />
<forward name="zhongGuFeeder" path="/jsp/feeder/billing/zhongGuFeeder.jsp" />
<forward name="importTemplateLiWenExcel" path="/jsp/feeder/booking/importTemplateLiWen.jsp" />
</action>

<action path="/*_*_*_*" type="com.sinotrans.gd.wlp.{1}.{2}.action.{3}Action" name="uploadForm">
<forward name="baseForward" path="/jsp/{1}/{3}/{3}_{4}.jsp"></forward>
<forward name="base2Forward" path="/jsp/{1}/{3}_{4}.jsp"></forward>
</action>
<action path="/*_*_*" type="com.sinotrans.gd.wlp.feeder.{1}.action.{2}Action" name="uploadForm">
<forward name="baseForward" path="/jsp/feeder/{2}/{2}_{3}.jsp" ></forward>
</action>

<action path="/printTemplateAction" type="com.sinotrans.gd.wlp.system.action.PrintTemplateAction"
name="printTemplateForm">
<forward name="printTemplateList" path="/jsp/system/printTemplateList.jsp" />
</action>

<action path="/printTemplateFileAction" type="com.sinotrans.gd.wlp.system.action.PrintTemplateFileAction"
name="printTemplateForm">
</action>

<action path="/systemNewsAction"
type="com.sinotrans.gd.wlp.system.action.SystemNewsAction">
<forward name="portalIndex" path="/portal.jsp"></forward>
</action>
<action path="/showNewsAction"
type="com.sinotrans.gd.wlp.system.action.ShowNewsAction">
<forward name="showNews" path="/jsp/news/news1.jsp"></forward>
</action>

<action path="/downLoadAction" type="com.sinotrans.gd.wlp.warehouse.action.DownLoadAction">
<forward name="download" path="/jsp/warehouse/tab_basWarehouse.jsp" />
</action>
<action path="/sysNewsDownFileAction" type="com.sinotrans.gd.wlp.system.action.SysNewsDownFileAction">
<forward name="downLoadFile" path="/jsp/news/news1.jsp" />
</action>
<action path="/systemDownFileAction" type="com.sinotrans.gd.wlp.feeder.common.action.SystemDownFileAction">
</action>


<action path="/exprotForContrant" type="com.sinotrans.gd.wlp.feeder.contract.servlet.JdbcExportAction" >
<forward name="success" path="/wlp_index.jsp" />
</action>
</action-mappings>
<controller processorClass="org.springframework.web.struts.DelegatingRequestProcessor">
</controller>
<message-resources parameter="common" key="wlp.common" />
<message-resources parameter="system" key="wlp.system" />
<message-resources parameter="allfields" key="wlp.allfields" />
<message-resources parameter="basicdata" key="wlp.basicdata" />
</struts-config>
Loading

0 comments on commit 0acedb9

Please sign in to comment.