Recent content by XabX

  1. X

    Binding ruby objects and use them inside java code

    Hi ace, Most of the code is in java and this ruby library I want to include in the existing program. I'm very new to ruby, I must say. If I could make java create jruby objects and jruby work with the ruby library, now that would be great.
  2. X

    Binding ruby objects and use them inside java code

    I'm writing a java program that needs a tool written in ruby. I can create a separate ruby project in eclipse for this tool and use it, but I want to write a wrapper for it for java. What do you recommend? Thanks in advance
  3. X

    Firefox emulating IE in order to run a firefox plugin

    Hey guys. I want to run a firefox plugin, Selenium IDE, on a site that doesn't support firefox. I tried IE tab and User agent switch without any luck. IE tab opened successfully the site, but the plugin didn't work. User agent switch didn't open the site. Can you give me some ideas? Thanks