NSF/Notes/Domino is not a scripting language and is not similar to ASP/PHP. NSF stands for "Notes Storage Facility". The system architecture is roughly as follows:
Code:
+----------------+ | Notes (client) | +----------------+ | +----------------+ | Domino (server)| +----------------+ | +----------------+ | .NSF file | |(Notes database)| +----------------+
The Notes/Domino system is fairly unique. It's an entire infrastructure that handles security, storage, scripting etc. The closest alternative I can think of is Zope, but even that doesn't do everything Notes/Domino can do.
In terms of development languages, you can use C, Java, LotusScript (kind of like VBScript), Formula Language (a proprietary very high level language) and probably one or two others.
In terms of "is it any good", that depends on what you need to do, and how you need to do it. For some things, it can't be beaten.
In terms of where can you get a copy - it costs $$$
No comments:
Post a Comment