I just want to know what actually is the difference between DefaultTableDataProvider and CachedRowSetDataProvider
I just want to know what actually is the difference between DefaultTableDataProvider and CachedRowSetDataProvider
and what packages are these classes in?
Those are visual web jsf framework classes which will be in webui-jsf.jar.
And they are in com.sun.data.provider.impl.CachedRowSetDataProvide r and com.sun.webui.jsf.model.DefaultTableDataProvider.
Thanks in Advance
Did you read more about those things on Java doc?
DefaultTableDataProvider
CachedRowSetDataProvider
And also, you've post this thread in the wrong sub-forum. I'll move this thread to the correct place.
I have gone through the API's fully and I was able to identify the differences between them.
Thank you, Eranga for your timely response.
NP lol. Best thing is read a lot, on what we want to clear-up. It make a big difference.
If you have solved the problem, please mark the thread solved.