MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

In memeory cache / database

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
nivedita
Beginner


Joined: 04 Nov 2003
Posts: 22
Topics: 15

PostPosted: Fri Dec 26, 2003 3:59 am    Post subject: In memeory cache / database Reply with quote

HI ,

I am enclosing some writeup on in-memory cache / database .Can you please let me know if such an implementation is possible
for mainframe cobol / db2 application .The below writeup was prepared for a java application .



The set of data like reference data, business rules and validation rules which are frequently accessed by the application. Typical characteristics of these data are:

Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Fri Dec 26, 2003 12:54 pm    Post subject: Reply with quote

vani,

You can code a simple stored procedure which can be invoked from Java and will return the result set to client. check this link for Using stored procedures for client/server processing.

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DSNAPH11/6.2?DT=20010710165542

Hope this helps...

cheers

kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sri_naveen
Beginner


Joined: 29 Oct 2003
Posts: 10
Topics: 0
Location: Indore, India

PostPosted: Tue Dec 30, 2003 4:23 am    Post subject: Reply with quote

Hi Vani,
Stored procedures are alright if you also constantly update info, but since this is a typical read only stuff that needs to reside in MM, you can use the time tested Object Oriented paradigm....declare a template (its possible in java) and hardcode the logic on a layer above that template...this can be read only and reside in MM..while you can actually instantiate an object for the update transaction(s).
Lets not constrain our working to the so called "Database frameset"...OODB can be fun to explore...
Thanks and regards
_________________
Regards,
Naveen Srinivasan
Computer Sciences Corporation

--To err is human, to err again is more human--
Back to top
View user's profile Send private message Yahoo Messenger
vani
Beginner


Joined: 28 May 2003
Posts: 51
Topics: 30

PostPosted: Tue Dec 30, 2003 9:46 am    Post subject: Reply with quote

Thanks, using stored procedure was a good suggestion.

Will get back if I face any probelms.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group