User Profile

Collapse

Profile Sidebar

Collapse
gawasthi
gawasthi
Last Activity: Dec 24 '07, 06:59 AM
Joined: May 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gawasthi
    started a topic Business Layer in Pojo
    in Java

    Business Layer in Pojo

    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...
    See more | Go to post

  • 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
    See more | Go to post

    Leave a comment:


  • 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",...
    See more | Go to post
    Last edited by miller; May 23 '07, 04:40 PM. Reason: Code Tag and ReFormatting
No activity results to display
Show More
Working...