The Artima Developer Community
Sponsored Link

Java Answers Forum
need java code for caching

1 reply on 1 page. Most recent reply: Feb 24, 2005 1:40 PM by Grant Swanjord

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
sarah

Posts: 2
Nickname: salsa
Registered: Feb, 2005

need java code for caching Posted: Feb 17, 2005 3:25 PM
Reply to this message Reply
Advertisement
hi all.
I just want to know the java source code for caching on the client side in mobile applications using j2me ( it should be part of a project for smart ticketing using j2me & we need caching here on the client side to reduce time & keypad labor for exmaple: we don't need every time to enter the zipcode, credit card number, or even personal login information.
So, please I need help on that issue & thanks all in advance


Grant Swanjord

Posts: 2
Nickname: gswanjord
Registered: Jan, 2003

Re: need java code for caching Posted: Feb 24, 2005 1:40 PM
Reply to this message Reply
I don't have any experience with j2me, but if I was writing a cache, I'd probably base it on java.util.Map. It sounds like using key-value pairs is what you're looking for.

Flat View: This topic has 1 reply on 1 page
Topic: Velocity vs. Freemarker? Previous Topic   Next Topic Topic: Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use