izaque Posted September 26, 2014 Posted September 26, 2014 The development of the framework is stopped? What is the outlook for the final release? Support delphi XE7? For an application with up to 2000 concurrent access, use UniGui would be a rational choice? When should I not choose UniGui to build an application? Thank you! Quote
Administrators Farshad Mohajeri Posted September 26, 2014 Administrators Posted September 26, 2014 The development of the framework is stopped? What is the outlook for the final release? Support delphi XE7? For an application with up to 2000 concurrent access, use UniGui would be a rational choice? When should I not choose UniGui to build an application? Thank you! - Development continues at full speed. - More or less like what it looks like now with some additions + documentation. - Yes, already supports XE7 - Logically uniGUI can support any number of concurrent access as long as you have enough system resources to handle it. uniGUI sessions stay in memory so you must calculate it yourself. - perhaps when you want to develop a fully stateless website with lots of url directing and url linking. uniGUI fits best for web applications. At this point you have two options: - Download the trial version and wait until version 1.00 is published. http://forums.unigui.com/index.php?/files/ - Buy a beta license at a discounted price and get the full version for commercial usage. http://forums.unigui.com/index.php?/forum/45-ordering-unigui/ Regards Quote
izaque Posted September 26, 2014 Author Posted September 26, 2014 - Development continues at full speed. - More or less like what it looks like now with some additions + documentation. - Yes, already supports XE7 - Logically uniGUI can support any number of concurrent access as long as you have enough system resources to handle it. uniGUI sessions stay in memory so you must calculate it yourself. - perhaps when you want to develop a fully stateless website with lots of url directing and url linking. uniGUI fits best for web applications. At this point you have two options: - Download the trial version and wait until version 1.00 is published. http://forums.unigui.com/index.php?/files/ - Buy a beta license at a discounted price and get the full version for commercial usage. http://forums.unigui.com/index.php?/forum/45-ordering-unigui/ Regards Thank you! Quote
ZigZig Posted September 27, 2014 Posted September 27, 2014 - perhaps when you want to develop a fully stateless website with lots of url directing and url linking. uniGUI fits best for web applications. Even in that case, uniGUI fits perfectly: I made a stateless website entirely with uniGUI: http://www.theatredelavie.be/. 2 Quote
Administrators Farshad Mohajeri Posted September 27, 2014 Administrators Posted September 27, 2014 Even in that case, uniGUI fits perfectly: I made a stateless website entirely with uniGUI: http://www.theatredelavie.be/. Great job! I wouldn't recognize it as a uniGUI web site if you hadn't told in advance. Should keep this one in my bookmark! Technically speaking this site is not a "stateless" site because for example you can't bookmark a certain page and revisit it later. However, that doesn't matter anymore. Web is evolving and more and more site are becoming dynamic web sites with dynamic content rather than being a bunch of static pages. 2 Quote
Sherzod Posted September 27, 2014 Posted September 27, 2014 Even in that case, uniGUI fits perfectly: I made a stateless website entirely with uniGUI: http://www.theatredelavie.be/. Great job!!! Quote
ZigZig Posted September 27, 2014 Posted September 27, 2014 Thank you Farshad, Delphi Developer and Ronny! 1 Quote
MarkB Posted September 27, 2014 Posted September 27, 2014 Even in that case, uniGUI fits perfectly: I made a stateless website entirely with uniGUI: http://www.theatredelavie.be/. Would you please describe what you had to do to make a stateless web site with uniGUI? Stateless is what I'm used to so using uniGUI to do it as well would be great. Quote
possidonio Posted September 28, 2014 Posted September 28, 2014 Great job, congratulations. Will use to develop web applications and static web sites. Quote
Jose Abanto Posted September 28, 2014 Posted September 28, 2014 Farshad, You should move this to the examples projects section. Good Job ZigZig !! Quote
ZigZig Posted September 28, 2014 Posted September 28, 2014 Would you please describe what you had to do to make a stateless web site with uniGUI? Stateless is what I'm used to so using uniGUI to do it as well would be great. Please see Farshad's answer about stateless website : http://forums.unigui.com/index.php?/topic/4570-final-release/&do=findComment&comment=22810 Quote
Administrators Farshad Mohajeri Posted September 28, 2014 Administrators Posted September 28, 2014 Dear @ZigZig, Please open a new thread in Sample Projects forum for this project. Quote
Administrators Farshad Mohajeri Posted September 28, 2014 Administrators Posted September 28, 2014 Would you please describe what you had to do to make a stateless web site with uniGUI? Stateless is what I'm used to so using uniGUI to do it as well would be great. Whatever you create with uniGUI will be stateful. Which means all states are kept in server side. However you can give the impression that your site is a regular stateless web site like what ZigZig did. Quote
ZigZig Posted September 28, 2014 Posted September 28, 2014 Dear @ZigZig, Please open a new thread in Sample Projects forum for this project. Done : http://forums.unigui.com/index.php?/topic/4574-stateless-like-website/&do=findComment&comment=22854 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.