ExtJs Vs Ext GWT Vs SmartGWT

后端 未结 5 1305
一个人的身影
一个人的身影 2020-12-18 07:47

I am going to start a new application which mainly consist NavigationPane, Grid, Toolbar. Layout should look like this demo page http://www.gwt-ext.com/demo/

I am qu

5条回答
  •  隐瞒了意图╮
    2020-12-18 08:30

    To write the least code, use SmartGWT Pro. It provides a wizard that allows you to just pick from a list of Hibernate entities you've created, and instantly you have the ability to perform all CRUD operations on that entity, no code required. Then you can add business logic.

    The wizard:

    http://www.smartclient.com/smartgwtee/showcase/#tools_hibernate_wizard

    The link about is just screenshots, but there are several Hibernate samples in the showcase. See especially the Master-Detail Batch Load and Save sample.

    As far as performance, real-world performance of most enterprise apps is dictated by how often the application has to contact the server. In this area SmartGWT has a large lead because of features like Adaptive Filtering (see the Featured area in the SmartGWT showcase).

    Almost all reports we receive of SmartGWT being "slow" are due to having Firebug enabled. Disable Firebug and performance is fine, so normal end users will never perceive slowness.

提交回复
热议问题