These sound like basic programming questions. I'm not sure what JCS specific questions you have.
To get started, think of JCS as a simple map. Write the program using a hashmap and the change the hashmap to JCS when you are done. Perhaps this will make it easier for you to begin. Good luck. Aaron --- Sambasiva Reddy <[EMAIL PROTECTED]> wrote: > 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: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
