A web application built around 10 databases needs to support off-line capability. If I migrate the design over to XPages, can the users take local replica copies of these databases and work on it just like an off-line application?I am just not able to find the correct URL syntax to open a Notes Document/Attachment in a local database B, from local database A. Meaning; I am facing difficulty with the off-line version of the application when it comes to inter-connectivity between local databases.
I tried the following URL patterns, but none worked.
http://127.0.0.1:57625/xsp/dbA.nsf/xsp/xsp/!!/852576D2006342B1/0/AD1418B3633
B98B2852576F00052C987?opendocument
http://127.0.0.1:57625/xsp/dbA.nsf/xsp/!!myfolder/dbB.nsf/0/AD1418B3633B98B2
852576F00052C987?opendocument
http://localhost/myfolder/dbB.nsf/0/AD1418B3633B98B2852576F00052C989?opendoc
ument
Can someone advise me?
P.S: I cannot use DOLS for some security reasons.
Subject: Xpages Off Line
I need to do a bunch of apps for the off-line local client. I have high hopes for Xpages in the client combined with replication. I’ve deployed on early test to a couple of users, and while I’m having some issues with Printing, the app is working and pulling data from another location database which is a typical notes Client app.
So conceptually it’s looking pretty good for Xpages on the client.
I’ve not done anything with trying to pull attachments though. but did you see Stephan’s post on this topic today? That might help you.
http://planetlotus.org/6e5618
Subject: Xpages Off Line
Matt White responded to my earlier question about the attachment which is along the same lines as Stefan’s.
http://iqjam.net/iqjam/iqjam.nsf/questions/20100622_XPages_in_Notes_Client!!_How_t.htm
The issue here is, there is no server name as the databases are on local machine (off-line). Leaving the attachment issue aside, I need to know the exact URL pattern/syntax to open a notes document from another local database.