On Wed, Oct 26, 2011 at 10:02 PM, Andrea Del Bene <[email protected]> wrote: > You missed the funniest row: "UI programming on client-side". What does it > mean "Java, Javascript" for GWT and Vaadin and just "Javascript" for Wicket? > Does it mean that GWT and Vaadin run bytecode inside browser? Did they > (re)invented applets :)?
They (actually GWT, Vaadin is reusing it) compile Java to JavaScript. I.e the developer writes only Java and the framework does the rest. >> >> missing a green dot in "Framework extensions are done in Java" - what >> else are the done in? >> >> missing a green dot in "Application oriented" - wicket is both page >> and application oriented - depends on how you want to build your >> app... >> >> not sure why in the IDE department we get only two stars...you dont >> need any plugins to make it easier to work with wicket other then some >> very minor things. >> >> why is there nothing in "Number of downloadable add-ons"? are they >> saying there are zero addons available to download? >> https://github.com/wicketstuff/core alone contains plenty of addons >> downloadable from the maven repo. and there are lots of other >> libraries published by people. >> >> my two cents. >> >> -igor >> >> >> On Wed, Oct 26, 2011 at 11:02 AM, shetc<[email protected]> wrote: >>> >>> https://vaadin.com/comparison An extensive RIA technology comparison >>> matrix >>> >>> -- >>> View this message in context: >>> http://apache-wicket.1842946.n4.nabble.com/An-extensive-RIA-technology-comparison-matrix-including-Wicket-tp3941573p3941573.html >>> Sent from the Users forum mailing list archive at Nabble.com. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
