I am new to Oracle ADF. I have created a ADF web application using jDeveloper(11.1.2.4). When I am running my application in jdeveloper it is showing some warning messages. My application is working fine.
I am getting warnings like myBean is in pageflow scope but it is not serialized.
In adf we have following scopes
- Application Scope
- Session Scope
- Request scope
- View scope and more...
Could you please explain which scope bean should be serialized and why.
I read the blog ADF beans and serializableand in this blog I am unable to understand Frank comment. Please explain.
Thanks a lot in advanced.