Re: Don't know the word for it but Application Server .exe client



"na" wrote:
7. The .exe downloads this folder and creates the GUI.

I should mention that it would be trivial to design an .exe that always downloads another
exe and executes that BUT more and more workstations are being locked down to the point
of preventing execution from writable directories. Perhaps some sort of security mechanism
to allow my executable?

I just don't see the point of using web browsers for the client experience. We need something better
and something that is Delphi or C++ syntax and feels like standard application programming.

Contrary to popular opinion, one can develop browser based rich GUI experience apps and here is an example to prove my point.
http://blogs.msdn.com/jaimer/archive/2008/03/13/silverlight-in-financials-demonstrator.aspx
The demonstrator is a 'mock-up' website that shows the interactions and
experience you could get from a silverlight enabled site. Features like
interactive video that drives charts, client-side charting, drag & drop,
client-side calculations (for responsiveness), cross-domain web services
calling, etc. come together seamlessly to create a slightly different
banking experience from what we see today

Be sure to watch the streaming video to see the many features of the demo.
While you watch the video think of Intuit's Quicken and how popular it's
interface became.

As for your .exe project, you might investigate how the .NET one-click deployment handles security etc. I am using several .NET apps that are one-click deployed.
http://msdn2.microsoft.com/en-us/library/wh45kb66(VS.80).aspx



.



Relevant Pages

  • Re: Shell and Wait problem
    ... "Alan" ha scritto nel messaggio ... executes a second ... I do know the name of the second exe that is run. ... Dim endProc As boolean ...
    (microsoft.public.vb.winapi)
  • Re: reading PDAs device ID
    ... biggest Kludge wrench I had. ... and save it to a text file in the same directory as the exe was run ... Then I wrote a desktop app that using RAPI copies this exe over to the ... device and executes it. ...
    (microsoft.public.pocketpc.developer)
  • Re: Executing remote EXE on demand
    ... I have a problem executing an exe on a remote location. ... I have my main application on a server. ... the main app executes the special exe whenever it needs to read the ...
    (microsoft.public.vb.general.discussion)
  • Re: Dont know the word for it but Application Server .exe client
    ... When this .exe is executed it connects to a TCP Socket server. ... I want to use Delphi to design this GUI. ... exe and executes that BUT more and more workstations are being locked down to the point ...
    (borland.public.delphi.non-technical)

Loading