[tp-devel] LibTpProtoCSCodeGenerator first steps
Krzysztof Sobolewski jezuch at interia.plMon May 5 15:15:14 EDT 2008
- Previous message: [tp-devel] LibTpProtoCSCodeGenerator first steps
- Next message: [tp-devel] LibTpProtoCSCodeGenerator first steps
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Marcel Hauf pisze: > If I have the protocol library what is left? > > * Client to server connection, I think I will do this via sockets > * Configuration, should be easy with xml > > Have I left something out? Well, I have "configuration" in the form of static factories of the Connection object. I'm not sure it's that much to tweak here. Maybe the protocol version, but it's parameterized (via generics and the Visitor object) and not a concern for the library itself. As for the connection, the protocol library is basically a way to serialize frame objects to a stream, so any form of binary stream should do (even though libtpproto-java assumes sockets; this might be an interesting thing to take just the in and out streams and not bother with that). And I don't see an alternative to sockets for network communication... ;) -- KS "To an engineer, everyone looks like a chimp" - Dilbert -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://mail.thousandparsec.net/pipermail/tp-devel/attachments/20080505/703a2250/attachment.pgp
- Previous message: [tp-devel] LibTpProtoCSCodeGenerator first steps
- Next message: [tp-devel] LibTpProtoCSCodeGenerator first steps
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the tp-devel mailing list
