Shobana Niranjan

Greenhorn
+ Follow
since Sep 03, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shobana Niranjan

How do we write a message selector whose values for the variables are known only at runtime? I have to write a mdb that selects specific messages using a selector.Though the names of the variables will be known , the values of the variables will be known only at runtime.(dependant on the database). Any suggestions?
Thanks in advance
Hi all,
The project is actually an add-on to an already existing application.Several vendors host their appliations on different technologies and different app servers. Hence only minimum modifications can be made to each of their applications. Where as app2 is yet to be developed and will be provided links from the pages hosted by different vendors. Again vendors will not expose their database. In this scenario what do you is the best way to migrate a session and its related data from one appserver to another?

Thanks ,
Shobana
Hi all,
Thanks for the suggestions. URL rewriting will work if the data maintained in the session is only text. How can we modify it to handle non-text data(like images for example, the location could be different on both the apps)?
Thanks ,
Shobana
Hi all,
I have two different applications running in two different app servers. App1 ( which may be in .NET) has a link to one of the web pages in app2. The user logs in to app1 and clicks on the link, which takes hiim to app2.Now the problem is that the transfer of session data from app1 to app2 should be transparent to the user. Also note that in any point of time the user might return to app1 from app2 and again this should be transparent. How can this be accomplished?
Thanks,
Shobana
Hi Daniel,
All traces of jdk 1.3 in path and classpath environment variables have been removed , but it still shows version 1.3. While uninstalling using the provided uninstaller, it has removed all directories except lib. Any suggestions?

Thanks ,
Shobana
19 years ago
Hi Hendarsjah,
I installed jdk 1.4 in a new folder and also changed the path environment variable to point to the new folder. When I run java -version on the command prompt it still shows 1.3
Thanks
Shobana
19 years ago
Hi all,
I had jdk 1.3 installed in my system. Some software needed jdk 1.4, but after installing jdk 1.4 the system still reports java version as jdk 1.3. Any suggestions/ work arounds?
19 years ago
I am an SCJP preparing for SCBCD. Though I get to see lot of resouces for preparation, I am not able to finalise on a study plan. Any advice on this?? I do not have any develoment experience in EJB. Can you share your study plans ?