Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Keeping a local disk-based cache of online resources (facebook images)  (Read 751 times)
0 Members and 1 Guest are viewing this topic.
Offline xinaesthetic

Senior Member


Medals: 1



« Posted 2011-03-07 17:44:08 »

So, I've tried StackOverflow and the facebook dev forum but no-one seems to be helping thus far. Cry

I must admit I could probably have done some more thorough research myself, but it seems like something that someone with the appropriate knowledge might be able to recognise and explain relatively easily (I hope).  I suppose if it was all that simple, someone in SO would probably have chimed in.

I'm doing some stuff with facebook which means that I want to keep a cache of pictures.  I thought that it should be correct to just use URLConnection.setIfModifiedSince() before connecting and then check for a 304 return code, but it seems facebook is using some other HTTP headers rather than last-modified to control caching and in my brief searches I haven't found anything that really helps me understand what or why.  I'm pretty naive when it comes to the nitty-gritty of HTTP, but looking at request details in Chrome's network monitor I see various X-* headers which appear to be relevant...

More details can be found on the Stack Overflow question, any help here or over there much appreciated.
Offline aazimon

Senior Member


Medals: 5



« Reply #1 - Posted 2011-03-07 23:07:23 »

It sounds like you are talk about the cacheing in a browser. For this you should do a search for "HTTP" & "Cache-Control". You can start here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
Offline Eli Delventhal
« League of Dukes »

JGO Kernel


Medals: 39
Projects: 12


Game Engineer


« Reply #2 - Posted 2011-03-08 19:33:05 »

If you have an application and you want to cache, just save everything to disk using javax.imageio.ImageIO.

See my work:
OTC Software
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline xinaesthetic

Senior Member


Medals: 1



« Reply #3 - Posted 2011-03-08 19:46:50 »

I'm not talking about the caching in a browser, but rather implementing something similar in my own program (otherwise, I could just let the browser get on with managing its cache and probably not have to worry about it).  Thanks for the link though, that's probably what I should have read before.

I suppose my problem is probably to do with the indirection introduced eg
http://graph.facebook.com/ptr.tdd/picture
gets resolved to
http://profile.ak.fbcdn.net/hprofile-ak-snc4/161662_893825106_733414_q.jpg

Still haven't really looked into this all that properly.

@Eli, many thanks for the reply; ImageIO might be just the ticket.
Offline aazimon

Senior Member


Medals: 5



« Reply #4 - Posted 2011-03-09 00:31:28 »

If you want to cache it within your program, and have the program update after a certain amount of time, you should look into the caching frameworks, such as http://ehcache.org/
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (84 views)
2013-05-17 21:29:12

alaslipknot (92 views)
2013-05-16 21:24:48

gouessej (123 views)
2013-05-16 00:53:38

gouessej (117 views)
2013-05-16 00:17:58

theagentd (127 views)
2013-05-15 15:01:13

theagentd (114 views)
2013-05-15 15:00:54

StreetDoggy (158 views)
2013-05-14 15:56:26

kutucuk (180 views)
2013-05-12 17:10:36

kutucuk (180 views)
2013-05-12 15:36:09

UnluckyDevil (187 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.077 seconds with 20 queries.