You may be asking yourself why you even need to care about Java when it comes to your XPage applications, your xsp file is converted to java and then compiled and ran on the server when called by the browser.…
You may be asking yourself why you even need to care about Java when it comes to your XPage applications, your xsp file is converted to java and then compiled and ran on the server when called by the browser.…
If you have been developing XPage applications you have been developing in Java even if you didn’t know it. When your web browser hits a .xsp url it is not receiving the xsp file that you have written in DDE,…