Originally posted by Jody Seigle:
Is the java provided CORBA.ORB class really a fully functional implementation? -- Or does it require a vendor implementation?
If I only used the java provided ORB class I wasn't able to use the ORB once it was initialized. Every method call would freeze the applet.
I'm using sdk 1.4.1 and currently just using appletviewer on a local machine for all testing.
Thanks.
Originally posted by pradeep anandan:
Well it was a great to see so much response..
and I think We are not arriving to a conclusion as there is not enough information provided.
As I am in the learning curve of UML and I was just going through a Banking Application eg to make a UML
design of it.
And there I had a doubt of it.
As in RDBMS we have 2 different tables one for Acccount type and other Account and have a foreign key relationship
will the same is applied in OOPS where The rate of interest differs with the account type
Regards,
Pradeep
Originally posted by pradeep anandan:
I have a Account type class and Account class
where Account TYpe has differnet types of Accounts eg:Saving and Current
and Account class stores the account info like Account id,account type.
To get account type in account class what type of relationship should i show between 2 classes
1) Association or inheritance. and why
Regards,
Pradeep