Hi,
This is more of a J2EE question. I am not sure if this is the right forum for it. I couldn't find a more relevant one. If this is not, please inform me.
I have my business layer implemented in Pojos. There are 2 layers, 1 for the remote interfaces which is located by the service locator for the client to access business methods. And the second is the implementation layer which is actual business methods.
Can anyone...
User Profile
Collapse
-
Business Layer in Pojo
-
Hi,
You are spot on man. Thanks for the elaborate and quick reply.
Using only "$session = InCharge::sessi on->new(...", I was able to do it.
To clarify what I was doing, this script adds a router named crossroads into the repository of Incharge.
I am truly awed by the detailed response you have given. Many thanks. Inspires me to help others :-)
Gaurav -
Cant find domain 'INCHARGE' in broker 'localhost:426'
Hi,
I am absolutely new to perl and for a specific reqmt I am running the following script:
[CODE=perl]
#!/usr/bin/perl
use warnings;
use lib '/opt/InCharge65/IP/smarts/perl/5.6.1/lib';
use InCharge::sessi on;
$session = InCharge::sessi on->init();
$session = InCharge::sessi on->new( "INCHARGE" );
$session = InCharge::sessi on->new(
broker => "10.213.31.209: 426",...
No activity results to display
Show More
Leave a comment: