Hi Kingofhawks, If you want to manage some directory and file it's certainly could me more easy to use directly the OS capability of networking directory because managing the change of your tree could be more complexe that install a samba server or something like this. If you use tree, this tree must just reflet the directory structure, not the data on the files. The file must transfert and update on demand with a byte[] flow. Fo your directory structure you have to make an ejb that compare the server tree and the client tree and apply the difference (delete, rename...). For the file you ejb just need to read/write file and convert this to byte.
I hope this help. Regards, Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961516#3961516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961516 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
