From shetyeakash at gmail.com Thu Feb 21 07:14:25 2013 From: shetyeakash at gmail.com (Akash Shetye) Date: Thu, 21 Feb 2013 20:44:25 +0530 Subject: WebFS progress. Back after a while. In-Reply-To: References: Message-ID: Hello Roman, Sorry for the long hiatus. I have some issues with going forward. - To keep the compatibility between the file accesses for files on the local FS and those from the WebFS, I think we can have another constructor for the File class that receives an object of class FileSystem i.e, WebFS , thus the programmer can choose which files he wan to open over the Internet and the ones he wants local. This will allow any drivers, code etc that requires local file creation to stay functional.However the path separators are loaded statically and are static across File objects, hope we can make them private and non static and move the statically executed code into the constructors?? - Other than that, I wanted to know how WebFS javascript pages sent to the client can co-exist with the CacioWeb pages to the client? I am a complete beginner when it comes to putting classes into JRE, perhaps if you could help outline how this is done? I have read your tutorial about supplying our own classes to java but I didn't get it so much. - I have got Jetty and Maven all set on my PC. Any help on how we should achieve the servlet and WebFS co-ordination and how we should go about the development would be great!! Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/caciocavallo-dev/attachments/20130221/6ccfc46f/attachment.html