I have a data file I need to access on the server. If I include it in
my source path on the client I can load it via
ClassLoader.getSystemResourceAsStream. But this breaks on the server
(I'm not sure if the eclipse plugin is even deploying it). What's the
best way to do this? I don't want to incur a DB hit if I can avoid it,
and it's too much data to embed in a class (~4MB).

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to