RE: DIME Example requested

2004-04-20 Thread Paulo Soares
File()); } for (int k = 0; k < s.length; ++k) System.out.println(s[k]); } catch (Exception e) { e.printStackTrace(); } } } Best Regards, Paulo Soares > -Original Message- > From: Kenneth Lee [m

Re: DIME Example requested

2004-04-20 Thread Gareth Western
Hi Ken, If you find a good DIME example then could you forward it to me please! Many thanks, Gareth Kenneth Lee wrote: Can anyone provide a few clues on what is required to add DIME functionality to a web service. Specifically, if I return a simple string, how do I get the message to break

DIME Example requested

2004-04-20 Thread Kenneth Lee
Can anyone provide a few clues on what is required to add DIME functionality to a web service. Specifically, if I return a simple string, how do I get the message to break into chunks using dime. If there is a good HOWTO with samples link, that would be wonderful! SimpleWS { String sDocu