pahaloom / tpt

Automatically exported from code.google.com/p/tpt
Other
0 stars 0 forks source link
            TOOLKIT PRODUCTIVITY TOOLS

        version 1.2.0 , released 31.01.2011

( for release notes / what's changed please see below )

== WHAT IS THIS

================================== Toolkit Productivity Tools aka TPT is a small server-ide extension to the Vaadin framework and aims to provide extended components, utilities and helpers that increases productivity when creating Vaadin applications. TPT was born after I've managed to create several Vaadin-based production applications and noticed that a number of small same things are commonly used in all apps and can be extracted to a common library to boost the productivity and eliminate code duplicates.

== DISCLAIMER

TPT provided as is, in hope that somebody else will also find it useful or find some ideas or examples for its own code.

== LICENSE

TPT is absolutely free and uses version 2 of Apache License, please see LICENSE.TXT for more details.

== BUILDING

You'll need Java 1.6+ and Apache Ant 1.6+ to build the project. Just run "ant" from the project base folder and it will compile and create tpt.jar and tpt-demo.war files in the "dist" folder. The war file is then ready to be dropped to any web contaner or app server to see the small demo showcase of the components.

== IMPORTANT !!!

== TPT's DocumentViewer component depends on IcePDF engine to render pdf files. == If you're going to use DocumentViewer component, please do not forget to == include IcePDF core jar files to your web app. You can take those files from == deps folder of this distribution or download from http://www.icepdf.org

==================================

== BUG REPORTING AND OTHER CONTACTS

TPT is hosted at Google Code, please check the homepage: http://code.google.com/p/tpt

== CHANGES HISTORY

==================================

Legend:

31.01.2011 v.1.2.0

? - PDF Viewer removed from tpt project and moved to a separate add-on VPDF ? - Aligned with Vaadin 6.5.0

26.04.2010 v.1.1.1

18.04.2010 v.1.1.0

IMPORTANT: PDF Document Viewer depends on IcePDF OpenSource edition (included) which is used to render PDF documents at the server side. If you're going to use DocumentViewer component, do not forget to iclude IcePDF jars to the classpath as well.

17.12.2009 v.1.0.0

09.11.2009 v.1.0.0 RC1

? - Finally, a release candidate of first public version of TPT ? - Added user manual in addition to JavaDoc ? - Removed unnecessary code and refactored packages and clases locations a bit

31.05.2009 v.0.0.3

? - Project is now published at Google Code: http://code.google.com/p/tpt

15.03.2009 v.0.0.2

19.02.2009 v.0.0.1

? Sources separated into a standalone library and moved to contrib section.