-
speeding up XPages execution AND development
to speed up execution you should native Java code whereever possible!!!!!!!!! (should I add some more explanation marks???????) DID YOU GET THIS okay.. fun aside… let’s get down to the hardcore stuff: let’s assume you created a helper class doing some nice stuff for you on your XPage (such as logging to another place than…
-
sick of adding hundres of standard validators in a huge XPage?
I am! do they, who the hell are they anyway?, really expect you to add on 50 to 100 fields with all those clumsy interface buttons the normal validators?examples? let’s count the steps it takes me to add a validator:1. select the field in the XPage2. open properties view3. “enlarge” (or drag it upwards) the…
-
JSF phases in XPages
I was trying to setup a system to handle “validation” via setup documentsthe normal validators which can be set up directly on each field would not help much (or be too much work to implement) I first tried a simple method: isDocValid returning true/false and adding JSF Messages like following: String m1 = “summary: ups…