Evaluation nets web-based editor: searching for the toolkit

微笑、不失礼 提交于 2020-01-03 05:15:24

问题


My goal is to implement web based editor for evaluation nets (extension of Petri nets), something like that swing app, language - Java. However I've never implemented rich web applications like that, so I am searching for the proper toolkit now. Currently I am thinking about GWT, but, as far as I have no expirience with it, I want to consider another options too. Hoping for your advice.

Thanks in advance ;)


回答1:


There are a number of alternative options:

Vaadin is my favourite. you can build a web GUI without having to know javascript at all in the same manner you build a swing desktop application. Have a look at its demo. vaadin comes with a professional look so it is easy to build something that look good.

Vaadin stores its backing GUI objects in session so if client idle for longer than the seestion timeout, they will have to refresh the application.

Another one similar to Vaadin is Apache Wicket.



来源:https://stackoverflow.com/questions/5015241/evaluation-nets-web-based-editor-searching-for-the-toolkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!