I\'m looking for an alternative HT开发者_JAVA技巧TP client library than what is already included in the SDK. I haven\'t been able to find any. Does anyone know of any? It doesn\'t have to be open sour
I\'d like to try to start using Erlang, and there\'s a data feed i\'d like to read that\'s distributed via Websockets.Right now i\'m doing the same in node.js using the \'websocket-client\' module, bu
I have two Web Services (My开发者_开发百科Service and MyProtectedService). I want both going under the same port HTTPS but only the protected one to have client authentication (clientAuth=true).
Hello guys i want to process some server pushes. I have an asynchronous servlet processing something, pushing it to the client and then it processes something else and pushes it again to the client (s
As you k开发者_Go百科now all, you can build a silverlight XAP package and reference it using object tag on your HTML page or asp.net page.
I work for a start up company and have just developed a paid iPhone app for a client who is not in anyway tech-savvy. She knows very little about the appstore process and does not have a developer acc
How would you make a server be able to send messages to a client using printf or fprintf instead of using the write system call?
the client generates the data that should be stored in the database. I like to use ajax to save the data. can you please he开发者_运维技巧lp me?
Can I use just WebSphere\'s jar files with standard JMS to send messages to a WebSphere M开发者_开发问答Q server, or do I need to download their WebSphere MQ Client?You can use just the jar files for
I have an .net 2.0 C# client app that has a web service reference to an Axis2 Java Webservice. The idea is to send some xml data to the webservice, so it can be parsed and inserted into database.