Entries Tagged as 'Java'

Java Coding - Best Practises - 1

This is the first in a series of posts covering best practices for java coding.

As with most things in life, there are few hard-and-fast rules. Best practices for Java coding are no exception. Treat the following as guidelines, and remember to add comments to your code wherever you choose to ignore them.
[Read more →]

Share/Save/Bookmark

Flash Player 9 Update 3 and the Socket Policy File

With the release of Flash player 9 Update 3, many Flash applications are beginning to break due to Flash’s new socket policy rules.

The executive summary is that a server that allows Flash Player to connect to its sockets must now provide a socket policy file on either port 843 or the port that the player is connecting to.
[Read more →]

Share/Save/Bookmark