PHL-Consult.dk [email_address] Per Henrik Lausten per.lausten.dk/blog/ twitter.com/perlausten XPages: My view and my experiences January 6, 2011
XPages is a rapid web and mobile application development platform. It allows IBM Lotus Notes data to be displayed to browser clients on all platforms. The programming model is based on  standards  and  common  web development skills like  JavaScript ,  Ajax , the  Dojo  Toolkit,  Server-side JavaScript ,  JavaServer Faces  and it leverages IBM Lotus Domino functionality like the Document-oriented database.  XPages applications are hosted by IBM Lotus Domino, IBM's Rapid application development platform, which has sold more than 145 million licenses. Source:  https://secure.wikimedia.org/wikipedia/en/wiki/XPages What is XPages?
Requirements Server: Lotus Domino 8.5.2+ with more power than traditionally (CPU and memory)
Client: Lotus Notes 8.5.2+ with Domino Designer
Developer team: modern web skills
What's good? Modern web technologies (HTML, CSS, JavaScript)
Integration with Notes/Domino (views, documents, Formula language)
Scoped variables, partial updates, Ajax (Asynchronous JavaScript and XML)
Flexibility and control of output
Seperation of data and UI (web enabling)
Server Side JavaScript with support for Domino

My view on XPages