On Thu, Mar 11, 2010 at 10:18 AM, abdul khaliq <abdul.kha...@yahoo.com> wrote:
> Hi,
>
> I am using one of the examples that u have provided on
>
> http://svn.apache.org/viewvc/mina/tags/2.0.0-M3/example/src/main/java/org/apache/mina/example/udp/
>
>
> What i need is to sent a pojo from server to client. Please help me how can i 
> handle this? Also how can i raise event on the client side upon message 
> received just as it is on the server side in the provided example.

Are you planning to use Object serialization for sending the data?
Your client IoHandler messageReceived() shall be called, whenever a
message is received. Raise en event from there.

-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal

Reply via email to