Sources for Vaadin AddressBook Portlet

Hello,

We need to modify the Vaadin AddressBook Portlet example but we cannot find the source code into the WAR.
Only class files are present.

So we could decompilate them but it is not nice for an opensource example.

Thank you very much,

Best regards,

All the source code should be available in the ZIP package you can get from
http://vaadin.com/download
. The AddressBook example is in demo/src in the package com.vaadin.demo.tutorial.addressbook, and the portlet definitions are in WebContent/WEB-INF/*.xml .

You can also check out the complete source code from our SVN or browse the SVN contents - see
http://vaadin.com/src
.

Thank Henri for your answer but I did not find my source code for AddressBook Portlet

The portlet is downloadable here :

http://www.liferay.com/downloads/liferay-portal/community-plugins/-/software_catalog/products/3542798;jsessionid=330947AA16C59ED55D5DABE388A8B9CB.node-1?_98_redirect=/downloads/liferay-portal/community-plugins

I wonder if Vaadin corp deals it or if someone elsewhere ?

Best regards,

Download the latest vaadin zip file
http://vaadin.com/download

unzip the file and go to \vaadin-6.3.0\WebContent\WEB-INF\src\com\vaadin\demo

Although I cannot say who has packaged and uploaded that version, I believe it should be the address book tutorial I referred to, just re-packaged - or does it have some features that are not present in the basic tutorial version?

There is also a simplified, minimal address book demo application com.vaadin.demo.SimpleAddressBook, and other variations of the tutorial demonstrating e.g. the use of JPA (
with JEE 6 and GlassFish 3
or
using the AppFoundation framework
).

Thank you Peter and Henri,

It is right ! I will read the last link you gave me

http://devblog.mycorner.fi/18/adding-jpa-based-persistence-to-the-address-book-demo/

Best regards,

Hello,

Thank for all the answer. Last one, promised !

Is it possible to run the glassfish demo example into a tomcat 6 container ?
In fact it would be : what i need to run jee6 into a tomcat 6 container ?

Thank a lot.

Best regards,