by Johan Meyer | Mar 30, 2012 | XPages
If you want to connect to SAP from Xpages or JAVA the easiest way is by using the SAP JAVA Connector. You can download the SAP Connector from the SAP website here. I spend a few hours on trying different ways of doing this and at the end I used the SAP JAVA Connector...
by Johan Meyer | Mar 29, 2012 | XPages
As you might know it is quite time-consuming to debug your xpage code. I created a small function that you can use in xpages that will print to your Firefox – firebug console and allow some debugging for Xpages in Firefox. You will need to create a server-side...