Hi,
How to get the data from JCS object after caching the data.
My requirement is following:
1. loading data from excel file using FileReader.
2.putting into JCS object
3.getting from JCS object if not reload.
What my doubt:
I have one table that contain more than 5000 rows in that table in Excel Sheet.
doubt is: how many objects i need to load one object/one table or one
object/row.
1.I loaded data from excel file using FileReader.
2.I put that data into JCS object.
another doubt is:
I didn't getting data from JCS object and how to get data from JCS.i
used jcs.get() method and type-casted to data table. when i'm printing
that using sop() ClassCastException coming,
can u plz. tell me the answer for this and advanced thanks .
---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-dev-help@jakarta.apache.org
|