0
votes
1answer
17 views
mySQL JOIN syntax using bridging table
Hi folks,
I am trying to export some data from two tables bridged by a third table that stores the one (file) to many (keywords) relationship.
Tables are like so:
files
id, url, …
0
votes
0answers
28 views
Not able to access host machine from VM [closed]
Hello guys,
I am not able to access the host machine through the VM. And vice-versa.
The networking type of VM is bridged. If I set the type to NAT then I wont be able to access i …
2
votes
2answers
49 views
Is there any JMX - REST bridge available?
Hi I would like to monitor a Java application using the browser but at the same time utilise the existing JMX infrastructe.
I know that JMX provides a HTTP interface but I think i …
0
votes
2answers
63 views
silverlight tcp tunneling / bridging
I have an application that I develop in Silverlight and it must connect to another legacy app that I cannot control which demands TCP connection on the 3005 port.
I can't modify t …
0
votes
1answer
76 views
Access Silverlight’s createObject via Javascript’s new operator?
feel free to skip down to the question below
I'm trying to create a bridge so a huge javascript application can be replaced by a new Silverlight-based rewrite as smoothly as possi …
0
votes
2answers
169 views
Not receiving callbacks from the Java Access Bridge
I'm trying to use the Java Access Bridge to get information about Swing components from inside a C++ app. However, none of the callbacks I register ever get called. I tried enumi …
0
votes
2answers
91 views
Feed java with characters/string/bytestream from a c# class
I want to have a java app running, using a function/method (with as little delay as possible I hope!) in a c# class...
The c# function takes a string from the java app, and returns …
11
votes
5answers
2k views
Use C++ with Cocoa Instead of Objective-C?
Hi.
I would like to write applications that use C++ and the Cocoa frameworks because Apple are not making Carbon 64-bit capable. C++ seems to be pretty vanilla in it's implementati …
3
votes
3answers
816 views
Mixing Qt with STL and Boost - are there any bridges to make it easy?
Are there any bridges to make mixing Qt with STL and Boost as seamless and easy as possible?
This is a followup to Mixing Qt and Boost, where no specific answers how to accomplish …
0
votes
1answer
121 views
What am I missing to get a PHP ScriptEngine in Java
I try to get a PHP ScriptEngine from the ScriptEngineManager, but getEngineByName("php") returns null. The following unit test works, if I replace "php" with "javascript", but it f …
1
vote
3answers
178 views
Know any creative ways to interface Python with Tcl?
Here's the situation. The company I work for has quite a bit of existing Tcl code, but some of them want to start using python. It would nice to be able to reuse some of the exis …
3
votes
4answers
734 views
Query Windows Search from Java
I would like to get to query Windows Vista Search service directly ( or indirectly ) from Java.
I know it is possible to query using the search-ms: protocol, but I would like to …
7
votes
4answers
830 views
What is the best architecture to bridge to XMPP?
If I have a separate system with its own concept of users and presence, what is the most appropriate architecture for creating a bridge to an XMPP server network? As far as I can …
1
vote
0answers
66 views
Flex-Ajax Bridge issue on Safari
My flex project uses FA-Bridge, and apparently in Safari browser I cannot call any of my public AS functions that have arguments passed in. For example I can call this AS function …
0
votes
5answers
432 views
How do I make C# talk to PHP session
I have a C# web-app that I wants to integrate an PHP shopping cart, it is possible? Thanks
