It does. And you can see that their class structure has a RPC Broker wrapper with equivalent functionality.
Dialog Medical has been running an ActiveX control for RPC Broker functionality for some time now. I've seen a .NET Version using remoting and the FixIt model isn't obfuscated. It's not terribly complicated. If you don't want to make native calls, you can always wrap and route. Place web service like functionality on the M/Cache Server and then make calls into it. At some point, you'll want to make calls into the data layer or business functionality without having to only re-use existing calls. Then you'll benefit from having flexible plumbing. /David. David Sommers, Architect | Dialog Medical -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Sent: Monday, March 06, 2006 5:13 PM To: [email protected] Subject: Re: [Hardhats-members] Java-client access to VistA RPC (Remote Procedure Calls) Doesn't VistALink support Java (not sure if it uses RPC architecture). There's also the FixIt stuff at http://www.uku.fi/tike/fixit/english.html At 03:18 PM 3/6/2006, you wrote: >I've been asked to look into the possibility of using a Java client to >access VistA via the RPC Broker. Is this perhaps something simple that has >already been done (I hope, I hope, I hope) or will it require inventing (as >opposed to reinventing) the wheel? ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
