I have created the user interface in JSP which will take the .csv, .txt etc file from the user but I have to store these file into the cassandra database. What is the procedure that needs to be written to the JSP page for getting connection/storing etc.
I am using datastax enterprise for the cassandra database.
