Does anyone know of available Javadoc for Tibco rvd datagrams (specifically, class "com.tibco.tibrv.TibrvMsg")? It is not hard to decompile classes to get signatures, but that does not tell a lot about expected optimal usage and such.

All I need is simple read/write functionality for interoperability purposes, but ideally using recommended methods, and sometimes things like that are included in javadocs (I know that the product is not actively developed or supported, but there are lots of legacy systems that use it; and some non-rvd systems that use the data format itself for convenience (?)).

link|improve this question

76% accept rate
feedback

2 Answers

up vote 1 down vote accepted

All TIBCO documentation including for Rendezvous may be found here:

http://power.tibco.com/pubslib/

Though you may need a customer id or support contract to access it.

link|improve this answer
Thanks. I'll see if I can find a customer id, we are a customer so it should be possible to figure that out. – StaxMan Oct 30 '09 at 4:36
Indeed. And if you have Rendezvous installed on your machine, the documentation (including javadoc) should be available too (on Windows go to Start > All Programs > Tibco > [Product] > Documentation). – Pascal Thivent Oct 30 '09 at 10:36
feedback

If you installed RV you can go here: /DOC/HTML/wwhelp/wwhimpl/js/html/wwhelp.htm

but don't use Google Chrome to view it - only Firefox and Internet Explorer will work

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.