2
votes
3answers
43 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 …
0
votes
1answer
41 views
Send Authenticated User To WCF Application
I have 2 applications; one is a ASP.NET 3.5 Ajax Application (Client) and the other is a WCF Web Application (BackEnd).
The applications are deployed in a separate Windows Server …
0
votes
2answers
114 views
Validate java SAML signature from C#
Hi,
How can i validate in .Net C# a SAML signature created in Java?
Here is the SAML Signature that i get from Java:
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsi …
4
votes
3answers
134 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
2answers
261 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 ti …
0
votes
1answer
94 views
Java and C++ Cryptography interoperability
I have a message coming from an external company which has been encrypted with our public key using Java.
Specifically the java code performing the encryption is -
//get instan …
8
votes
4answers
321 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 Su …
4
votes
5answers
385 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 oth …
0
votes
1answer
642 views
.NET 1.1 and .NET 2 config files working together
I have inherited a rather large project consisting of an application written in VB6 and several DLL's and ActiveX controls written in VB6, VB.NET 1.1 and VB.NET 2. I want to change …
3
votes
8answers
141 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
598 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 …
5
votes
3answers
179 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 cre …
1
vote
3answers
348 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-RP …
0
votes
1answer
80 views
Which mechanism may be used to access Java methods which conflict with JavaScript keywords?
I've a Javascript source that uses a Java class that defines a "delete" method (using jdk6 scripting). Since delete is a keyword, I cannot invoke that method.
In JavaFX script an …
3
votes
7answers
3k 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 Ou …
