What's Capedwarf? :)
JBoss CapeDwarf Blue is JBoss' attempt to implement GoogleAppEngine API on top of JBoss' technology / frameworks / libraries. This way making the GAE to JBossAS switch seamless.
- GFS.getFile("/hello.txt") should point to the same file as GFS.getFile("hello.txt"), but it currently does not. GFS treats these two as two distinct files.Hmmm, I can't see how base paths can be passed to GFS on construction, but if they were possible, those two would only be equals if the base path was root (/). If those paths are meant to be absolute paths, then yes, they'd be the same file.