 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
krisztian pinter Guest
|
Posted: Mon Oct 03, 2005 2:48 pm Post subject: Re: is SOA solution to all evils? |
|
|
On Mon, 3 Oct 2005 19:49:56 +0530, Kiran <kiran (AT) honeywell (DOT) com> wrote:
| Quote: | While going thro' the webpages to know more about Service Oriented
Architecture, I find that its projected as asolution to all possible
problems and is the future.....
|
actually, i see to much revolutionary technology. i read some pages
quickly about this one, and they didn't say it is anything brand new.
so to those, who think it is another way of thinking, i say very good,
man! we need many useful aspects of seeing a problem, but not all
aspects need a new programming language or environment or such. my
example is always Ada, and the way how they incorporated all OO
aspects into a previously existing language with extending what was
already there. you want SOA? then think that way, and keep using
your current programming tool as long as it conforms enough.
|
|
| Back to top |
|
 |
Franz-Leo Chomse Guest
|
Posted: Tue Oct 04, 2005 10:12 am Post subject: Re: is SOA solution to all evils? |
|
|
| Quote: | I was wondering if some one has had chance to evaluate why we should not
consider moving to SAO for our new development?
i.e. basically disadvantages of SAO or the areas we should be concerned
about when moving to SOA.
|
SOA is just a new label for the good old distributed computing.
The only new thing is that they now try to use available protocols to
transfer the requests instead of a specific protocol like CORBA.
The most common protocol is TCP/IP as protocol and XML as
data format.
The basic disadvantage is that SOA uses a stateless environment
and thus implies more management tasks to assure a fixed data flow.
Regards from Germany
Franz-Leo
|
|
| Back to top |
|
 |
Franz-Leo Chomse Guest
|
Posted: Tue Oct 04, 2005 2:25 pm Post subject: Re: is SOA solution to all evils? |
|
|
| Quote: | How about the performance and maintainablity of the system ? I don't know
all that much about SAO, but it looks to me that it will gel in well with
the application that need performance as one of its criteria. and also we
may need to invest on the development of some additional tools to manage
and maintain these services.
|
The data has to be converted to XML, send, converted back from XML
then the same for the response again.
Thus SOA via XML has a lot of overhead in the interface stubs, which
is not so good if you really need the performance.
Regards from Germany
Franz-Leo
|
|
| Back to top |
|
 |
Trevor de Koekkoek Guest
|
Posted: Tue Oct 04, 2005 2:48 pm Post subject: Re: is SOA solution to all evils? |
|
|
"Franz-Leo Chomse" <franz-leo.chomse (AT) samac (DOT) de> wrote
| Quote: |
The data has to be converted to XML, send, converted back from XML
then the same for the response again.
Thus SOA via XML has a lot of overhead in the interface stubs, which
is not so good if you really need the performance.
|
SOA stands for Service Oriented Architecture and it does not imply that the
data has to be sent via XML. Indeed XML is a common mode of transporting
data but that is an implementation detail.
-Trevor
|
|
| Back to top |
|
 |
BOB-O-MATIC Guest
|
Posted: Thu Oct 06, 2005 2:48 pm Post subject: Re: is SOA solution to all evils? |
|
|
| Quote: | SOA is just a new label for the good old distributed computing.
|
I think it's MS' second attempt at getting everythoneto adopt Web Services.
Their initial Web Services push was viewed as too MS-centric.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|