GAE 上 的 Vaadin

Incredible.

<!-- -->

amrlafi replied <script type="text/javascript">writeDate(1248455879000, 1265430659036);</script> 196 days ago:

0 votes Reply

I like it ! i hope it works on AppEngine

<!-- -->

hezamu replied <script type="text/javascript">writeDate(1248549157000, 1265430659075);</script> 195 days ago:

0 votes Reply

Hi,

App Engine support is somewhat problematic, since GAE insists on serializing the application after every request. However 6.0.1 works in GAE to some degree (e.g. http://vaadin-addressbook-test.appspot.com), and we're currently working to get it supported fully. For more info see http://dev.vaadin.com/ticket/2835.

<!-- -->

mknutty replied <script type="text/javascript">writeDate(1248549178000, 1265430659078);</script> 195 days ago:

0 votes Reply

It is a GWT based toolkit, so it might. .... Googled it - http://dev.vaadin.com/ticket/2835

<!-- -->

MCII replied <script type="text/javascript">writeDate(1248516308000, 1265430659100);</script> 195 days ago:

0 votes Reply

Looks similar to Wicket at first sight.

<!-- -->

mknutty replied <script type="text/javascript">writeDate(1248549023000, 1265430659105);</script> 195 days ago:

0 votes Reply

Its not. It is like Echo(1-3). This has been around a while. The name was recently changed from IT Mill.

<!-- -->

hezamu replied <script type="text/javascript">writeDate(1248549425000, 1265430659132);</script> 195 days ago:

0 votes Reply

Yep, that's right. The company behind Vaadin is IT Mill and Vaadin used to be called IT Mill Toolkit.

For a quick glance how it compares with other frameworks see our comparison chart at http://vaadin.com/comparison

<!-- -->

mknutty replied <script type="text/javascript">writeDate(1248721368000, 1265430659137);</script> 193 days ago:

1 votes Reply

So, what are the benefits of Vaadin over just using GWT?

<!-- -->

jl70368 replied <script type="text/javascript">writeDate(1248764487000, 1265430659194);</script> 192 days ago:

3 votes Reply

- Faster to build with (no Java to JavaScript recompilations needed, no client-side or client-server communications needed)
- Easier integration to backend (you can call any Java API:s directly)
- Nicer looking UI components - see http://demo.vaadin.com/
- Keeping your application logic in server makes it a lot more secure: http://vaadin.com/web/joonas/wiki/-/wiki/Main/RIA+Security

<!-- -->

mknutty replied <script type="text/javascript">writeDate(1248829564000, 1265430659197);</script> 192 days ago:

0 votes Reply

Thx. Found #4 after i posted, not the rest. Nice. Really makes using GWT more of an option.

What if i want to use GWT Builder (Instantiations) to design the UI. Can i still use Vaadin?

<!-- -->

jl70368 replied <script type="text/javascript">writeDate(1248844768000, 1265430659230);</script> 191 days ago:

2 votes Reply

Instantiations GWT Builder is not supported, but Vaadin includes a free WYSIWYG UI designer for Eclipse. It is not as good as Instantiations (yet), but is getting better all the time.

<!-- -->

eggbert replied <script type="text/javascript">writeDate(1248554037000, 1265430659242);</script> 195 days ago:

0 votes Reply

super awesome! Now, if only there were a Netbeans plugin.

<!-- -->

hezamu replied <script type="text/javascript">writeDate(1248563662000, 1265430659268);</script> 195 days ago:

0 votes Reply

Sorry, no plugin for Netbeans, but there's a tutorial/howto about it: http://vaadin.com/wiki/-/wiki/Main/Getting Started on NetBeans/

你可能感兴趣的:(JavaScript,gwt,Netbeans,wicket,GAE)