Hi Friends,
I can create different webdynpro components and all components can have different component controllers.
hwo to handle common logic for Model? I mean database data methods written in Java.
I am connecting to database using a Java class.
i have some methods in it.
I want to use this class as a model to be reused in different components.
is it good idea?
is there any other way?
and..
How to handle common data between different components?
How to handle session management, login to database to get data?
Thanks!
Add a comment