Suche
Kategorien
Über…
Das ist das Blog von Sven Hasselbach über Themen aus der Entwicklung und alles, was ihm sonst so durch den Kopf geht.
Seit 2003 als freiberuflicher Entwickler deutschlandweit im Einsatz, mit dem Schwerpunkten Lotus Notes & XPages, Spring, Java & OSGi
IBM ICS Champion 2013
Um Kontakt mit mir aufzunehmen, einfach eine eMail an contact<at>hasselba.ch schicken oder mich bei XING finden:
Projektanfragen sind immer willkommen!-
Neueste Beiträge
Neueste Kommentare
- Chris Eggenberger bei xsp.application.context.proxy
- Chris Eggenberger bei xsp.application.context.proxy
- Displaying Markdown in an XPage using the showdown.js library - wp2020.focul.net bei XPages: Inject CSJS code at page top
Archive
Meta
Archiv der Kategorie: XSP
XPages: Execute Events with HTTP Get
To execute an event on the server, you normally have to send a POST request, because actions will be executed in the Invoke Application phase of the JSF lifecycle. A GET request will only process the Restore View and the … Weiterlesen
Veröffentlicht unter Dojo Toolkit, Java, Java Script, JSF, Performance, XPages, XSP
Verschlagwortet mit 8.5.3, 9.0, Dojo Toolkit, Domino, HTTP, Java, Java Script, JSF, Performance, XPages, XSP
2 Kommentare
XPages: A Bootstrap Skin for CKEditor
I have found a very nice skin for CKEditor, the “BootstrapCK-Skin”. It gives a bootstrap look and feel to the Editor: The dialogs are also skinned: You can find and download the skin here http://kunstmaan.github.io/BootstrapCK-Skin/ To use the skin in … Weiterlesen
Veröffentlicht unter Java Script, Web, XSP
Verschlagwortet mit 9.0, Domino, Java Script, XPages
4 Kommentare
XPages: Optimized Partial Refreshs (2)
With the Optimized Partial Refresh you can do a lot of nice things: If only a part of the form is sent to the server, only this part of the components in the JSF component tree will be processed. This … Weiterlesen
Veröffentlicht unter Dojo Toolkit, Java, JSF, Performance, XPages, XSP
Verschlagwortet mit 9.0, Dojo Toolkit, Domino, Java Script, JSF, Partial Refresh, Performance, Server, XPages, XSP
Schreib einen Kommentar
XPages: Optimized Partial Refreshs
Inspired by the last post of Mark, I have created a small CSJS snippet which allows to optimize the behaviour of a Partial Refresh. Normally, if you execute a Partial Refresh, all elements of a form are sent to the … Weiterlesen
Veröffentlicht unter Dojo Toolkit, Java Script, Performance, Web, XPages, XSP
Verschlagwortet mit 8.5.3, 9.0, Dojo Toolkit, Domino, Java Script, Partial Refresh, Performance, Tipp, XPages, XSP
6 Kommentare
Quick-n-Dirty: Ajax Fileuploads
Here is an example how to upload a file with Ajax to a XPage. It is a simple Javascript, and adds the required fields to the xhr request. This example works in FireFox and Chrome and should work on Domino … Weiterlesen
Veröffentlicht unter Dojo Toolkit, Java Script, ServerSide JavaScript, Web, XPages, XSP
Verschlagwortet mit 8.5.2, 8.5.3, 9.0, Dojo Toolkit, Domino, Java Script, Partial Refresh, ServerSide JavaScript, Web, XPages, XSP
Ein Kommentar
XPages: File downloads and blocked UI
Yesterday Christian asked a very interesting question: He had observed that the browser UI is blocked when clicking a button which generates a PDF on the server and sends the result. For about 30 seconds no button is working, no … Weiterlesen
Veröffentlicht unter Dojo Toolkit, HTML, Java Script, Web, XPages, XSP
Verschlagwortet mit 9.0, Dojo Toolkit, Domino, HTML, HTTP, Java, Java Script, Partial Refresh, Web, XPages
Schreib einen Kommentar
XPages: Dojo 1.8.1 & jQuery Mobile 1.3.1
As David Leedy got into trouble with Dojo 1.8.1 and jQuery Mobile 1.3.1 and after reading the follow up from Ulrich Krause with the analysis of the problem, I thought that this problem is caused from the AMD loader of … Weiterlesen
Veröffentlicht unter Dojo Toolkit, HTML, Java Script, ServerSide JavaScript, Web, XPages, XSP
Verschlagwortet mit 9.0, Dojo Toolkit, Domino, HTML, Java Script, jQuery, Mobile, Partial Refresh, Web, XPages, XSP
5 Kommentare
Notes 9: Some interesting xsp.properties
Some interesting new xsp.properties were introduced with Notes 9: xsp.client.resources.uncompressed When set to true, all Dojo libraries and CSS resources where delivered in the uncompressed version. The path changes f.e. to /xsp/.ibmxspres/dojoroot-1.8.1-u/dojo/dojo.js. xsp.client.script.dojo.html5attr When set to true, the Dojo HTML5 … Weiterlesen
Veröffentlicht unter Dojo Toolkit, HTML5, Server, XPages, XSP
Verschlagwortet mit 9.0, Dojo Toolkit, Domino, HTML5, Server, XPages, XSP
11 Kommentare
Quick-n-Dirty: Non Closable Dialog for ExtLib
I have created a dirty hack for dialogs which prevents users to close the dialog by pressing the escape key or the close button. In my first approach (StackOverflow.com)the hack has overwritten all dialogs for the whole XPage. This version … Weiterlesen
Veröffentlicht unter Dojo Toolkit, ExtLib, Java Script, XSP
Verschlagwortet mit 8.5.3, Dojo Toolkit, Domino, Extension Library, ExtLib, Java Script, Tipp, XPages, XSP
Ein Kommentar
Quick-n-Dirty: HTML5 UIComponents without effort
Obviously it was Chris Toohey who first has discovered the way of manipulation UIComponents with the tagName attribute: http://www.dominoguru.com/pages/xpage_xptext_tagName_options.html The xp:text – element can easily manipulated to add HTML5 functionality to a XPages. By overriding the property tagName, the component … Weiterlesen
Veröffentlicht unter Allgemein, HTML, Java Script, JSF, Web, XPages, XSP
Verschlagwortet mit 8.5.3, Designer, Domino, HTML, Java Script, JSF, Partial Refresh, Tipp, Web, XPages, XSP
2 Kommentare