communication

Working with Distributed Teams

This question must be asked but I just want to ask it my way. What is the best way to maximize engagement among members of distributed teams? Mostly in terms of communication, Thanks ...

AS3 and mySQL or XML: Saving user votes on server from a flash movie.

Hi, A project of mine involves a flash movie (.swf) in a webpage, where the user has to pick from a number of items, and has the option to thumbs up or thumbs down (vote on) each item. So far I have gotten this to work during each run of the application, as it is currently loading the data from an XML file - and the data is still stati...

Remote Servlet Comms

I have two servlets A & B. On B i intend to have a a method isAvailable() which A will call to check the status. If this method returns true then im going to pass it an object to B. On doing a bit of reading i'm seeing a couple of options non of which im that familar with. JNDI with remote EJB , RMI or simple HTTP (not sure how youd do...

Reverse-engineering of communication protocols

Just curious - what are some automatic or even semi-automatic techniques for reverse-engineering of communication protocols? I am particularly interested in the case when one's sniffing traffic and trying to understand the protocol. I could find a number of papers on scholar, but in my experience this is a completely manual process mos...

What is the easiest way to do inter process communication in C#?

I have two C# applications and I want one of them send two integers to the other one (this doesn't have to be fast since it's invoked only once every few seconds). What's the easiest way to do this? (It doesn't have to be the most elegant one.) ...

Send and receive data trough the power network

I'm not interested in a hardware solution, I want to know about software that may "read" modulated signal received trough the power supply - some sort of a low-level driver that would access the power signal in a convenient place and demodulate it. Is there a way to receive signal from the computer's power supply? I'm interested in an A...

How do you communicate to teams outside of your city?

My team of 10 developers is working with another team of 10 developers, designers and BAs outside of my office to build a corporate website. There will be a lot of communication, learning and knowledge transfer between the two teams and both teams are in the same time zone. Currently we're using traditional land lines and email to commun...

What is the best way for two programs on the same machine to communicate with each other

I need to pass some data (integers) from one (C++) program to another (C#). What is the fastest way to do this? P.S.: OS: Windows XP ...

Transferring data between Remote Desktop and Client

Hello. I have an application that people use through Remote Desktop/Terminal Server. The application supports digital signatures. Well, the digital signature pad is on the client, but the program runs on the server. The signature pad also does not support being shared as a device through Remote Desktop(not listed with "Supported Plug And...

Communication between view controllers

Given the section of an application which has a UINavigationController and 2 levels of UITableViews (i.e. a row is selected on the root controller which pushes the second controller onto the navigation stack) I have the following questions: 1) There is a User object which is required by both controllers. What is the best way to communic...

Can a Silverlight client talk to a C++ server?

Our company wants to transform our current user interface to a web client. We are considering to use Microsoft's Silverlight for this, but it will need to communicate with our legacy C++ server application (native C++, not C++/CLI). I am wondering whether it would be feasible to write such an IPC library by hand, our otherwise whether th...

How to execute adobe air app from Flex ?

Helo everyone, May i ask a question, How to execute adobe air app & pass argument from Flex ? Thanks in advanced. Jacky Ho. ...

When can you trust yourself to implement cryptography based solutions?

I've read quite a few times how I shouldn't use cryptography if I'm not an expert. Basically both Jeff and Eric tell you the same: Cryptography is difficult, better buy the security solution from experts than doing it yourself. I completely agree, for a start it's incredibly difficult to perceive all possible paths an scenario migh...

How to communicate between the Views in the Silverlight 3.0 application?

I am building a Silverlight 3.0 app based on the Silverlight Navigation Application template. One road block I ran into is communicating between the Pages. For instance, I am in one Page, and I want to kick off another page and send it some data. I am at a loss as to how to do this. Any ideas? ...

arguments for stateless protocols (context: simple point-to-point communication)

(So this question has been asked before, but in a general sense, and most of the responses were in the context of general network communications with multiple servers/clients/etc.) In the context of a simple point-to-point communications protocol, what are the advantages/disadvantages of stateful and stateless protocols? My instinct is ...

reading from serial port

to read from serial port do i need to install some package the get support in netbeans? which packages do i need to import at the start of program? the statement: import javax.comm.*; results in error saying package does not exist...what to do ...

Watchdog win service to watch another win service

Hi, I want to make a windows service that monitors another windows service, and make sure that it is working. sometimes the Win Service that I want to watch stay in the memory (appear in task manager, so it is considered a running service, but the fact is that it is doing nothing, it is dead, its timer is not firing for one reason, which...

Current WCF technology alternatives for .NET-to-.NET services?

I'm splitting up an N-tier stack to allow independent scaling of the tiers, better deployment independence, and I'd like to know what people are currently choosing for service-boundary communication technologies. The service itself and all of the "clients" to the service will have access to one another over an internal network and are c...

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException when using JDBC to access remote MySQL database

/** * */ package ORM; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; /** * @author Gwilym * @version 0.0 */ public class DatabaseConnection { private String userName=""; private String password=""; private String host=""; Connection conn; /** * @param userName * @param passwo...

Tips for communicating with non programmers

I'm a one man developer PHP/MySQL developer. The contents of our database come an excel file produced by a group on non programmers. They are smart people, but often don't see how small changes in excel file can totally make the logic in my PHP codes meaningless. Does anyone have tips for communicating with non-programmers in these ty...