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: XPages
Quick-n-Dirty: Disable Validation for FileDownload control
If you are using the file download control, you sooner or later want to allow your users to delete an existing file. But if you have some required fields on your XPage, a deletion is not possible because the validation … Weiterlesen
Veröffentlicht unter Java Script, ServerSide JavaScript, XPages, XSnippet
Verschlagwortet mit 8.5.3, Domino, ServerSide JavaScript, Tipp, XPages, XSnippet
Ein Kommentar
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: Use your own Factory classes in XPages
Here is a easy way to use your own factory classes in XPages: 1. Create a file named „com.ibm.xsp.factories.properties“ in the WEB-INF-Folder of your NSF 2. In this file, define the factory classes you want to use in … Weiterlesen
Veröffentlicht unter Extensibility API, Java, JSF, Server, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Domino, Extenisbility API, Java, JSF, ServerSide JavaScript, Tipp, XPages
4 Kommentare
Quick-n-Dirty: Control Dojo generation for individual XPages
Another interesting question has been asked on stackoverflow.com: How to enable or disable the Dojo libraries for individual XPages, not the whole application? Just adding the parameter as shown below to the XPage won’t work: <xp:this.properties> <xp:parameter name=“xsp.client.script.libraries“ value=“none“ /> … Weiterlesen
Veröffentlicht unter ExtLib, Server, ServerSide JavaScript, XPages
Verschlagwortet mit 8.5.3, Dojo Toolkit, Domino, Extension Library, ExtLib, ServerSide JavaScript, Tipp, XPages
Ein Kommentar
Teamstudio Unplugged: SSJS & Error Messages
Today I had to fight with a mysterious error message in a XPage application which is running on Teamstudio Unplugged: SyntaxError: missing ; before statement This IS the message. No more information. No stack trace. No library name. Nothing! It … Weiterlesen
Veröffentlicht unter Errorhandling, Mobile, ServerSide JavaScript, XPages
Verschlagwortet mit Domino, Errorhandling, Mobile, ServerSide JavaScript, Tipp, XPages
Ein Kommentar
XPages: Capture Signatures with the jQuery-Plugin ‚jSignature‘
In one of my current projects it is one of the goals that the members of the field staff have the possibility to sign a report directly on their iPad. After some research I found the very cool jQuery plugin … Weiterlesen
XPages: High Performance Applications
During the last months I worked on a high performance XPages application used by a lot of end users. To get a better data throughput, I decided to use a reverse proxy for load balancing, caching of ressources, SSL connections … Weiterlesen
Veröffentlicht unter Java, Java Script, Lotus Script, Performance, ServerSide JavaScript, Web, XPages
Verschlagwortet mit Domino, Java, Java Script, Lotus Script, Performance, Server, Tipp, Web, XPages
8 Kommentare
XPages: The Outputstream and binary data
As wiritten in the comments, Verne is correct. I just missed the „facesContext.responseComplete()“ in the beforeRenderResponse event. If you want to get control over the outputstream of a XPage, you can use the response object from the ExternalContext: var response … Weiterlesen
Veröffentlicht unter Java, Server, ServerSide JavaScript, Web, XPages
Verschlagwortet mit 8.5.3, Domino, HTTP, Java, Server, ServerSide JavaScript, Web, XPages
7 Kommentare
Security: Another XSS Vulnerability in Domino
Stephan Wissel wrote about a XSS vulnerabilty for Domino servers (< 8.5.4) and in his post you will get an advise how to protect your domino server against this attack. Thanks for this! Works great! But there is still a … Weiterlesen
Veröffentlicht unter Infrastruktur, Java Script, Security, Server, Web, XPages
Verschlagwortet mit 8.5.2, 8.5.3, Bug, Domino, Security, Server, Web, XPages
Schreib einen Kommentar
Quick-n-Dirty: Disable Domino’s Cache for easier development
I am currently developing a larger application and have a lot of different mobile devices for testing purposes. After making some changes it is required that all test devices have the latest version of my XPages running, and that the … Weiterlesen
Veröffentlicht unter Allgemein, Infrastruktur, Server, Web
Verschlagwortet mit Administration, Domino, HTTP, Server, Web, XPages
2 Kommentare