How do I create an updater for some files in a java program? Tha开发者_运维技巧t is, I have: program.jar -> my java program
I am working on making a TCP SSL server, using only .NET technology. First, using the SSL Stream examples on here, created the client/server code, next, to create the certificates I used this (excep
I am using Membase Server 1.6.5-win64. I need to store 400 Million rows from database. Right now, I have a C#.Net windows App which is executing parallel tasks to write to server. What are my best opt
I have a client which is a windows process to get updates from server in c#. The server may be down for maintainance for some time, the client wont not 开发者_运维百科be able to connect to server at t
We need to create a Server with Scala RemotActors, that can handle multiple clients. Eg a chat server that replies every received message back to all connected clients. Our current attempt is to creat
开发者_运维知识库I am developing an android server-client application which will draw the user requested interfaces dynamically. The interfaces will transfered to the client from the server according
I am developing a project that exchanges data between client and server. I开发者_高级运维 have coded it in J2SE but I don\'t know how to make it work in J2ME?Unless you\'re in need for something highl
I use 1 computer running Windows 7 system and 1 computer running Ubuntu 10.10 system to test my assignment written in Java for networking class, something happened like below.
So, I\'ve taken a handful of programming courses(object-oriented, web) but never h开发者_运维知识库ad \"hands-on\" projects where it\'s outside of coding.
I supposed to make a desktop 开发者_如何学JAVAapplication (with Java-Swing) which will remotely communicate with server(like Skype) through socket. To do that, can I use AJAX to transfer the data to t