Xpages or JAVA and how to connect to SAP

Xpages or JAVA and how to connect to SAP

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...
Xpages or JAVA and how to connect to SAP

Xpage debugging in Firefox – Firebug.

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...