dear all,
I am building a three tiers application which is
collecting different type of data, but mostly simple text.
I was hinking to make my application general in the sens
that whatever type of data i might receive, I must be able
to send them to a window application or a web application
at the same time.
what is the best way to handle the collection of data
format in order they gets understand by both interface.
First I was thinking of a web service which will be in
charge of collecting data, but I do not know if its the
best approach...
or should I get a paticular clas which collect a set of
object type and send them to proper container.
thanks for your help
regards
serge