[Beepcore-java-users] Java Streams
Status: Beta
Brought to you by:
huston
From: Andy B. <and...@pr...> - 2002-12-03 15:37:46
|
Hi, We're using beepcore-java for our client/server communication on a "trial" project, so far so good, we've got a listener based on beepd and our own profiles. One thing that makes itself clear farly quickly is how much nicer it would be if beep's InputDataStream and OutputDataStream were derived from java's own Stream classes (or perhaps implemented their interfaces) In particular it would make it easier to send/receive XML documents or serialize entire java objects through beep channels without "stringizing" them first. Have I missed a trick that makes this possible already? Has anyone thought the same thoughts? How difficuly would it be to implement? Thanks .... |