Hello,
I am actually using APEX and there is a problem when it comes to reusability.
When the same behaviour exists within many pages and I have to add another page that does the same thing,
I have to do it all over again (inserting item, configuring it again…) while on Oracle Forms we used to make reusable
components that we can invoke in any page (by reference or by copy).
It is important to note that the plug-ins in apex are just visual components, just HTML and CSS, they do not have
come with inner behaviour, so when i create one and invoke it in an APEX page, i'll have to reconfigure the behaviour again.
Is there any way to do what used to be possible on Oracle Forms ?
Thank you !!!