Hi,
I think i need a persist data,
an example I need to get a sequencial number (not query from
DB) that can access by multiple users.In the addorder
process also includes others business logic like validation
that it variable also I need to set as array data.
I avoid to use DB since it slowdown the performance. Any
Help.
I have several way in the mind (correct me if I wrong):
1 to create a multithreaded socket server that become the
main application, each time the users add order, the server
get the sequencial no from its variable and validate it. EJB
here is only for add record to DB etc.
2 another option is to fully depend on EJB but I still not
have any idea.
Please comment. Thanks in advance.
Regards
Johnson
-----Original Message-----
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED]]On Behalf Of Russell,
Glenn
Sent: Friday, February 23, 2001 4:38 PM
To: [EMAIL PROTECTED]
Subject: Re: Save and Load data to/from memory
Hey,
A stateful session bean should be able to help you, a
statement based on
my next question...do you intend to persist the data in
those variables or
are they transient?,
Glenn.
-----Original Message-----
From: johnson-johnson [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 4:39 AM
To: [EMAIL PROTECTED]
Subject: Save and Load data to/from memory
Hi all,
I want to save/load data from variabel rather than
dump/query from DB, I wondered, can I do it using EJB ?
If yes, what type of EJB do I use to maintain the data in
memory ?
If No, How is the best way to do it?
Thanks in advance
Johnson
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body
of the message "signoff EJB-INTEREST". For general help,
send email to
[EMAIL PROTECTED] and include in the body of the message
"help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body
of the message "signoff EJB-INTEREST". For general help,
send email to
[EMAIL PROTECTED] and include in the body of the message
"help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".