session - passing objects between 2 applications in separate JVMs -


i have portlet application running on portal server , webapp running on application server. want make call portlet application jsp app application. can make call; no issues.. can pass values in request parameter; no issues.. want pass object appserver application , not sure how this.

try using java rmi. after implementing couple of interfaces can pass objects between jvm's quite easily. laird mentioned, requires serialization, done implicitly java, there's chance won't have worry it.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -