Results 1 to 9 of 9

Thread: Eclipse-RCP application and ICE

  1. #1
    piccinini is offline Registered User
    Name: Enrico Piccinini
    Organization: Egicon
    Project: Robotics
    Join Date
    Feb 2010
    Posts
    20

    Eclipse-RCP application and ICE

    Hy everybody.

    I'm evaluating ICE as middleware to connect a C++ service (a.k.a deamon) and an Eclipse-RCP application (developed by my own) (front-end).

    To make this, I would create an eclipse plugin with all ICE libraries (jars) involved in communication client creation. This task could sometime be critical due to some issues related to eclipse plugin structure.

    Do you know if ICE jars is easily wrappable in an eclipse plugin ?

    Do you know if this plugin is easily integrable in an eclipse RCP application?

    Thank you in advance
    Enrico

  2. #2
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruña, Spain
    Posts
    588
    Do you know if ICE jars is easily wrappable in an eclipse plugin ?
    I don't anticipate any problem, Ice is well designed and doesn't impose arbitrary restrictions on what you can do, but you need to give it a try.

    Do you know if this plugin is easily integrable in an eclipse RCP application?
    What kind of integration are you thinking about?

    Best Regards,
    José

  3. #3
    piccinini is offline Registered User
    Name: Enrico Piccinini
    Organization: Egicon
    Project: Robotics
    Join Date
    Feb 2010
    Posts
    20
    Quote Originally Posted by xdm View Post
    I don't anticipate any problem, Ice is well designed and doesn't impose arbitrary restrictions on what you can do, but you need to give it a try.


    What kind of integration are you thinking about?

    Best Regards,
    José
    I'm thinking to the integration of the plugin built into the eclipse rcp application.

    Thank you for your answer, I will try to do it and check if there axists any problem; in that case, I will post .

  4. #4
    piccinini is offline Registered User
    Name: Enrico Piccinini
    Organization: Egicon
    Project: Robotics
    Join Date
    Feb 2010
    Posts
    20
    Quote Originally Posted by piccinini View Post
    I'm thinking to the integration of the plugin built into the eclipse rcp application.

    Thank you for your answer, I will try to do it and check if there axists any problem; in that case, I will post .
    I've successfully built the RCP plugin and boundled it to helloworld rcp application. I haven't done many testing (I'm a beginner in Ice) but it seems that full compliance between Ice and Eclipse there exists.

    If it is usefull I can post sources.

    Enrico

  5. #5
    marcel is offline Registered User
    Name: Marcel Douglas
    Organization: Personal
    Project: Ice evaluation for a C++/Java Eclipse project
    Join Date
    Mar 2010
    Posts
    17

    Can you post the source?

    I'd be interested.
    and especially any configuration necessary (run time....)
    Thanks
    Marcel

  6. #6
    piccinini is offline Registered User
    Name: Enrico Piccinini
    Organization: Egicon
    Project: Robotics
    Join Date
    Feb 2010
    Posts
    20
    Quote Originally Posted by marcel View Post
    I'd be interested.
    and especially any configuration necessary (run time....)
    Thanks
    Marcel
    Hi Marcel, sorry for the late in response.

    The plugin I've made is quite large to post as source (it binds to all ice *.class). Anyway the procedure is very easy (if you are familiar to the aclipse rcp world); you only have to create a new eclipse project as: New Project->Plug-in Development->Plug-in from existing jar archives.

    Follow the wizard specifying the ice jars and every thing should work.

    You can use the plugin just created inside any other plugin/rcp-app you want.

    Tell me if you encouter some problem.

    Enrico

  7. #7
    marcel is offline Registered User
    Name: Marcel Douglas
    Organization: Personal
    Project: Ice evaluation for a C++/Java Eclipse project
    Join Date
    Mar 2010
    Posts
    17

    Got it

    Hi Enrico,
    I got it working.
    I had indeed a problem with the Ice.jar path.
    Thanks
    Marcel

  8. #8
    piccinini is offline Registered User
    Name: Enrico Piccinini
    Organization: Egicon
    Project: Robotics
    Join Date
    Feb 2010
    Posts
    20
    Quote Originally Posted by marcel View Post
    Hi Enrico,
    I got it working.
    I had indeed a problem with the Ice.jar path.
    Thanks
    Marcel
    Would you like to describe it better? I will try to help you.

  9. #9
    marcel is offline Registered User
    Name: Marcel Douglas
    Organization: Personal
    Project: Ice evaluation for a C++/Java Eclipse project
    Join Date
    Mar 2010
    Posts
    17

    working now

    It is working now.
    I had a wrong path for the Ice.jar for the runtime. I didn't set it correctly when creating my original plugin project.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ice 3.4.1 + IceAndroid 0.1.1 + Eclipse
    By IsraUC3M in forum Help Center
    Replies: 28
    Last Post: 11-17-2010, 02:48 AM
  2. Eclipse Plugin and Ice
    By marcel in forum Bug Reports
    Replies: 1
    Last Post: 04-08-2010, 08:09 PM
  3. ICE for Windows using Eclipse??
    By Manolo1979 in forum Help Center
    Replies: 1
    Last Post: 02-03-2006, 07:01 AM
  4. Replies: 0
    Last Post: 08-25-2005, 07:34 PM
  5. Eclipse plug-in for Ice
    By michi in forum Announcements
    Replies: 0
    Last Post: 08-22-2005, 07:06 PM

Posting Permissions

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