Rahul Gudadhe

Greenhorn
+ Follow
since Aug 30, 2004
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 Rahul Gudadhe

hi have u ever worked on EJB try doing the bean way. in case of beans once values of particular data var are set and u put it na it will update the database. i m not very sure abt sol as i m not getting ur exact problem and ur application. but just try it might work.bye and best of luck
19 years ago
hi,
we r developin CORBA application on windows, client and server are remotely located devoleped in C++. Now client has to access Server Object refrence for calling server methods. we were using ORBIX, it sugeest to represent server object in the form of CORBAURL which contains fully qualified address for server obj, named key to access it.The URL needs the named key to be registerd with the locator utility along with the server name. For this there is a tcl script used which does environment variable configuration. the code is as

set env_var_list [list \
"PATH=$env(PATH)" \
"CLASSPATH=$env(CLASSPATH)" \
"SYSTEMROOT=$env(SYSTEMROOT)" \
"IT_CONFIG_DOMAINS_DIR=$env(IT_CONFIG_DOMAINS_DIR)"\
"IT_DOMAIN_NAME=$env(IT_DOMAIN_NAME)" \
"IT_LICENSE_FILE=$env(IT_LICENSE_FILE)" \
]
the details abt these thing are available on IONA.com so i want u to help me out how should i configure these env variables.
OR
any other method by which i can proceed to acess the remote server refrence(object). please reply soon. i m desperately waiting
19 years ago