c# - Implementing a fully-functional prototype for a web-based application -


I am creating a prototype for a web based application and considering creating front end in HTML , Which may then be reused for later actual application. I previously had a flash-based prototype, in which .swf was embedded in the C # executable. Flash was made for faster turnaround times, while Windows applications provided unlimited access to Fancy APIs for DB access and sound.

I want to think about something similar for this one. Does this approach make sense? I am particularly concerned how the HTML container will communicate with the app. What do I understand from the initial research, it will be only via javascript, which can be quickly cumbersome, this is especially because unlike Flash-based prototypes, which executes many of its functionality in .swf, HTML The UI will completely depend on the shell to maintain the state. Also, I do not want more than access to the database. That's why a desktop application can be overkill.

Another option that comes to mind is to create a prototype using PPP and to deploy it on a portable server stack such as Server 2GO or XAMPP. But I have not done anything like that before, have anybody shed some light on the shortcomings of this approach?

The main requirement UI runs fast without any establishment or configuration of reusable front-end code and simplified deployment.

The best programming advice I've seen comes from, and along with that, Evolutionary prototypes are fine, and throw prototypes are fine, but when you try to make someone else, you become upset. "That means, what type of prototype are you developing and respecting it? Are there. If you are developing a throwing prototype, do not allow yourself to use it in any form, though it may be possible in the production system. And if you are developing evolutionary prototypes - it is intended to be a production system - there is no compromise in quality.

It seems that you are trying to get both, throwing a quick development and reusability of an evolutionary prototype - and you can not do it. Make your mind and stand by it. You can not make your own cake and eat it too.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -