Anthony_Castillon

Greenhorn
+ Follow
since Jul 17, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anthony_Castillon

Thanks for the tips, James. However, the ServiceProgramCall class API says that a max. of 7 parameters may be passed to the service program. In my program, I may have to pass more params. Have any idea how to handle that?
22 years ago
How can I call a function written in RPG for AS/400 from my Java application? I think JNI cannot be used because it can only handle C/C++ functions. What other options are there?
22 years ago
I browsed over the book last week and I'm quite impressed with the topics. Hope to be able to get a copy of it soon.
Another WROX book, Java Server Programming J2EE Edition, mentioned that using stored procedures isn't consistent with the tenets of the J2EE specification. How do you think should we handle it? Should we place Strings representing our stored procedures in our web.xml file as context-params?
22 years ago