Skip to content

This is a sample of a file upload java app that provides a simple GUI to choose a file to upload. The expected file format is JSON. The app breaks the JSON down by elements in the array as we stream and sends a TestMessage representation of the individual items. The listener is in the same app and just prints the message that was received. We us…

Notifications You must be signed in to change notification settings

calam1/json_fileupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json_fileupload

This is a sample of a file upload java app that provides a simple GUI to choose a file to upload. The expected file format is JSON. The app breaks the JSON down by elements in the array as we stream and sends a TestMessage representation of the individual items. The listener is in the same app and just prints the message that was received. We use ActiveMQ as our embedded messaging service.

To build you must have maven installed. Just run mvn clean install

The url for the upload page is: http://localhost:8080/SpringMVC/fileupload.htm

About

This is a sample of a file upload java app that provides a simple GUI to choose a file to upload. The expected file format is JSON. The app breaks the JSON down by elements in the array as we stream and sends a TestMessage representation of the individual items. The listener is in the same app and just prints the message that was received. We us…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages