I have developed a java se client that calls some session beans on a glassfish server v3. I connect to the bean remote i开发者_运维百科nterface like this.
I try to write a simple Ajax client to send and receive messages. It\'s successfully deployed but I have never received msg from the client. I am beating myself to think out what I am missing, but sti
I want both mobile phones and regular PCs to be able to use my app by navigating to the same URL, but I want them to get different versions 开发者_如何学Goof the code. How do I tell Django to give dif
How cookies are handled if you use a proxy b开发者_如何学Cetween a client and server in HTTPCookies are just sent as extra HTTP headers; the proxy server passes them through like any other data
I have a university project which is already 99% completed. It consists of two parts-website (PHP) and desktop (Java).
we are developing a SOAP webservice (Apache/PHP). All run w开发者_运维百科ell for small size calls, but with a 1Mb soap call (the HTTPS call size is 1MB) our Delphi Soap client stop with a timeout on
I\'m working on a server/client project. The client will be asking the server for info and the server will send them back to the client
I\'ve written some fairly extensive Perl modules and scripts using the Perl bindings开发者_运维知识库 SVN::Client etc. Since the calls to SVN::Client are all deep in a module, I have overridden the de
I\'m writing detailed functional tests for my views to complement the unit tests on my models. It\'s a Django project and I\'m using the built in Django test framework with unittest. Obviously, one of
I want to write a simple client on the iPhone that downloads a file from an http server using on开发者_JS百科ly bsd sockets.