shindig/javascript/samplecontainer/state-basicfriendlist.xml
The java code in social/samplecontainer uses it, albeit through in
it's case thru http:
public class XmlStateFileFetcher {
private static final String DEFAULT_STATE_URL
= "http://localhost:8080/gadgets/files/samplecontainer/"
+ "state-basicfriendlist.xml";
On Apr 15, 2008, at 6:42 PM, David Primmer wrote:
Hi Chris
I'm not sure where the state-basicfriendlist.xml file is that you're
editing but it's probably not the same one that the java server uses.
The java build deploys the file to the /target/gadgets folder next to
the web-inf folder and the running server looks there for the file.
I'd assume there won't be any conflict.
davep