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
Post a Comment