I am sitting on a draft of a rambling missive about folks noticing then increasing relevance of storage service offerings focusing on document-centric type of operations feeling vindicated by the Notes development model are missing the point. The point being? It’s not that the model is suddenly relevant now, it’s just that it engenders the type of massive scaling that large sites and cloud services require.
On this eve of Lotusphere '10 (not going, thank you very much) has anyone compiled a list of the major pieces that are missing from a Domino developer's toolkit? This is not a rant, as IBM has more than fulfilled its pledges to make Notes and Domino technically relevant again, but there are glaring holes that are obvious candidates for a list. I’ll start things off by naming three easy ones:
This is part 5 of a series on drag and drop with Xpages and Dojo.
This is part 4 of a series on drag and drop with Xpages and Dojo.
Just a quick tip/reminder to anyone out there who may have had to use the LotusScript (nee VisualBasic) Dir()
or Dir$()
function. The function IS NOT reentrant. If, as is a typical use-case, you want to deep traverse a directory tree by recursively calling a function that examines a directory using the Dir()
function, take care not to nest calls within the recursion. For example:
This is part 3 of a series on drag and drop with XPages and Dojo. Part 1 is here. Part 2 is here.
I’m getting ready to start blogging about some Dojo hotness in XPages. IBM saw fit to include the Dojo 1.1.1 toolkit in the Domino 8.5 distribution, but unless your native XPage widget is calling the resources you’re out of luck if you want to access the toolkit's resources yourself. In general terms, how do you access a resource that’s on your server’s file system? You see, if you try to put a resource’s relative URI into an XPage’s resource list, Domino will prepend the path of the current database (er, application) -breaking the URI.
So I posed the question on the Domino/Notes 8.5 discussion board of how to use the jQuery autocompleter to pull data from a standard Notes view. The jQuery Autocompleter is a jQuery plugin that performs real-time autcompletion of a text-field using JSON data transferred over the wire.