Some questions about developing corba apps - Object

This is a discussion on Some questions about developing corba apps - Object ; Hi! First, Sorry for may English! :-( I am not a professional in 3-tier and distributed systems (JAVA, CORBA, NET), and now my aim is to learn this technologies. I have some questions about problem writing "big" and not big ...

+ Reply to Thread
Results 1 to 2 of 2

Some questions about developing corba apps

  1. Default Some questions about developing corba apps

    Hi!
    First, Sorry for may English! :-(
    I am not a professional in 3-tier and distributed systems (JAVA,
    CORBA, NET), and now my aim is to learn this technologies.
    I have some questions about problem writing "big" and not big corba
    corporate applications. May be my questions is primitive, but
    questions is important for me.
    For learning purposes i have write some basic primitive corba
    applications (using MICO and VC7). While developing them I have
    encount some practical problems, which I am can't solve.
    1. If I am change idl file (usially adding parameter to interface or
    add new interface) and recompile it, after that I am manually copy my
    "buisness" cpp code from old version of stubs and skeletons to new
    files. So if project is big, how is manage its code after changing
    interfaces?
    2. Good JAVA IDE, ( for example Eclipse ) can debug client and server
    code (components) of distributed applications from one IDE interface
    as it's one local application. So this mechanism greatly simplify
    developing process. Is exists good CPP IDE, which can debug client
    code and code of remote corba objects as it's work in JAVA?

    Kornilov Alexey.
    THANKS!

  2. Default Re: Some questions about developing corba apps

    Hi,
    I am not very sure about (1), but I would assume as in COM, you should
    be able to have versions for the interfaces exported via the IDL. The
    ID of GUID would be different (mind you this is from COM, I am not sure
    about CORBA)
    Regarding (2) I was able to debug both CORBA servers and clients using
    MS VC7 IDE. Just add the _DebugBreak() function if you want to
    interrupt in between or you can attach a process to the debugger.
    hth
    Gangadhar

    AlexeyK wrote:
    > Hi!
    > First, Sorry for may English! :-(
    > I am not a professional in 3-tier and distributed systems (JAVA,
    > CORBA, NET), and now my aim is to learn this technologies.
    > I have some questions about problem writing "big" and not big corba
    > corporate applications. May be my questions is primitive, but
    > questions is important for me.
    > For learning purposes i have write some basic primitive corba
    > applications (using MICO and VC7). While developing them I have
    > encount some practical problems, which I am can't solve.
    > 1. If I am change idl file (usially adding parameter to interface or
    > add new interface) and recompile it, after that I am manually copy my
    > "buisness" cpp code from old version of stubs and skeletons to new
    > files. So if project is big, how is manage its code after changing
    > interfaces?
    > 2. Good JAVA IDE, ( for example Eclipse ) can debug client and server
    > code (components) of distributed applications from one IDE interface
    > as it's one local application. So this mechanism greatly simplify
    > developing process. Is exists good CPP IDE, which can debug client
    > code and code of remote corba objects as it's work in JAVA?
    >
    > Kornilov Alexey.
    > THANKS!



+ Reply to Thread

Similar Threads

  1. Logging when developing Web apps under NetBeans
    By Application Development in forum Java
    Replies: 2
    Last Post: 10-29-2007, 09:59 PM
  2. Replies: 0
    Last Post: 07-31-2007, 09:22 AM
  3. Developing the Web Application using CORBA and Java
    By Application Development in forum Object
    Replies: 17
    Last Post: 12-20-2006, 11:19 AM
  4. Developing COM apps in a Smalltalk style
    By Application Development in forum Smalltalk
    Replies: 5
    Last Post: 09-28-2006, 08:31 AM
  5. Developing of Corba Orbix app.
    By Application Development in forum Object
    Replies: 1
    Last Post: 01-13-2006, 09:51 AM