| Author |
share same object between 2 different web application
|
jim li
Ranch Hand
Joined: May 20, 2008
Posts: 177
|
|
Hi,
i have Project A , and Project B. Both projects are depend on project C.
when i use web web application A to use object in project C to store some information, i also want the same information could be shown in project B by using the same object from project C. how can i do it? i know the objects are initialized in different class loader.
thank you
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
RMI perhaps?
But, would it not be better to share the information through a shared database?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
jim li
Ranch Hand
Joined: May 20, 2008
Posts: 177
|
|
|
tx, i will use derby
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19214
|
|
jim li wrote:tx
Sorry to nitpick, but please UseRealWords: "thanks".
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: share same object between 2 different web application
|
|
|