readme

来自「java pos,你可以直接编译运行,」· 代码 · 共 39 行

TXT
39
字号
$Id: README,v 1.2 2000/08/01 00:45:10 apr Exp $Here you can explore different QSP examples. You should 'build ext-examples' before attemping to run qsp example.(please have a look at jpos/etc/README for required jars)Please note that Test.java is actually a wrapper that calls org.jpos.apps.qsp.QSP adjusting configuartion file path (adding src/ext-examples/qsp prefix to args[0] if present)so you are able to call:  example qsp dummyserver/dummyserver.xmlinstead of:  example qsp src/ext-examples/qsp/dummyserver/dummyserver.xmlFor production environment you can 'build qsp' that will create'dist/qsp-<version>.jar'. Have a look at src/etc/MANIFEST-QSP.MF,'xalan.jar' and 'xerces.jar' have to be accesible at runtimeif you are to run 'java -jar qsp.jar'dtd/qsp-config.dtd gets copied from src/ext/org/jpos/apps/qspby ext-examples's Ant target. CVSed qsp-config.dtd is there.In order to test QSP examples we recommend that you try themin the following order: (have a look at */README files)   - dummyserver   - dummyclient--[ update 07/31/2000 ]--There's a new example called dummydirpoll that shows howto configure a DirPoll node within QSP configuration.(see org.jpos.util.DirPoll class for details)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?