<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    I've created <a href="https://issues.jboss.org/browse/ISPN-1663">ISPN-1663</a>
    and added a pull req (<a
      href="https://github.com/infinispan/infinispan/pull/775">https://github.com/infinispan/infinispan/pull/775</a>).<br>
    <br>
    Also see my comments below.<br>
    <br>
    On 3.1.2012 16:31, Galder Zamarreņo wrote:
    <blockquote
      cite="mid:BD5AB2A0-B94A-4E1C-9DE5-696B6FD10809@redhat.com"
      type="cite">
      <pre wrap="">What's Capedwarf? :)
</pre>
    </blockquote>
    <br>
    <pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Bitstream Vera Sans Mono', Courier, monospace; font-family: 'Bitstream Vera Sans Mono', Courier, monospace; font-size: 11px; color: rgb(68, 68, 68); white-space: pre-wrap; word-wrap: break-word; width: 74em; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(248, 248, 248); ">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.
</pre>
    <br>
    (<a href="https://github.com/capedwarf/capedwarf-blue">https://github.com/capedwarf/capedwarf-blue</a>)<br>
    <br>
    <blockquote
      cite="mid:BD5AB2A0-B94A-4E1C-9DE5-696B6FD10809@redhat.com"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">- 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.
</pre>
      </blockquote>
      <pre wrap="">
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.
</pre>
    </blockquote>
    <br>
    Yes, since in GFS there's no concept of "working dir" as there is in
    regular filesystems, the working/base dir should always be "/". <br>
    So, do you think a basePath constructor parameter would come in
    handy to anyone? If so, I can implement it (instead of just making
    sure paths with a leading / are equivalent to paths without it).<br>
    <br>
    One more question: since GFS is still experimental, is there any
    reason against me renaming fields &amp; variables to the project's
    code style (currently, some vars are named like
    "default_chunk_size"); also there's probably no reason against me
    making fields in GridOutputStream private?<br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>