Hi,
I am using datasources with RPC in my project.
When I run my project, it is loading the data in all the datasources which causes the project to be slower and to get unneeded data.
Note that I copied Showcase.html and the Showcase.java from the Showcase project and I edited them in order to make them work with my project.
When debugging, I found out that the datasources are triggered and loaded before the Showcase.java is even called.
Any idea how to stop that or how these are called so that I change them?
Thank you,
I am using datasources with RPC in my project.
When I run my project, it is loading the data in all the datasources which causes the project to be slower and to get unneeded data.
Note that I copied Showcase.html and the Showcase.java from the Showcase project and I edited them in order to make them work with my project.
When debugging, I found out that the datasources are triggered and loaded before the Showcase.java is even called.
Any idea how to stop that or how these are called so that I change them?
Thank you,
Comment