Thank you very much for your reply.
I did have exportAll() in place. Thank you for the tip with the console. That does help quite a bit and I do have it working now.
My issue was that, while I am having my class implement Exportable, I was not using the @Export annotation because it was causing a compile error. I finally saw that Eclipse suggested I import org.timepedia.exporter.client.Export to fix that, and it did. But it wasn't clear at all because it wasn't really mentioned in the docs (I didn't even know you could add annotations to the compiler via classes like that).