quality@glassfish.java.net

Re: GlassFish 3 and Vaadin

From: Judy Tang <Judy.J.Tang_at_Sun.COM>
Date: Thu, 25 Feb 2010 12:59:44 -0800

Thanks Richard for sharing!

Judy

Richard Kolb wrote:
> And a very nice YouTube movie of JavaEE 6, NetBeans and Vaadin
>
> http://www.youtube.com/watch?v=OU1-Rdl41PU
>
>
> On 11 February 2010 12:15, Richard Kolb <rjdkolb_at_gmail.com
> <mailto:rjdkolb_at_gmail.com>> wrote:
>
> Hi Cats
>
> The first weeks of this year I played with JSF2 and was building
> these GUI's for my application.
> It was working well with the JPA2 validation (JSR303) things etc,
> but it was still a huge pain to develop a simple screen.
>
> But today Marius Kruger told me about Vaadin.
> It's just so amazing , one can build a fancy GUI without editing
> XML files. Pure Java
> I almost fell on my back.
>
> Have a look here http://demo.vaadin.com/sampler/#TableLazyLoading
> and the code.
>
> Have a look here as well :
> http://demo.vaadin.com/AddressBook/
>
> And the tutorial on the above :
> http://vaadin.com/tutorial
>
>
> There is a article on GlassFish 3 and Vaadin:
> http://vaadin.com/wiki/-/wiki/Main/Deployment%20Options%20on%20GlassFish%203
>
> /*I finally have the weapon to fend off the ASP .NET war mongers
> that I work with!*/
>
> It's also in the Maven Repo
> <dependency>
> <groupId>com.vaadin</groupId>
> <artifactId>vaadin</artifactId>
> <version>6.2.3</version>
> </dependency>
>
> regards
> Richard
>
> PS
> deploy the demo
> http://vaadin.com/download/release/6.2/6.2.2/vaadin-demo-6.2.2.war
>
>