Development of HHFR Test-Bed with AXIS Endpoint and J2ME Client for Performance Evaluation
70 likes | 196 Vues
This project presents a test-bed designed for evaluating the performance of the HHFR system. It utilizes AXIS as an endpoint container and includes a J2ME service client. The interactions of modules are illustrated in the accompanying slides. The system negotiates over SOAP and establishes a TCP/IP connection for seamless data streaming. While a test application will demonstrate HHFR's performance, it's important to note that issues related to Quality of Service, including reliable messaging and security, are not addressed in this version.
Development of HHFR Test-Bed with AXIS Endpoint and J2ME Client for Performance Evaluation
E N D
Presentation Transcript
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);