Hello John, SOA is more a concept than a program. Basically SOA suggests to use Web Services to interface rich clients and servers.
If you don't need to use web services, I suggest you to create in the server some web pages, but not returning HTML but returning Rebol structures. In this way, you can use simple GET/POST message to send data to the server, and you can retrieve the results very fast. --Alessandro On 6/1/06, John Blake <[EMAIL PROTECTED]> wrote: > > > Guys, > How stable do yall think the SOA stuff is? > I am thinking of building a little app to display counts of specific > records from a dbase. I'm under the impression that if my higher ups see > it, they are going to want it on their laptops. I thought about a direct > connection to the server from each client to get the data and that would > work. It's just if I need to change something, I'll have to deal with > updating all the apps on the laptops and I don't think I want to mess > with that. > So, I'm thinking the SOA. > > > Thoughts? > > John > > -- > To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject. > > -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
