Tagged Questions
5
votes
5answers
2k views
How can I pass data from Perl to Java?
I'm working on some Java <-> Perl interaction. I would like to know what the best way is to pass information from Perl to Java. (Great answers about Perl and Java here and here btw).
There's a lot ...
4
votes
2answers
2k views
Calling Java from Clojure
When I try to run the following code (from the REPL) in Clojure:
(dotimes [i 5]
(.start
(Thread.
(fn []
(Thread/sleep (rand 1000))
(println (format "Finished %d on %s" i ...
3
votes
1answer
308 views
What's the best way of accessing a DRb object (e.g. Ruby Queue) from Scala (and Java)?
I have built a variety of little scripts using Ruby's very simple Queue class, and share the Queue between Ruby and JRuby processes using DRb. It would be nice to be able to access these from Scala ...
1
vote
2answers
62 views
Is there any framework to have Java and Php interoperability?
I have a few modules of an application that have been written in Java. But now, I have been asked to write all the other modules in PHP.
Is there any tool that will permit me to make method calls ...
1
vote
1answer
112 views
Groovy: How to define a java callable with parameters and make it available to groovy shell?
I would like to implement a Groovy interface that takes parameters and returns a result in java and make it available in GroovyShell. However Callable, GroovyCallacble do not take any parameters so ...
1
vote
4answers
462 views
C# dll which is inter-operable with php and java
I need to create a dll in C sharp which is interoperable with php and Tomcat/Java webservices.
Will the normal C# class library help me for this?
Thanks,
John
0
votes
3answers
364 views
Matlab Builder JA - Compile Matlab into a Java jar - Free Version?
Please keep in mind that I know nothing about Matlab.
Matlab Builder JA lets developer build Matlab applications and export them into Java jars. That's great, I just have to produce a jar and I can ...