I was working for long time in a client-server application and now our
managers have decided to implement a new 3-tier application as
evolution of the previous one. In particular in such re-engineering we
want to separate presentation layer from the business layer. Reading
around I noticed most of the information regarding presentation layer
are showing web solution. My application is working in a private lan
so I don't need the web. Which is the best solution for implementing a
presentation layer (possibly thin) like this? And the communication
protocol?
Thanks