I want to port a standalone application to web based which run within browser. Since there are extensive windowing, I plan to use
May I know besides the web GUI framework I mention above, is there any alternative? Preferable free and open source.
I want to port a standalone application to web based which run within browser. Since there are extensive windowing, I plan to use
May I know besides the web GUI framework I mention above, is there any alternative? Preferable free and open source.
SproutCore - http://www.sproutcore.com/
Cappuccino - http://cappuccino.org/
Check out Cappuccino and jQuery. Of course, there are tons of other Javascript GUI frameworks to choose from, as well.
If you are porting from a Java app, Google's Web Toolkit might be the best fidelity match.
I've used the Yahoo UI library in the past, but I find it can be a bit slow on the browser side of things.
You may also want to look at script.aculo.us and Dojo.