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
Schlagwort-Archive: Domino
Quick-n-Dirty: How to add HTML 5 events
One way for adding unsupported events to an XPage or a component is the trick from Keith. But this is limited to CSJS only. If you need to execute a server side event, you just need change the name of … Weiterlesen
Veröffentlicht unter HTML, HTML5, Java Script, ServerSide JavaScript, Web, XPages
Verschlagwortet mit 8.5.3, Designer, Domino, HTML, HTML5, Java Script, Partial Refresh, ServerSide JavaScript, Tipp, Web, XPages
3 Kommentare
In Ya Facet!
Using Facets in XPages is very nice, because it gives you an easy way for a global design of your application (and much more). It can be used in all XPages and their custom controls. The xp:callback element defines a … Weiterlesen
A performance bottleneck?
Paul Withers wrote an very interesting article about the difference between a passthrough UIComponents and the corresponding XPages elements. This means the use of <br> instead a <xp:br>, or a <div> instead of a <xp:div>. A while ago I have … Weiterlesen
Veröffentlicht unter Allgemein, Java, JSF, Performance, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Domino, Java, Partial Refresh, Performance, XPages
Schreib einen Kommentar
XPages: The Problem with DataContext Variables
There is a large problem with data context variables if they are bound dynamically. They will be recomputed again and again, even when in Partial Execution mode and if they are not in use. Here is a small demo XPage: … Weiterlesen
Veröffentlicht unter Allgemein, Performance, XPages
Verschlagwortet mit 8.5.3, Domino, EL, Expression Language, Partial Execution, Partial Refresh, XPages
6 Kommentare
Quick-n-Dirty: Disable all validators at once
In a larger project there are a lot of forms to fill in, each form has many fields with validators and converters. During the development of the workflow it was really helpful to disable all validators at once by using … Weiterlesen
Veröffentlicht unter Allgemein, Errorhandling, Java Script, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Domino, Errorhandling, Java Script, ServerSide JavaScript, Tipp, XPages
Schreib einen Kommentar
XPages: compositeData is undefined
An interesting question was asked on StackOverflow.com: The compositeData of custom control is undefined in beforeRenderResponse event. I have never noticed this before, but if you are accessing the compositeData object in the before-, afterRenderResponse or the afterRestoreView event, the … Weiterlesen
Veröffentlicht unter Java, JSF, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Domino, Java, Java Script, JSF, ServerSide JavaScript, Tipp, XPages
Schreib einen Kommentar
Quick-n-Dirty: Import SSJS libraries with DXL
In the last time I have developed different techniques for manipulating the design elements of XPages applications. While I am still working on a way for manipulating the localization files, I was playing a little bit with DXL imports. Here … Weiterlesen
Veröffentlicht unter Allgemein, Java, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Designer, Domino, Java, ServerSide JavaScript, Tipp, XPages
Schreib einen Kommentar
XPages: UI for editing localization files (1)
For one of my customers I am developing an easy way for editing the localization/translation of existing XPages applications: Instead of importing and exporting the property files with the Domino Designer (which is not an option for non-developers) it would … Weiterlesen
Veröffentlicht unter Java, ServerSide JavaScript, Web, XPages
Verschlagwortet mit 8.5.3, Designer, Domino, HTML, Java, ServerSide JavaScript, Tipp, Web, XPages
Ein Kommentar
XSnippets: viewPanelHelper
I have added a new XSnippet, the viewPanelHelper. The code helps to keep the selection of the selected documents in a view panel even if pager is used or categories are expand or collapsed. It is not required to modify … Weiterlesen
Veröffentlicht unter Allgemein, Dojo Toolkit, Java Script, ServerSide JavaScript, XPages, XSnippet
Verschlagwortet mit 8.5.3, Dojo Toolkit, Domino, Java Script, Partial Refresh, ServerSide JavaScript, Web, XPages, XSnippet
Schreib einen Kommentar