9
votes
5answers
345 views
interoperation between mercurial and subversion
A similar question has been asked recently, but is not the same.
The Mercurial website has a detailed page listing comparisons for 4 different options for getting Mercurial and Subversion to …
5
votes
2answers
292 views
Scala - Java interop: can Scala emit enums in bytecode for Java to consume?
I have a project that is mixed Java/Scala, it is Java GUI code that makes use of a Scala library. Is there a way to write Scala code such that it will emit Java enums on compile time? The approaches I …
5
votes
3answers
184 views
How to avoid building a walled garden?
Some friends and I have had an idea for a website and have started working on it. It will rely on people contributing to a shared knowledgebase, and people will also be able to create personal …
4
votes
3answers
149 views
Is it possible to build a .NET assembly callable from a native assembly writing in C# alone without using COM?
Is it possible to build a .NET assembly callable from a native assembly writing in C# alone without using COM?
4
votes
5answers
410 views
Where can I find an AS400 to Java interface?
Does anyone have links and resources to connect to an AS400 from Java?
I remember years ago, somebody told me about a connector that simulates KeyStrokes from the keyboard and other "purest" approach …
3
votes
8answers
150 views
Testing RSS feeds
I am looking to test an RSS Feed I have created and I am looking for some good RSS Feed applications to test with.
3
votes
2answers
657 views
Best way to consume .NET web services in Java
I'm trying to consume some .NET web services using JAX-WS. I have generated the Java classes using the wsimport tool. However, when I try to use these (proprietary, not public) web services in Java, I …
3
votes
7answers
4k views
Saving matlab sparse matrix to text file
I have a 30000x14000 sparse matrix in matlab, which I need to use in another program. calling save won't write this as ascii (not supported). calling full() on this monster gets Out of Memory. How do …
3
votes
3answers
387 views
Ruby to Python bridge
Hello
I am interested in getting some Python code talking to some Ruby code on Windows, Linux and possibly other platforms. Specificlly I would like to access classes in Ruby from Python and call …
2
votes
3answers
55 views
How Should an OS X Drawing Programs Store Custom Data in its PDF PasteBoard Flavor?
A little history. In the days when the pre-eminent Mac vectored clipboard flavor was PICT, a program could insert its own data into the PICT. The PICT could be pasted into another application. At some …
1
vote
2answers
15 views
Interoperability by using Spring and Hessian ? Is it possible ?
Hi,
Spring in Action book says:
Hessian, like RMI, uses binary messages to communicate between client and service. However, unlike other binary remoting technologies (such as RMI), the binary …
1
vote
1answer
252 views
Establishing communication between Java client and .NET server
Hi,
I would like to create a server using .NET and Java client (Android application).
The client will be connected to the server through mobile network so it's impossible to use tcp socket for …
1
vote
3answers
381 views
Access Ruby objects with Python via XML-RPC?
Hello
I am trying to export a Ruby framework via XML-RPC. However I am having some problems when trying to call a method from a class not directly added as a handler to the XML-RPC server. Please see …
1
vote
4answers
641 views
F# declared namespace is not available in the c# project or visible through the object browser
F# declared namespace is not available in the c# project or visible through the object browser.
I have built a normal F# library project, but even after i build the project and reference it to my C# …
0
votes
2answers
37 views
C# generated proxy method different than original Java service method
Hi,
I have a Java service that has the following method signature:
@WebMethod(operationName = "getContactList")
public MyListClass getContactList(@WebParam(name = "myList") …
