A
Andreas Zita
What is the perfect application model?
Lets say we could run a .NET-applikation on the server in a user-session and
only tunnel the interface to the client, similar to how VNC or Remote
Desktop is working (to any klient setup/os). Wouldnt that be a good thing? I
mean, I find it a little problematic to run an XBAP locally for a number of
reasons. First the client obviously has to run the .NET 3.5 framework but we
also get a bit dissconntected to the datasource. We cant well download the
whole dataset to the client and accessing it through a Web Service is still
not good enough since we wont have persistent objects that way (?). It would
be so much nicer to have one single environment to run all instances in and
only displace/tunnel the interface to the client. This is how ASP +
JavaScript allready works in some way I think but I dont like neither ASP or
JavaScript very much. Its a bit straggling and cumbersome to work with I
think.
What are your thoughts about this? Or am I just talking through my hat ....
/Andreas
Lets say we could run a .NET-applikation on the server in a user-session and
only tunnel the interface to the client, similar to how VNC or Remote
Desktop is working (to any klient setup/os). Wouldnt that be a good thing? I
mean, I find it a little problematic to run an XBAP locally for a number of
reasons. First the client obviously has to run the .NET 3.5 framework but we
also get a bit dissconntected to the datasource. We cant well download the
whole dataset to the client and accessing it through a Web Service is still
not good enough since we wont have persistent objects that way (?). It would
be so much nicer to have one single environment to run all instances in and
only displace/tunnel the interface to the client. This is how ASP +
JavaScript allready works in some way I think but I dont like neither ASP or
JavaScript very much. Its a bit straggling and cumbersome to work with I
think.
What are your thoughts about this? Or am I just talking through my hat ....
/Andreas