search for: yajb

Displaying 6 results from an estimated 6 matches for "yajb".

Did you mean: ajb
2006 Nov 24
0
Calling Java in Rails (JRuby, jrb, yajb) - real-world experience?
Hi, I''d be interested to hear from people who have used either JRuby or one of the Java-Ruby bridges like jrb or yajb to call out to Java classes from Rails. Which bridge did you use, how did it work out? Which one do you recommend? Is anybody running Rails on JRuby on a production server, or is Rails on JRuby still to experimental for that? Thanking you in advance, Elmar --~--~---------~--~----~------------~...
2007 Feb 06
0
yajb - java-ruby bridge
i was using rjb until some of the java libraries i was using started misbehaving. now i''m giving yajb a shot which seems to behave the way i expect it to and is a lot simpler to code. my problem: i have a class that takes a constant, which is a member of the class, so i have to do something like this to make it work: const_accessor = jnew :SearchCriteria, "dfdfa", "dasf", 0 #w...
2006 Jun 23
9
Connecting MQ from Rails ??
Hi all, I want to Connect to IBM MQ from Rails/Ruby, can it be done? and get the messages from the Queue, then i want to use this message in ruby/rails. Is there a direct way of doing the above job?? If so any packages are available? If there is not a way currently, and any thoughts of how we can do the above job indirectly through some other means or round about ways or workarounds can be
2007 Jan 16
1
calling java API from ruby
ok, i want to be able to send some data from my rails app to a CRM. The library that defines the API for talking to the CRM is written in java. I got JRuby working, which is pretty cool, but to my understanding i would have to convert my ruby on rails app to a jruby on rails app which, as far as i''ve understood, is different deal altogether and would be set up more like a java server
2006 Aug 14
0
Northern Virginia Ruby user''s group meeting 8/16/06
Hi all - For those in the northern Virginia/DC area, there''s a Ruby user''s group meeting on Wednesday. Paul Stadig will give a presentation on connecting Ruby to Java with YAJB and Devin Mullins will present on the cross-platform GUI toolkit WxRuby. More details are here: http://novarug.org/ See you there! Yours, Tom
2006 Aug 15
20
Talking to Java APIs
I''m trying to figure out how Ruby in general, and/or anything extra Rails may have, can talk to Java APIs of third party server apps. After quite a few search attempts net-wide and on ruby forums, and with "Programming Ruby" in hand, I''m coming up with zilch. Either I''m not finding it, or I''m not recognizing it. I''m assuming there has