Website development for domino server

I need to make a small website to host on the domino server, but as I understand it, I could not use a simple .html file or .php, instead it works with some weird things like .nsf, right? Also, I don’t understand what language is used to deploy web pages with the domino server, and if there is a good book about it.

+3
source share
7 answers

Starting with Lotus Domino 8.5.x, you can create web applications using XPages. XPages "is based on web development languages ​​and standards, including JavaScript, Ajax, Java, Dojo tools, server-side JavaScript, and JavaServer Faces" (source: http://en.wikipedia.org/wiki/XPages ).

XPages, : XPages: XPages XSP

"" - Lotus Domino, XPages . : IBM Lotus Domino: -

+7

html , Domino , - .

- html, html /domino/html, .

- , http://www.xpages.info, Open Source Domino.

, Wikis, "Team Rooms", , . . - , Wordpress Joomla, .

: http://xpages.info/XPagesHome.nsf/Demos.xsp

, gotchas, . , .

+5

domino/html, - Domino, 8.5, XPages. , JSP (Java Server Pages) - , Java, JavaScript, AJAX, DOJO, CSS, , .

, :

XPages Portable Command Guide: XPages XSP

XPages: XPages XSP Language

XPages: XPages

+2

Domino Notes (.nsf), HTML. domino\html.

- .

HTML, CGI, Java -

+1

HTML ,

html , domino\html, :

  1. - :

https://www.ibm.com/support/knowledgecenter/SSKTMJ_10.0.1/admin/conf_configuringhtmlcgiiconandjavafilesforwebsite_t.html

  1. .

:


-:

enter image description here

:

enter image description here

Open in browser:

enter image description here

With this approach, I deployed a full angle single-page application on a domino server.

0
source

All Articles