CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Location
    Mumbai, India
    Posts
    292

    integrating C++ and JAVA

    Hello all,

    We are currently working on a client-server based application. The client is implemented in C++. However Server is implemented in JAVA.

    We need some common repository for both the implementation. I mean there are some entities such as enums or structures which are shared by both client and server. Having two seperate codes for such defination may cause lot of inconsistency problems.in C++ we can have header for this and similar to this in java. Is there any way we can use these common defination for both C++ and JAVA so that we dont need seperate codebase??

    Thanks in advance..

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: integrating C++ and JAVA

    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured