MydayNumsfada
New Member
BackGround
I have an online application implemented in Java (Spring web mvc). This application is primarily used to enter and enroll data of persons. After the enrollment of person, the second phase of enrollment is to capture picture of these enrolled individuals.
Application which takes the pictures is implemented in C#. It is a standalone application
Problem Statement
I want to transfer data from my online application to my standalone application without any connection i.e. i don't want to connect my standalone application with the web application. Data needs to be transferred via some media like USB (this is what i am thinking)
In the same way after taking the pictures data needs to be uploaded again to my web's database/application.
How should i implement this? I am looking for an architecture and off course the technology to use.
What i think is that XML would be a suitable option for uploading and download of data.
I have an online application implemented in Java (Spring web mvc). This application is primarily used to enter and enroll data of persons. After the enrollment of person, the second phase of enrollment is to capture picture of these enrolled individuals.
Application which takes the pictures is implemented in C#. It is a standalone application
Problem Statement
I want to transfer data from my online application to my standalone application without any connection i.e. i don't want to connect my standalone application with the web application. Data needs to be transferred via some media like USB (this is what i am thinking)
In the same way after taking the pictures data needs to be uploaded again to my web's database/application.
How should i implement this? I am looking for an architecture and off course the technology to use.
What i think is that XML would be a suitable option for uploading and download of data.