Posted: Sun Jan 09, 2005 9:18 pm Post subject: C,C++ APIs
Newbie
Joined: 15 Dec 2004 Posts: 4
Hi,
Going through the programming guide C and C++ apis offers more functionality than Java for example. Asynchronous client/server communication is supported in C and C++ language, 'push data access model' is also supported in C and C++ language only. Can share any experience using these two apis?
I had a look at the NJAPI and I don't believe the above apis are supported there also.
when simply counting the API methods you are right: C and C++ provide more functions than the Java API. However, if you look closer - what is really missing? The asynchronous API is not used and the push model has
performance impacts. Using an UPES instead of PEA is recommended for years now so the missing PEA APIs in the NJAPI should also not hurt. Looking into the future my clear recommendation is to use the (native) Java API.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum