70 likes | 185 Views
HHFR Prototype and testing. Sangyoon Oh. Status. I’ve built a test-bed which has AXIS as a endpoint container and J2ME service client. Interactions of modules are depicted in following slides. It negotiates over SOAP and open a TCPIP connection for streaming.
E N D
HHFR Prototypeand testing Sangyoon Oh
Status • I’ve built a test-bed which has AXIS as a endpoint container and J2ME service client. • Interactions of modules are depicted in following slides. • It negotiates over SOAP and open a TCP\IP connection for streaming. • A test application need to be build to show HHFR performance. • Quality of service issues, such as Reliable messaging and security aren’t dealt with in this version of test-bed. • Follow-up: Packaging and API releasing
Purpose of test • To show our idea is strong under the certain circumstance. • Temperature requesting • Array processing • Image data requesting • Complex structure data processing
Test Datatypes • float arraySum(float array); • Varying array size • Byte[] getImage(int picNum); • Varying picture size • ComplexObject schemaTest(); • Void schemaTest2(ComplexObject co);