RE: Inline Java and the Business Objects SDK

2008-07-09 Thread Vanole, Mike
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

RE: Inline Java and the Business Objects SDK

2008-07-09 Thread Vanole, Mike
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

Re: Inline Java and the Business Objects SDK

2008-07-08 Thread Patrick LeBoutillier
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

Re: Inline Java and the Business Objects SDK

2008-07-08 Thread Jason Stelzer
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

RE: Inline Java and the Business Objects SDK

2008-07-08 Thread Vanole, Mike
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

Inline Java and the Business Objects SDK

2008-07-07 Thread Vanole, Mike
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