|
|
|
|
|
|
|
|
|
|
|
|
|
|
PROGRAMMING POWER
Building a Content Management System using Lotus Domino: the rise of XML
By Andrew Stuart
About this series Andrew Stuart's previous articles have dealt with little bits of code designed to get tiny tasks done and to add small features to your systems. He's now going to start at the other end and examine the process of building a full software application from the start. This is the first in a series of articles in which he will relate the story of how he went about designing and developing an XML-based CMS (Content Management System) for Lotus Domino. This month's article starts from the beginning, providing some valuable background information on the rise of XML and the need for a generic Content Management System.
|
How would you feel if someone called you fat, slow, and insecure? Would you be upset? I know I sure would.
What if they went on to say, "Sure he's fat, slow, and insecure, but he's a great communicator. He knows how to talk to anyone and everyone." Would it make you feel any better? Perhaps.
Do you know anyone who fits this rather unflattering description? I sure do. My good friend XML. Consider the following points.
- XML is overweight, often taking up large amounts of space, even when there isn't much data contained within the XML data structure.
- XML is slow, partly due to its weight problem and partly because it needs to be parsed before you can do anything useful with it. XML eats network bandwidth for breakfast.
- XML is insecure because it provides far too many opportunities for unauthorized direct access to your databases even through a firewall. You have to be vigilant and you have to understand your application architecture in order to effectively secure XML.
With all these disadvantages, you might wonder why anyone would bother at all with XML. There's one great reason: broadly speaking, XML allows anything to talk to anything, quickly and easily. That's no mean feat.
Only a few short years ago, in the days before XML, getting software applications to talk to each other was a nightmare. More often than not you were forced to use arcane, complex, and fiddly technologies such as Corba, DCOM (Distributed Component Object Model), or homegrown communications protocols to facilitate interoperability between systems. Building the interoperability portion of the software was often the most expensive and problematic portion of building a software system.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Advertisement --
PDF Conversion for Lotus Notes
Convert Lotus Notes documents to PDF for sharing, archiving or web printing.
- 1-step PDF: As easy as clicking a Lotus Notes toolbar icon
- Archive email folders or views as a self-contained PDF
- Convert any document collection into a PDF file
- Produce print-quality output from Web applications
- Client side or Server side conversion
- Doesn't require any DLL files
- LotusScript API for developers
Ready to learn more? |
-- Advertisement --
Easy Domino Access: Remove Passwords, End Login Prompts, Reduce Password Management
PistolStar's Password Power provides browser-based single sign-on to Lotus Domino, Sametime and Quickr with the enhanced security of the Kerberos or NTLM authentication protocol.
- Full support available for NTLM authentication protocol in non-Active Directory environments
- Seamlessly integrate Microsoft Active Directory and the Kerberos authentication protocol
- Leverage Active Directory password policies to unify Lotus applications
Learn more about Password Power's powerful, advanced functionality. |
|
|
|
|
|
|
|
|
|
|