Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Java Callout doc / sample?
cc96ai
Hi, I looked couple of thread,
and mention about the developer guide will have some doc / sample on it,
but i can't find it
( I can't find any from KB, too )
anyone point to it plz.
--------------------------------------------
TS 6.1 W2K3
TS 6.5 SP2, W2K3 SP1
OpenDeploy 6.0
Find more posts tagged with
Comments
Adam Stoller
What are you trying to do?
Callouts for DCTs are documented in the FormsPublisher Developer's Guide - but I don't believe there is any documentation on using Java for those callouts.
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
cc96ai
I try to retireve data from database
I think Java will handle better / easiler than perl.
--------------------------------------------
TS 6.1 W2K3
TS 6.5 SP2, W2K3 SP1
OpenDeploy 6.0
jkm
Perl:
BI works perfectly fine ... shud be easy and quick one :-)
nipper
Perl:
BI works perfectly fine ... shud be easy and quick one :-)
As long as you are not trying to use DB2.
cc96ai
We have mySQL, oracle, DB2.
but i m using mySQL for testing.
does TS come with any java-callout sample code?
--------------------------------------------
TS 6.1 W2K3
TS 6.5 SP2, W2K3 SP1
OpenDeploy 6.0
nipper
By the lack of responses I am guessing no.
So, what are you trying to do ? A large difference between FormAPI and callouts
is that the callouts are server based and FormAPI is client based. Doing DB commands
form the client can be tough since there can be a significant differnce on drivers between
environments. But, what do you want to do with this DB information after you get it ?
cc96ai
I am trying to do retrieve the db info and pupulate into drop down box
which is similar to cgi-callout sample.
the reason to try on Java
we might switch the database to oracle/db2,
(i know perl can do it, just seeking any better way to resolve future redo coding problem)
--------------------------------------------
TS 6.1 W2K3
TS 6.5 SP2, W2K3 SP1
OpenDeploy 6.0
JeremyH
Com'on DBI for DB@ is not that hard to use. It just requires following all 23 steps of the install process.
jkm
A nice article on how to connect DB2 using Perl
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0410casey/
You can see lot many threads if you do googliee
Perl:
BI Connect DB2
cheeerss