![]() | |
![]() |
| | Thread Tools | Display Modes |
#41
| |||
| |||
|
|
been tried including Expat, Pyexpat, RXP, XML4J, XML::Parser, or the Mono XML libraries. (No idea if all of those are even still viable, I'm just mentioning names.) |
#42
| |||
| |||
|
|
Abstraction layers can be between the application and the DBMS and they can also be between the application and the user. We've all (mostly?) moved on from the single process dumb terminal green-screen world. We now (mostly?) work in environments where we expect multiple 'users' to share the same process and - here's the good bit - we need not concern ourselves too much with their particular location and/or local environment. All we need - really - is an authentic, secure means of communicating with them and a way of exchanging messages with them. That's it. What we need then, is the ability to insert an abstraction layer to sort this out for us. All we need to know (when starting from scratch) is that we'll be getting messages in and passing messages out. Let the abstraction layer go play on the buses. |
#43
| |||
| |||
|
|
"Tony Gravagno" wrote: And there are many tech-1 options that haven't been tried including Expat, Pyexpat, RXP, XML4J, XML::Parser, or the Mono XML libraries. (No idea if all of those are even still viable, I'm just mentioning names.) Just curious...how many on this list know these mnemonics? My score: 0 Chandru |
#44
| |||
| |||
|
|
"Mike Preece" wrote: Abstraction layers can be between the application and the DBMS and they can also be between the application and the user. We've all (mostly?) moved on from the single process dumb terminal green-screen world. We now (mostly?) work in environments where we expect multiple 'users' to share the same process and - here's the good bit - we need not concern ourselves too much with their particular location and/or local environment. All we need - really - is an authentic, secure means of communicating with them and a way of exchanging messages with them. That's it. What we need then, is the ability to insert an abstraction layer to sort this out for us. All we need to know (when starting from scratch) is that we'll be getting messages in and passing messages out. Let the abstraction layer go play on the buses. Mike, you're providing a very good description of SOA. By questioning the development of yet another XML solution within MV, what I'm trying to do is encourage people to consider the wealth of resources that already exist outside of the environment which we can use as a service. This is the model that the world is working toward and it's increasingly well regarded - it's a politically safe approach where in the past it was considered a cludge, go figure. |
![]() |
| Thread Tools | |
| Display Modes | |
| |