Displaying 20 results from an estimated 30000 matches similar to: "How to call java apis"
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
2007 Feb 19
2
help - how to call java classes from controller
hi,
I need help to call java classes from the a controller action. I can
call a java class from a ruby script, but when I am trying to call in
controller, then
require ''java''
itself gives me load error.
I have java 1.4, jruby 0.9.0 and ruby 1.8.5 installed.
I have tried to start server as :
jruby script/server but it does not work.
In my application I need to use 3rd party
2006 Jan 31
4
Rails to Java
Hello,
I just started playing with RubyOnRails. It is indeed fascinating! I
have a question about using rails models to connect to backend Java
(i.e. EJBs) instead of database.
Any pointers will be appreciated.
Thanks and Regards,
Khaled
--
Posted via http://www.ruby-forum.com/.
2006 Apr 09
2
using R in a java application
Dear All,
I'd like to write a little application in java wich should pass some commands and data to R and displays the results (tables and charts) in a java frame. First I wanted to work with Omegahat's SJava but had lots of issues already at the installation.
Then I heard some rumors that SJava generally is not a very active project and runs rather buggy (that's true?). So my
2006 May 14
12
Is there a place for java in Ruby on Rails apps?
Hi all,
I''m asking this question from the standpoint of a developer with almost 10
years experience with Microsoft technologies, mostly doing server side
component and database work. So, I''m not very familiar with the java
world. Can anyon tell me how/if java development can complement Ruby on
Rails development? I''m not interested in how java can duplicate Rails
2009 Jun 08
2
To deploy or not to deploy on App Engine
I am nearing the end on a project i have been working on and am trying
to figure out where to host it. I am very tempted to host it on
google''s app engine. you get a ton of space, band width, and processor
all for free!
I was hoping to get some advice as to what people think about deplying
on the app engine.
Would it better to wait until ruby is supported? Are there perfomrance
issues
2013 Jun 21
3
[HELP ] Call java code / method from Ruby programming
Hi All ,
I have written java code ( This java code will not return any thing but
it will do action ) which is required call from ruby , please let me what
is best way to achieve this ?
Thanks ,
Muthu Selvan SR
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from
2006 Sep 24
1
Utilize Java Libraries
Is it possible to utilize java libraries from a RoR application?
I saw some stuff about Web Services (i.e. SOAP), so obviously that is
one way.
I also was looking at the JRuby project...
I was just curious how serious the efforts are to integration java and
ruby and how that relates to the rails framework.
Thanks for your thoughts!
--~--~---------~--~----~------------~-------~--~----~
You
2013 Feb 19
1
Asterisk SMS()
All,
I'm trying to send an SMS directly from asterisk but it doesn't seem to be working. The SMS() function does create an outgoing file but doesn't deliver the SMS. Can anyone help me to understand how SMS() works. Thanks.
extensions.conf example:
same => n,SMS(hello,a,17654307001,"hello nick")
- nick
2006 May 14
9
IBM UniVerse database adapter for ActiveRecord?
I''m facing a situation where I am going to have to integrate with a
legacy database , specifically the IBM UniVerse database, which is not
*quite* relational. It feels like a holdover from the dark ages of
computing.
Before I attempt writing an ActiveRecord adapter, I''d like to know if
anyone else uses this database and if I''m the only person that needs
this thing. I
2006 Apr 06
2
Java: How to interact with ruby generated fields
Hello community,
I''m new to rubyonrails and to this Forum. I have to call 2 Fields,
generated by ruby, from a javafunction (onSubmit) but when I use this
example it didn''t work, why?
<%= start_form_tag({:action=> "show"}, { :onSubmit
=>"post[testfieldone].value=examplefunction(post[textfieldtwo].value+post[textfieldthree].value);"
}) %>
2004 Dec 02
2
Asterisk with SMS
Hi all,
I am trying to setup the SMS of Asterisk. I have a Siemens SMS enable
fixed phone which connects to my Asterisk through PSTN. Currently, I
can use my fixed phone to edit and send messages to the Asterisk.
However, I cannot make my Asterisk to send messages to the fixed phone.
The SMS command displays TX and RX records, hang for a while and then
stops with non-zero exits.
I read
2016 Nov 29
2
Asterisk compatibility with SMS services
> Can anyone comment on using SMS in conjunction with VoIP service using
> one of these three VoIP providers: voip.ms, vitelity.com,
> flowroute.com? Are some SMS services more compatible with Asterisk
> (i.e. SMS over SIP works perfectly or not)? Is it best to use a
> different data channel for SMS messages (i.e. SMS via HTTP, SMS via
> XMPP) instead of Asterisk's built
2008 Oct 31
4
RedCloth 4.1.0 released with JRuby support
Sorry it took me a week to release the JRuby version. I was out sick
most of the week.
Thanks a million, Ola Bini, for implementing the Java code!
Give it a go:
Ruby:
gem install RedCloth
JRuby:
jgem install RedCloth
Let me know how it goes for you.
Jason
2010 Oct 28
2
ActiveRecord JDBC error Generated keys not requested
I''m getting the following error while connecting to mysql using
activerecord-jdbcmysql-adapter (1.0.2). Rails 3.0.1.
ActiveRecord::JDBCError: Generated keys not requested. You need to
specify Statement.RETURN_GENERATED_KEYS to Statement.executeUpdate()
or Connection.prepareStatement().: SET SQL_AUTO_IS_NULL=0
This occurs not matter what application I run it in to e.g. rake,
rails
2008 May 22
2
gem install of mongrel v 1.1.5 broken in jruby
Can''t install the latest mongrel (1.1.5) in JRuby (jruby revisions
ranging from 6600 to 6750[trunk] checked) -- the platform is not
being identified and it''s trying to do native compilation.
I''m not sure it''s actually a problem with Mongrel or JRuby however --
perhaps there isn''t a mongrel-1.1.5-java.gem on rubyforge?
Some investigation below:
$
2009 Jul 11
0
Surveying SMS gateway APIs for use with Rails
All,
I understand that there are a few plugins/gems which are available that
allow relatively straightforward integration with various SMS gateway
providers.
I''m looking for recommendations from people on preferred SMS gateway
APIs - why do you like them?
Also curious about any scalability issues that people have encountered
with various SMS gateway providers.
Thanks,
Wes
--
Posted
2016 Nov 29
2
Asterisk compatibility with SMS services
Can anyone comment on using SMS in conjunction with VoIP service using
one of these three VoIP providers: voip.ms, vitelity.com, flowroute.com?
Are some SMS services more compatible with Asterisk (i.e. SMS over SIP
works perfectly or not)? Is it best to use a different data channel for
SMS messages (i.e. SMS via HTTP, SMS via XMPP) instead of Asterisk's
built in SMS application
2010 Oct 30
12
Anyone successfully ran JRuby 1.5.3, Rails 3, Tomcat6
Hi,
I''ve been trying to get JRuby 1.5.3 with Rails 3 to run on the Tomcat6
server with little success.
Has anyone been able to do this? If so, what issues did you have to
overcome to get this to work?
Also, is this a combination that you would recommend for a production
site, or is it all too new and untested?
The latest issue I''m stuck on right now is with the mysql-connector-
2007 Apr 17
5
sending an SMS via Asterisk?
I've been googling and reading a lot, but I'm not getting any closer to
getting an SMS sent via Asterisk.
Prior to switching to asterisk, I used sms_client on an ISDN line to
dial one of two Swisscom SMS centers: 0900900941 or 0794998990.
My dialplan looks like this:
exten => 0900900941,1,Goto(smsmotx,${CALLERIDNUM},1)
exten => 0794998990,1,Goto(smsmotx,${CALLERIDNUM},1)
;