[jacorb-developer] Doubts related to Jacorb implementation

Jerome Julius jeromejulius at verizon.net
Thu Nov 25 00:40:28 CET 2010


Another book that has good examples of Corba programming
using both Java and C++ is

"Pure Corba"
by Fintan Boltan

Here is the Amazon link

http://www.amazon.com/Pure-Corba-Fintan-Bolton/dp/0672318121/ref=sr_1_1?s=books&ie=UTF8&qid=1290638202&sr=1-1

Gerald Brose wrote:
> Srikanth
>
>
> JacORB does not have an API of its own, it implements the APIs defined
> by OMG's CORBA stadmards, so you may want to consult:
> a) the OMG documents (http://www.omg.org/spec/CORBA/2.3/)
> b) one or two good books on CORBA (Nick made an excellent recommendation
> alreday ;-)
> c) the JacORB Programming Guide
> d) the individual demos that come with JacORB
>
> Cheers,
> Gerald.
>
>
> Am 24.11.2010 16:30, schrieb srikanth gunuputi:
>   
>> Hi Nick,
>>
>> Is there any document which is having JACORB API, if yes can you please
>> share the document or link.
>>
>> Thanks in advance,
>> Srikanth.
>>
>> On Wed, Nov 24, 2010 at 8:48 PM, srikanth gunuputi <
>> srikanth.gunuputi at gmail.com> wrote:
>>
>>     
>>>   Hi Nick,
>>>
>>>   Thanks a lot for your reply.
>>>
>>>   In OrbixWeb, there are few methods like, _OrbixWeb.ORB.impl_is_ready(),
>>>   _CORBA.Orbix.processEvents(). I want to find alternatives for these
>>> methods in Jacorb.
>>>
>>>  Can you please suggest me how can i do this?
>>>
>>>   Thanks,
>>>   Srikanth.
>>>
>>>   On Wed, Nov 24, 2010 at 8:36 PM, Nick Cross <nick.cross at prismtech.com>wrote:
>>>
>>>       
>>>> Reply inline...
>>>>
>>>> On 24 November 2010 12:59, srikanth gunuputi
>>>> <srikanth.gunuputi at gmail.com> wrote:
>>>>         
>>>>> Hi Techies,
>>>>>
>>>>>
>>>>>
>>>>> I am new to Corba and Jacorb. I am having few questions in Jacorb.
>>>>>
>>>>>
>>>>>
>>>>>   1. I want to know that, how to register objects using Jacorb.
>>>>>
>>>>> In OrbixWeb we can do this by calling _orb.connect(this). How can I
>>>>> implement this in Jacorb.
>>>>>           
>>>> I think this is a BOA/Orbix method? You probably want to look at POA
>>>> methods
>>>> e.g
>>>> org.omg.CORBA.Object o = poa.servant_to_reference(new AnyServerImpl());
>>>>
>>>> "Java Programming with CORBA" you might find useful
>>>> http://www.wiley.com//legacy/compbooks/brose/
>>>>
>>>>         
>>>>>   1. In Jacorb how can I implement the IOCallbacks in Jacorb.
>>>>>           
>>>> Not sure what this is....
>>>>
>>>>         
>>>>>   2. I found that, there are many methods which are in OrbixWeb are not
>>>>>           
>>>> in
>>>>         
>>>>>   Jacorb. Is there any way to find the exact matches for this.
>>>>>           
>>>> You probably want to establish whether these are proprietary Orbix
>>>> methods or deprecated methods etc. Any examples?
>>>>
>>>>         
>>>>>   3. Any links or pointers for the Jacorb materials and for Jacorb
>>>>>           
>>>> compiler
>>>>         
>>>>>   switches.
>>>>>           
>>>> There is a JacORB ProgrammingGuide in the docs directory.
>>>>
>>>>
>>>> Regards
>>>>
>>>> Nick Cross
>>>>
>>>>         
>>>>> Sorry for posing many questions.
>>>>>
>>>>>
>>>>>
>>>>> Thanks in advance.
>>>>>
>>>>>
>>>>>
>>>>> Regards,
>>>>>
>>>>> Srikanth.
>>>>> _______________________________________________
>>>>> jacorb-developer maillist  -
>>>>>           
>>>> jacorb-developer at lists.spline.inf.fu-berlin.de
>>>>         
>>>>> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>>>>>
>>>>>           
>>>> _______________________________________________
>>>> jacorb-developer maillist  -
>>>> jacorb-developer at lists.spline.inf.fu-berlin.de
>>>> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>>>>
>>>>         
>> _______________________________________________
>> jacorb-developer maillist  -  jacorb-developer at lists.spline.inf.fu-berlin.de
>> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>>
>>     
>
>
> _______________________________________________
> jacorb-developer maillist  -  jacorb-developer at lists.spline.inf.fu-berlin.de
> https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>
>   



More information about the jacorb-developer mailing list