darwino / xpages-runtime

Apache License 2.0
0 stars 0 forks source link

Bundle filesystem-bound resources into the app #6

Closed jesse-gallagher closed 5 years ago

jesse-gallagher commented 5 years ago

Currently, a number of XPages resources are still assumed to be on the filesystem, including the core themes. To be portable to mobile, these should be wrapped up into a Jar.

These are accessed through the Platform implementation class, and this class could auto-expand the files from an embedded resource and return a File object for them.