faqts : Computers : Management Systems : TCSI : Catalant : Server Development

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

Watch out for related AO class names

Oct 14th, 2004 07:30
Kalu Ral, Engineer TCSI, http://www.consolidate-loan-student.com , http://www.0-apr-credit-card.biz , http://www.clearpathoverseas.com


When writing classes in MOSU files, do not use combinations such as
   XXX   XXXHelper  XXXHolder StubForXXX
where "XXX" is any string.  Your AO class gets translated to an IDL 
interface, and the IDL interface into Java client classes.  For each 
class named "XXX", Java for IDL generates "XXXHelper", "XXXHolder", 
and 
"StubForXXX", so if you already have these class names, you have 
problems.  (Code compiles, but re-compiles many many times. Not sure 
if 
it actually runs.)