I'm trying to make a fuse file system on top of an Mysql database, and use this from a windows client and this client request is passed on to Java Server on linux side over SAMBA!!
I need to know how to setup this kind of implementation
Working:
Step 1 : Client on windows side will Login.
Step 2 : After login user gives an 'ls' command.
Step 3 : This command should be proccessed as a C function
Step 4 : C function in turn issues the command as an argument to Java server using JSONCpp or Thrift
Step 5 : This Function calls on to Java server running on Linux.
Step 6 : Java Server interacts with the Mysql database and fetches the result
Step 7 : This result is should be displayed on client terminal on windows.