Subject: Re: Inline Java and the Business Objects SDK
Mike,
You're on the right track. The problem is that Inline::Java always
uses the base type and things can get a bit strange when an API is
constantly using interfaces as return types:
Try this:
my $sessionMgr =
com::crystaldecisions
e("", "InfoStore");
Can't call method "getService" on an undefined value
-Original Message-----
From: Patrick LeBoutillier [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 08, 2008 8:04 PM
To: Vanole, Mike
Cc: Jason Stelzer; [email protected]
Subject: Re: Inline
s returned from methods to the type the API says it
returns.
Patrick
> Mike
>
>
>
> From: Jason Stelzer [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 08, 2008 8:33 AM
> To: Vanole, Mike
> Cc: [email protected]
> Subject: Re: Inline Java and the Business
I used Inline::Java to integrate with several J2EE applications from within
a fairly large perl codebase. There's no dodging picking up java as you go
really. For some things (mostly collections) you'll probably want to
evaluate using a tied reference to hide the java behind a familiar perl
interfa
ore");
A lot for me to learn.
Thanks for the reply, Jason. I've posted on two Business Objects
development forums without even a nibble. I guess my approach is not
very mainstream - unfortunately.
Mike
____
From: Jason Stelzer [mailto:[EMAIL PROTEC
Hi,
I'm trying to use Inline::Java to use the Business Objects SDK without
coding Java. The STUDY and AUTOSTUDY look like they set me up to do
this.
Before I get into the specifics of my challenges I was looking for
anybody who may have had success doing this. I am having limited
success, but I'm