Think about a time when you had to identify the key cause of a problem and come up with a workable solution. How did you gather the relevant information?

Authors Avatar
Think about a time when you had to identify the key cause of a problem and come up with a workable solution. How did you gather the relevant information?

During my MSc project I was attempting to work out how I could invoke remote method invocations on a program written in Java from another particular program written in SML (a functional programming language). The problem was trying to establish what would be the best way to get the two programs to communicate.

The key to gathering the relevant information was to be systematic. The first phase was to try and establish if there were any standard ways that may allow for two programs to communicate in the way that I needed. I knew from my previous reading that the Java language provided for remote method invocations with Java RMI. This was used as a starting point for research.

Further information was gathered through whatever means available like the Internet and books that focused on communication technologies. I had to assess the also the possibility of having to hand write the communication between the two programs that I had.

How did you analyse the data collected?
Join now!


The focus in the analysis of the data collected was to make a decision on which was the best route for solving the problem that I had. The important factors that were important to my needs software needs were clearly established. I needed the communication problem to be solved in the simplest way possible and cater for my exact needs. For example, I disregarded using Java RMI because it was Java specific whereas I needed something that worked with programs in different languages. Further, I could not use the CORBA technology since it would not support the SML ...

This is a preview of the whole essay