Hi,
Is there a framework which allows easy adding of ExtJS to a normal .Net application. This way I only have to create a GUI once, which is then accessible through an embedded webserver. This is great since I then can remote access the server/service/application as well as fiddle with it locally.
My dreamsolution would be: - The framework somehow converts the existing GUI (winforms) to ExtJS, when a local http connection is done. This way I can just use the standard GUI tools to develop the app, and trust that the framework will perform its conversion magic when a http request is done.
A less preferable but also cool solution would be: - The framework exposes ExtJS like classes which I instantiate and define properties on (like the canvas, the buttons, etc) and callbacks(events). Then these classes are used to create the extjs GUI when a connection is made.
The least preferable solution would be: - To have to manually do javascript coding and handle incoming async ajax calls and this way do all the interface stuff.
Does something like this already exist? Or is this something I'll be making for the next X months ;^)
thanks!
R