Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alaeddinalhamoud/java-rmi-query-csv-file
Query CSV File using Java RMI Client/Server
https://github.com/alaeddinalhamoud/java-rmi-query-csv-file
apache client commons-csv csv distributed-systems eclipse java rmi rpc server
Last synced: about 4 hours ago
JSON representation
Query CSV File using Java RMI Client/Server
- Host: GitHub
- URL: https://github.com/alaeddinalhamoud/java-rmi-query-csv-file
- Owner: Alaeddinalhamoud
- Created: 2018-04-13T20:32:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T19:34:00.000Z (over 6 years ago)
- Last Synced: 2023-08-01T16:04:14.859Z (over 1 year ago)
- Topics: apache, client, commons-csv, csv, distributed-systems, eclipse, java, rmi, rpc, server
- Language: Java
- Size: 2.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-RMI-Query-CSV-File
Query CSV File using Java RMI Client/ServerThis application working on Java RMI, to Query CSV file through the network.
the client will send the query to the server, the code will be executed on the server.
the server will use Apache Commons CSV to read the CSV file.
the result of the query will be streamed to the client through the network.
the client will read the result and display it to the end user.I will record youtube video, how to run the server and the client.
this example just to show you the concepts of Java RMI.http://www.a-hamoud.com/