Domino Development - Back to Basics - Overview
XPages development uses well established standards: JSF, JavaScript, HTML, CSS, JSON, HTTP and XML.
However it is different from other web development environments:
However it is different from other web development environments:
- It is highly integrated. database, application and web tier come in one dense package. If your server is up Domino is good to go (no JDBC database timeout)
- The native database is NoSQL (actually the mother-of-all-noSQL), a document oriented store
- It is designed for distributed, partially connected operation
- Code can run on a server or on a client
- Domino provides build in directory and messaging capabilities
- It provides a hierarchical, declarative security model
Posted by Stephan H Wissel on 22 December 2013 | Comments (1) | categories: IBM Notes XPages