java - Should I use Vaadin Framework -
I tried to play with the bus and I think it is very easy to use. Apart from this, what I like about my structure, it's made up of the top.
Do you think, should I use this framework or is it better to stick with GWT?
As a disclaimer, I work to work for the company.
Wadine uses GWT in a way that has a set of prefocated components in GWT. If you want, you can also create your own components. However, the set of components is quite complete, and can often be customized for their own needs. This means that whenever you change your application, you will need to re-compile your code in JavaScript Do not need to You combine the already available components together.
The framework server is operated, so all logic is handled on the server side. The component has two parts, the client and the server file. The client side is just a dummy "scene" for the component once you interact with it, it sends a message to the server that it or it is pressed / written / etc. The server then decides what needs to be done. This is for increased security, because you can not "hack" logic because only a small API is available in Javascript to send the request. In some cases, the speed of the application may be slightly off the business, but I do not think it is too bad. The worst speed hiccups are usually the DB query round-trips and those that do nothing with the likes of the UI framework. As suggested, because you are away from the server or this time can be a high user hit, as people may be sluggish. Try it in your own environment, to see how well your performance is, close the last application application. There are some ready-made applications that you can just deploy to check it out.
I feel that this option is boiling for the decisions you are making. Webdun is good for web applications because you can create a normal Java application and can easily do dynamic web UI for it. If you are doing something else of a traditional web site, where the user only sees the page - actively communicates with it more often, then there is no better way to go to the daily. Get along with some other free frameworks like Rail or a PHP framework etc. I think you are applying more because you are suggesting that you are using GWT, so it should be good daydream.
Ask more questions, here, at Wadin forums or on IRC Channel # Wadin @ Ferounde and maybe someone why you should not use Vadiin and give more reasons for this.
Comments
Post a Comment