Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java bullshit

Name: Anonymous 2012-10-12 5:36

What would you use for representing messsages in java netcode?

>1. Serializable message objects
>2. Json/xml strings
>3. Build your own command language a´ command [attr1, attr2]
>4. Imitate c structs in some way.

Im thinking about going with 1, but i guess it means it's gonna be a
very java specific implementation, maybe not the best if i want to, for example,
rewrite the server in python later.

What do you think?

Name: Anonymous 2012-10-12 6:03

If you're writing a library use JSON, only export non-implementation details, if you ``implements Serializable'' you will be forced to never change binary representation for any of your exported classes or face binary incompatibility.

Name: Anonymous 2012-10-12 6:06

JSON, everything else is bullshit

Name: nginx 2012-10-12 6:55

BIN > SSV > CSV > JSON ;
C > LISP > MAWK ;
asciidoc > *ML ;

Name: Anonymous 2012-10-12 6:57

>>4
Lisp > C
FTFY

Name: Anonymous 2012-10-12 7:27

>>5
I do not care. As long as it is any of the listed. I am into embedded  tech. I need C as best I can. Unless you can get me a good compiler for scheme, that would be awesome. Got anything better than Stalin?

Name: Anonymous 2012-10-12 8:22

>>6
More like Stallin'!

Name: Anonymous 2012-10-12 10:37

>doing network code in java
>trying to interact with the OS in java
>2011

Name: Anonymous 2012-10-12 10:44

>>7
Craplin.

Name: Anonymous 2012-10-12 10:59

>>8
Hey Russian, come out of your berloga and look around. It's almost 2013.

Name: Anonymous 2012-10-12 11:58

>trying to interact with the OS in java
Never had to use Solaris Management Console? That a GoodThing™.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List