Book recomendations for CORBA using Java?

I need to use CORBA communications between 3 different tools. Each tool should be written in Java. Each tool reside on different servers. Here is the communication flow of the tools:
Tool A will pass data to and receive data from Tool B
Tool B will pass data to and receive data from Tool A
Tool B will pass data to and receive data from Tool C
Tool C will pass data to and receive data from Tool B
I did a search on "Java Corba" at some online book stores and there a many choices. Could someone recommend a book title that would work well here? Thanks.....

Pure CORBA by Fintan Bolton (ISBN: 0-672-31812-1) is an outstanding reference, albeit very "heavy" as someone else said about another book previously in this thread. The book always gives C++ and Java examples; never one without the other (except for a chapter on memory management, but the topic is applicable only to C++). It can be difficult to use as a tutorial as it is very much written as a reference though.
I don't have any recommendations for CORBA instruction-oriented books.

Similar Messages

  • We have a requirement to print the w2 forms for employees using java application, how can i implement this. Please give some suggestion.

    We have a requirement to print the w2 forms for employees using java application, how can i implement this. Please give some suggestion.

    Anyone any ideas to help please?

  • CORBA using Java

    I am trying to use java to connect to a CORBA Object and get an COMM_FAILURE Exception when I try to execute the follinwg line of code:
    org.omg.CORBA.Object objRef = orb.resolve_initial_references("NameService");
    The object orb has been initialized with the following parameters:
    props.put("org.omg.CORBA.ORBInitialPort", port);
    props.put("org.omg.CORBA.ORBInitialHost", host);
    orb = ORB.init(sArray, props);
    The exception I get is:
    Inside getMatchRef().
    About to resolve reference.
    org.omg.CORBA.SystemException: org.omg.CORBA.COMM_FAILURE: minor code: 1398079490 co
    mpleted: No
    org.omg.CORBA.COMM_FAILURE: minor code: 1398079490 completed: No
    at com.sun.corba.se.internal.iiop.IIOPConnection.writeLock(Unknown Source)
    at com.sun.corba.se.internal.iiop.IIOPConnection.send(Unknown Source)
    at com.sun.corba.se.internal.iiop.IIOPOutputStream.invoke(Unknown Source)
    at com.sun.corba.se.internal.iiop.ClientRequestImpl.invoke(Unknown Source)
    at com.sun.corba.se.internal.corba.ClientDelegate.invoke(Unknown Source)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve(Unknown Source)
    at com.sun.corba.se.internal.corba.InitialNamingClient.cachedInitialReferences(
    Unknown Source)
    at com.sun.corba.se.internal.corba.InitialNamingClient.resolve_initial_referenc
    es(Unknown Source)
    at com.sun.corba.se.internal.corba.ORB.resolve_initial_references(Unknown Sourc
    e)
    at com.trilogy.fs.bom.services.search.core.DNBWrap.getMatchRef(DNBWrap.java:146
    at com.trilogy.fs.bom.services.search.core.DNBWrap.runMatch(DNBWrap.java:294)
    at com.trilogy.fs.bom.services.search.core.DNBClientSearch.run(DNBClientSearch.
    java:152)
    at java.lang.Thread.run(Unknown Source)
    Could not get reference
    Unable to reference the Match Engine object.
    The people whose CORBA object I am trying to reference tell me I am connecting to the correct server and port. although they said I need to pass in two ports, one being the Orbix port and one being the base port. What am i doing wrong??? Any help would be appreciated.

    if your are using tnamesev, launch the tnameserver with "tnameserv -ORBInitialPort yourPort -ORBInitialHost yourHostName(not localhost)", and this might help

  • Is it possible to retrieve Address Book from MS Exchange using Java IMAP

    My JSP is required to display all valid email address to end user.
    Is there any way i can retrieve Name & Email information (Address Book) from M.S Exchange server using Java implementation of IMAP protocal?
    I believe M.S Exchange server is IMAP compatible so i should'nt be required to do any configuration on mail server side ?
    If somebody has recently done this please share the implementation details , thanks,.
    Please also let me know how to attach duke dollars with this thread.

    No, because that Java implementation you refer to is completely oriented towards handling messages. The Exchange address book has nothing to do with that.

  • Does Firefox for Android use Java?

    Does it use Java? If so, how can Java be disabled or uninstalled?

    Oracle doe not make the Java plug-in for Android due to Oracle's lawsuit against Google which of course is the developer of Android.

  • Book: Oracle Database Programming using Java and Web services

    This book http://www.amazon.com/gp/product/1555583296 shows how to build pragmatic applications using the combination of PL/SQL, Java in the database, JDBC, SQLJ, JPublisher, and Web services. It is intented for database developers, DBA, data architects, Java developers and Web services assemblers.
    My blog http://db360.blogspot.com/ and the free/sample chapter http://www.oracle.com/technology/books/pdfs/mensah_ch1.pdf will give you a feel of the content.
    Enjoy, Kuassi

    Hi Kuassi,
    Thanks for letting us know that your book is available. I have been following one of your articles about "Virtualize Your Oracle Database with Web Services". More specifically "The Database as Web Services Consumer". I think that this is an area that has in the past been under estimated as to the potential benefits.
    I am currently trying to develop a solution that consumes several interfaces with a couple of them being published web services, so an ideal solution. I have then spent the last three weeks having to read up about the architecture of Java in the database, Jpublisher and make sense of how it all works together.
    I have got very close to getting one of the web services to work but failed due to using 10gR2 where all the java & libraries has moved to version 1.5. The solution is to load the jdk1.4.2 and configure jpublisher to use this. So far so good except this is not available on some platforms, Windows - 64 bit (not itanium).
    The configuration is proving very challenging but will hopefully reap rewards.
    (Thought I would give you some background to my experience).
    Anyway my question to you is having looked at Jdeveloper it appears to do almost anything except consume services into the database, also with Java now being at version 1.5 outside the database for 10gR2 and supporting 1.4 inside, do you see some alignment of these in future database releases?
    Finally off to buy your book now as no doubt there is a huge amount more to learn.
    Kind Regards
    David O'Donnell

  • Dynamic Java bean classes for XSD using JAVA (not any external batch or sh)

    Hi,
    How can we generate dynamic Java bean classes for XSD (dynamically support All XSD at runtime)?
    Note: - Through java code via only needs to generate this process. (Not using any xjc.bat or xjc.sh from JAXB).
    Thanks

    Muthu wrote:
    How can we generate dynamic Java bean classes for XSD (dynamically support All XSD at runtime)?
    Pretty sure you can't. Probably can do a lot of them with years of work.
    And can probably can do a resonable subset suitable for the business at hand with only a moderate effort.
    Note: - Through java code via only needs to generate this process. (Not using any xjc.bat or xjc.sh from JAXB).The Sun jdk, not jre, comes with the java compiler as part of it. You can create in memory class (I believe in memory) based on java code you create.
    I believe BCEL alllows the same thing (in memory) but you start with byte codes.
    You could just create a dynamic meta data solution as well, via maps and generic methods. Not as fast though.

  • Looking for Aperture Book Recomendations for partial Noob

    Looking at Amazon there are 3 books on the app. Each one brings something to the table. I have experience with Photoshop Elements and Iphoto. I do not think I am interested in the tutorial lessons available through "Apple Pro Training Series: Aperture 3." Any suggestions are appreciated. I have been looking at the online help and the various videos available on Apple and YT and find those helpful.
    Thanks
    Apple Pro Training Series: Aperture 3 [Paperback]
    http://www.amazon.com/Apple-Pro-Training-Aperture-3/dp/0321647440/ref=cmcr_pr_producttop
    Apple Aperture 3: A Workflow Guide for Digital Photographers [Paperback]
    http://www.amazon.com/Apple-Aperture-Workflow-Digital-Photographers/dp/024052178 1/ref=cmcr_pr_producttop
    Aperture 3: Portable Genius [Paperback]
    http://www.amazon.com/Aperture-Portable-Genius-Josh-Anon/dp/047038672X/ref=cmcr_pr_producttop

    If you are not into the APTS tutorial type book, then I would probably recommend using the Portable Genius book combined with both the User Manual and Apple's online tutorials.
    The Portable Genius is a good desktop reference book with quick to the point outlines of what a specific feature does and how to use it on a basic level (with some tips thrown in). IMO, an inexpensive and efficient way to go.

  • Optimal configurations for webobjects using Java Monitor

    Can someone please let me know the optimal configurations for webobjects? We need details on the number of instances which can be created per cpu on the application server. Please also provide information on the thread configurations per instance in java monitor.

    I do need the threads to communicate. The fact is that I simplified the thing just to understand better responses from you :). The real problem is more complicated. I have a arbitrary number of threads of two different classes. These threads have to access a shared resource (I used the boolean free). Moreover I have to give precedence to one of these two classes. So, I used to integers to represent two queues. The fact is that only the first thread to be ran reaches the end. The others, I saw, reach the wait() method, but then they stops and the program does not finish.
    I mean that I thought this: the first thread to reach the wait() passes. Then, this first thread starts to use the resource (free becomes false). Every other thread which reach the while(...) stops there (there is the wait()). Then the first process, at a particular time, release the resource (free = true) and communicate this to another thread which was stuck at the wait() instruction (through the notify()). The problem I see is that every thread reach the wait() and stops there. After the first one is finished, no more... The notify() does not give the monitor to another thread (which would find free = true). This is my problem. Do you understand?
    Many thanks for yuor answer anyway.

  • Search for Pattern using Java

    hello friends,
    I am trying to read a 'C' file and trying to look for all the lines in the 'C' cod, wherever a function call has happened. How could I do that ??
    Thanks
    ashu

    import java.io.*;
    import java.util.Scanner;
    import java.util.regex.Matcher;
    import java.util.regex.*;
    class FileParser{
        Scanner sc;
        FileParser(String fileName)throws FileNotFoundException{
         sc = new Scanner(new File(fileName));
        void getFunctions(){
         //sc.findInLine("([a-zA-Z]+) (\p{Punct})");
         sc.findInLine("");
         MatchResult result = sc.match();
         //for (int i=1; i<=result.groupCount(); i++)
            // System.out.println(result.group(i));//typo in API
         //System.out.println(result.group(1));
         //System.out.println(result.group(2));
        void getLoops(){
         //Search for patterns FOR, WHILE, DO-WHILE
         sc.findInLine("void");
         MatchResult result = sc.match();
         for (int i=0; i<=result.groupCount(); i++)
             System.out.println(result.group(i));
         /*     sc.findInLine("main");
         result = sc.match();
         for (int i=0; i<=result.groupCount(); i++)
             System.out.println(result.group(i));
         sc.findInLine("void");
         result = sc.match();
         for (int i=0; i<=result.groupCount(); i++)
             System.out.println(result.group(i));
        //Search for pattern FOR
        void getForLoops(){
        //Search for pattern WHILE
        void getWhileLoops(){
        //Search for pattern DO-WHILE
        void getDoWhileLoops(){
        //Search for Union
        //Search for Struct
    }I have added/deleted stuff to try all the different combinations. This class basically will have methods to ....
    1) Get a List of Function Calls with Line# in 'C' code
    2) Get a List of Loops with Line# in 'C' code
    import java.io.*;
    class TestScan{
        public static void main(String[] args)throws IOException{
         FileParser fp = new FileParser("main.c");
         //     fp.getFunctions();
         fp.getLoops();
    }Message was edited by:
    ashucool83

  • Book specifically for Mac using Photoshop Elements 4

    Hello - I don't think this is the correct forum but I'm at a loss as to where else to put it. I purchased Photoshop Elements 4 a year ago and have yet to find a companion book that is specifically for a Mac. The books that claim to be for both are certainly not. Does anyone have a resource? I've checked Amazon and online resources with no luck. Thanks for feedback. Tami

    Well, the editor is identical on both platforms, so it's mostly a question of substituting command for ctrl and option for alt and ignoring everything about the organizer.
    You know, PSE 3 isn't that much different for macs (the big changes in PSE 4 were mostly in the windows organizer and the disabling of the ability of a lot of popular add-on tools), so you could go to your library and see if they have any PSE 3 books that cover both platforms. Most PSE 3 books did, since both platforms came out simultaneously back then.

  • Setting the Brushed Metal look and feel for macs using Java.

    Hello,
    I am relatively new to Java and I am new to Mac-specific java stuff. Anyways, when I try to set the look and feel of my classes to the "apple.awt.brushMetalLook" look and feel, I am unable to. It works if I have System.setProperty("apple.awt.brushMetalLook", "true"); written before I create any swing component. This would be fine, except that means that it is impossible to extend any swing component, such as JFrame or JApplet. Is there a way around this?
    Thanks!

    This might answer your question:
    http://lists.apple.com/archives/Java-dev/2003/Apr/msg00829.html

  • Read Receipt for Email using Java Mail

    hi,
    i am trying to implement requesting the read receipts for the email sent out.
    for that i got some information that by setting header "Disposition-Notification-To" and the value should be "<Destination email address>"
    should i need to make any changes in the mailing server or i can handle it in my code to save it in the database.
    can some one please guide me so that i can implement this.
    Thank You

    Hi Bshannon,
    From your response, I understand that setting Disposition-Notification does not give a complete result for the read-receipts (We do not receive notifications from all domains, I tried gmail, yahoo, and other domains as well).
    Since your reply was sent 2 years ago, I would like to know any new solution found to get a complete read-receipt  notifications from all domains?.
    Your response would be highly appreciated.
    Thanks,
    Stalin R

  • Setting cookies for safari using java

    Dear all
    I am new to cookie programming. Is there some way so that I can set cookies in Safari on Mac.
    I need to set the user's login information in cookie for a particular site then i need to launch that particular website.
    The code samples will better help. Pls help me as i am in urgent need.
    Regards
    Shobhit Jain

    Can you explain what this will do? Is this a type of
    wildcard for all domains?The answer to my question is that you can't do it, and for good reason. There is a security restriction against creating/accessing cookies from unrelated domains (and ".com" won't cut it). So I just did a complete proxy solution and translated all requests and maintained the cookies for the browser.
    I am not sure what setDomain("/") would do - I am pretty sure that is just invalid (but it is a valid path, however).

  • Using java scripts for pdf

    I am trying to find a sort of tutorial on how to use java scripts for pdf files, particularly in setting up repetitive links between several pdf files.

    Here is a very nice website that has tons and tons of stuff for pdf using java script. Enjoy!
    http://www.planetpdf.com/forumarchive/forum34.htm

Maybe you are looking for

  • Create box in realistic 3-D perspective

    I would like to create a box that looks realistic in 3 dimensions. I used to know how to do this. You start by unfolding the three visible sides of the box so that the two sides each share an edge with the end of the box. Then a combination of rotate

  • Backlight is out on my 3rd gen 32 gig

    The ipod works like normal other than this, is this a hard fix?

  • Starting a work flow

    OK I just had my old computer crash, I found out that the method I was using to save, backup my photos was disastrous. Long story I'm not going to tok about it in this post. So here I am with a new Mac. I only want the photos that I am working on to

  • So, what exactly is a "Link Title"?

    It seems we have a new option when inserting links. What does it actiually do? LabVIEW Champion . Do more with less code and in less time . Solved! Go to Solution. Attachments: LinkTitle.png ‏18 KB

  • IPv4/ IPV6 Traffic Discrimination and Monitoring

    Hi Guys I would appreciate a lot your experiences and best practices about operating and monitoring dual stack networks in Service Provider environments. Currently we're working in a 6VPE model for Internet customers in order to provide dual stack se