Definitely go with Web Services (REST or SOAP).

On Fri, Sep 26, 2008 at 10:41 AM, Jason Yap <[EMAIL PROTECTED]> wrote:

> We're planning to use xml to pass data from client to the server. Is this
> ok sir?
>
> On Fri, Sep 26, 2008 at 10:37 AM, Ryan Luyao <[EMAIL PROTECTED]> wrote:
>
>> It really depends on what type of data you are sending across the
>> wire. The advantage of using Web Services is you can serialize your objects
>> across platforms. I haven't done any sockets programming in five years and I
>> doubt it supports serialization. Take advantage of object serialization if
>> you really need it specially if you are dealing with good OOP languages such
>> as C# and Java.
>> If you are just playing with small type of data then go with sockets. C#
>> and Java has good network socket functions too.
>>
>> On Fri, Sep 26, 2008 at 10:18 AM, Richard Sentino <
>> [EMAIL PROTECTED]> wrote:
>>
>>> Jason,
>>>
>>> Ryan is right and the most recommended is using REST. See docs and
>>> samples below
>>>  - http://en.wikipedia.org/wiki/Representational_State_Transfer
>>> - http://www.flickr.com/services/api/
>>>
>>> Ryan Luyao wrote:
>>> > Jason,
>>> >
>>> > You can use web services for the two platform to communicate.
>>> >
>>> > On Thu, Sep 25, 2008 at 11:33 AM, Jason Yap <[EMAIL PROTECTED]
>>> > <mailto:[EMAIL PROTECTED]>> wrote:
>>> >
>>> >     Good day sa tanan.
>>> >
>>> >     Mangutana lang ko if possible ba ni. Currently, ang project nako
>>> >     is C#, a client-server system. I am trying to incorporate this
>>> >     idea sa design sa system to accomodate other OS for the server.
>>> >     Wala lang ko kabalo if possible ba ni. I was thinking of C# - Java
>>> >     communication where ang C# sa clients and Java for the server so
>>> >     that it can be installed in Linux. Given the same port, magkita ba
>>> >     sila duha? Og makacommunicate ba sila (pasa og data).
>>> >
>>> >     Thanks
>>> >
>>> >     - Jason
>>> >
>>> >     --
>>> >     Since when do we students of this computer age have the funds to
>>> >     purchase and create extra test systems for the purposes of
>>> >     advancing our education? Sometimes to learn things, we're required
>>> >     to get a little dirty
>>> >
>>> >     _________________________________________________
>>> >     Kagay-Anon Linux Users' Group (KLUG) Mailing List
>>> >     [email protected] <mailto:[email protected]>
>>> >     (http://lists.linux.org.ph/mailman/listinfo/klug)
>>> >     Searchable Archives: http://archives.free.net.ph
>>> >
>>> >
>>> >
>>> >
>>> > --
>>> > Ryan Luyao
>>> > Linux User  #374225
>>> > http://counter.li.org
>>> > -= Apache Inside =-
>>> >
>>> ------------------------------------------------------------------------
>>> >
>>> > _________________________________________________
>>> > Kagay-Anon Linux Users' Group (KLUG) Mailing List
>>> > [email protected] (
>>> http://lists.linux.org.ph/mailman/listinfo/klug)
>>> > Searchable Archives: http://archives.free.net.ph
>>>
>>> _________________________________________________
>>> Kagay-Anon Linux Users' Group (KLUG) Mailing List
>>> [email protected] (http://lists.linux.org.ph/mailman/listinfo/klug
>>> )
>>> Searchable Archives: http://archives.free.net.ph
>>>
>>
>>
>>
>> --
>> Ryan Luyao
>> Linux User  #374225
>> http://counter.li.org
>> -= Apache Inside =-
>>
>> _________________________________________________
>> Kagay-Anon Linux Users' Group (KLUG) Mailing List
>> [email protected] (http://lists.linux.org.ph/mailman/listinfo/klug)
>> Searchable Archives: http://archives.free.net.ph
>>
>
>
>
> --
> Since when do we students of this computer age have the funds to purchase
> and create extra test systems for the purposes of advancing our education?
> Sometimes to learn things, we're required to get a little dirty
>
> _________________________________________________
> Kagay-Anon Linux Users' Group (KLUG) Mailing List
> [email protected] (http://lists.linux.org.ph/mailman/listinfo/klug)
> Searchable Archives: http://archives.free.net.ph
>



-- 
Ryan Luyao
Linux User  #374225
http://counter.li.org
-= Apache Inside =-
_________________________________________________
Kagay-Anon Linux Users' Group (KLUG) Mailing List
[email protected] (http://lists.linux.org.ph/mailman/listinfo/klug)
Searchable Archives: http://archives.free.net.ph

Reply via email to