I am new to oracle apex and I need to call java classes through oracle apex database stores procedures but I have no idea how to do this, any clues?
having a "step by step" link about how to do so would be great if possible, its not that easy to work on DB inside apex itself that's why I need a detailed description for steps required.
calling java classes is mandatory for our project, we couldn't avoid.
thanks,
Java classes in the database are wrapped by a PL/SQL layer, so calling a Java class (from APEX) will be no different to calling a PL/SQL procedure, eg