Directory

Toolkit Productivity Tools - Vaadin Add-on Directory

Productivity helper library for fast day-to-day vaadin-based apps development Toolkit Productivity Tools - Vaadin Add-on Directory
Toolkit Productivity Tools is an pure server-side extension to a great server-side rich UI Vaadin framework, providing extra collection of common patterns, widgets and utilities you usually use in almost any vaadin-based web application. This library aims to help you save development time by reusing most commonly used patterns and things: - Built-in fast PDF viewer - let your application users to browse thousands of pages PDF documents even without downloading them to local computer - pages are displayed online as per reading. See the on-line demo for details ! - Built-in ThreadLocal pattern allows to get your app instance from any piece of code, even from spawned threads via simple getTPTApplication static call. - Built-in internationalization support (i18n) - make your app messages and custom layout files internatioalized in seconds. Moreover, i18n files are based on standard java property files, not limited in count and structure and resides in your theme folder for easy editing even in a running deployed app ! - Built-in views-based navigational component allows you to create iphone-os-like views and naviagte between them either programmatically or manually via URL - built-in support for URIFragmentUtility is present ! You can even pass parameters to your views and let your views to listen to navigation events ! - Built-in wrapper for lazy loading or long initializing views or components, easily letting developer to avoid client browser stucks and red wheel of death ;) - Built-in standard dialogs - message dialog, confirmation dialog, question dialog, download dialog and custom dialog - created and invoked with a single statement ! - Several small but useful widgets to save your coding time: captcha component, sizer to quickly insert dynamic margins, message panel, lazy loading panel - Easy to use - even no widgetset compilation required - all code is server-side only. TPT has no external dependencies except as for PDF viewer, where open source edition of IcePDF is used internally for page rendering. TPT is also a pure server-side - it does not contain any custom widgetsets - just a server-side .jar file. This is especially important for those who does not use Eclipse and do not have automatic widgetset compilation feature.
Online Demo
Issue Tracker
Source Code
Project Homepage
Discussion Forum
Online demo .war file

Toolkit Productivity Tools version 1.0.0
null

Toolkit Productivity Tools version 1.1.0
- new PDF Document Viewer component - view hugePDF files online with just a coupe lines of code - new TPTMessagePanel utility component to quickly add V/H centered labels - updated I18N module, now allows to use formatted strings in TM.get("key.name", "format") like in String.format(...) - numerous of fixes and code cleanups - aligned with Vaadin 6.3 - as usual - server-only addon, no custom widgetset compilation required

Toolkit Productivity Tools version 1.1.1
IMPORTANT: If you're using CDI/JEE6 in your TPT-powered Vaadin application, please read this - http://vaadin.com/forum/-/message_boards/message/161629 1.1.1 is a maintenance release of TPT: - Fixed issues: #4, #5, #6, thanks for all who reported and sent patches ! - Removed tpt-demo.war from main package and moved as optional link at right to reduce download size. - Removed optional jar files from IcePDF OpenSource edition bundled package to reduce download size. - DocumentViewer has now the IcePDF deps protection code - if IcePDF files are not present in the classpath, it will render an appropriate message instead of throwing NoClassDefFound error. - Dependency jar files are also copied to distribution "libs" folder to be more visible. - i18n translation files should be plain text utf-8 files now - no native2ascii required anymore (according to issue #6) - Added dependencies section into the developer handbook to more transparetly describe the external dependencies.

Toolkit Productivity Tools version 1.2.0
This is a last 1.x release of TPT. Next one will be major one - 2.0 with the lot of more features and reworked api. - Aligned with Vaadin 6.5+ - Removed Document Viewer package and its deps into a separate project - Misc bugfixes and docs update