Closed ghost closed 8 years ago
Yup, I'm aware! You can actually mount IndexedDB into a file system for DoppioJVM via BrowserFS. You can also mount Dropbox, or implement your own backend. This has been possible for quite awhile, so I'm not sure where you heard only localStorage could be used! D:
Should I update the docs to use IDB by default?
It is written so in "Notes on Architecture/Library Support" on DoppioVM about page :). Good to hear that it is already supported.
I think that page is seriously out dated :)
Whoa, where is that? Is that on the old demo page? If so, that's years outdated.
Yup, it even says it is written in CoffeScript :).
Let me ask you a quick question from this closed case. How much of java.lang.reflect.* is supported?
It should all work.
To give you some confidence: DoppioJVM can run a whole bunch of language implementations, such as Scala, Nashorn, and Jython, that make extensive use of runtime reflection, invokedynamic, etc. DoppioJVM supports it all, including new Java 8 features such as lambdas. :)
Awesome thank you very much.
Using indexedDB instead of LocalStorage could help store more classes at the client side. IndexedDB can hold as much as 500MB of data or even more on some browsers.