12987nam 2200673Ia 450 991081414870332120240314003413.01-78216-227-5(CKB)2670000000399724(OCoLC)857061862(CaPaEBR)ebrary10742634(SSID)ssj0001104544(PQKBManifestationID)11711147(PQKBTitleCode)TC0001104544(PQKBWorkID)11089167(PQKB)10780433(Au-PeEL)EBL1236047(CaPaEBR)ebr10742634(CaONFJC)MIL509634(OCoLC)854974336(PPN)174770499(OCoLC)859144388(OCoLC)ocn859144388(FR-PaCSA)88850211(CaSebORM)9781782162261(MiAaPQ)EBC1236047(EXLCZ)99267000000039972420111102d2013 uy 0engurcn|||||||||txtccrVaadin 7 UI design by example beginner's guide /Alejandro Duarte1st editionBirmingham, UK Packt Pub.20131 online resource (246 p.)Includes index.1-78216-226-7 Intro -- Vaadin 7 UI Design By Example Beginner's Guide -- Table of Contents -- Vaadin 7 UI Design By Example Beginner's Guide -- Credits -- About the Author -- Acknowledgement -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Time for action - heading -- What just happened? -- Pop quiz - heading -- Have a go hero - heading -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Writing Your First Vaadin-powered Application -- Creating and running Vaadin applications in Eclipse -- Installing Eclipse -- Time for action - downloading and installing Eclipse -- What just happened? -- Installing the Vaadin plugin for Eclipse -- Time for action - installing the plugin -- What just happened? -- Installing Run Jetty Run plugin -- Time for action - installing Jetty -- What just happened? -- Creating a new Vaadin project in Eclipse -- Time for action - creating a new Vaadin project -- What just happened? -- Deploying and running Vaadin applications in Eclipse -- Time for action - deploying and running -- What just happened? -- Creating and running Vaadin applications in NetBeans -- Installing NetBeans -- Time for action - downloading and installing NetBeans -- What just happened? -- Creating a new Vaadin project in NetBeans -- Time for action - creating a new Vaadin project -- What just happened? -- Deploying and running Vaadin applications in NetBeans -- Time for action - deploying and testing -- What just happened? -- Creating and running Vaadin applications using Maven -- Vaadin 7 Maven archetype -- Time for action - creating a new Vaadin project -- What just happened?.Deploying and running Vaadin applications with Maven -- Time for action - deploying and running -- What just happened? -- Generated application explained -- Buttons -- Labels -- Have a go hero - display some HTML text -- Layout margin -- A more interesting "hello world" application -- Text fields -- Time for action - using text fields -- What just happened? -- Notifications -- Have a go hero - show notifications -- Pop quiz - Vaadin fundamentals -- Summary -- 2. Using Input Components and Forms - Time to Listen to Users -- The Time It application -- Time for action - separating business classes from UI classes -- What just happened? -- UI components as class members -- Time for action - adding components as class members -- What just happened? -- Time for action - adding some infrastructure -- What just happened? -- Comboboxes -- Time for action - adding a combobox -- What just happened? -- Responding to value changes -- Getting and setting the value of input components -- Tooltips -- Immediate mode -- Error indicators -- Time for action - validating user input -- What just happened? -- Layout spacing -- Time for action - adding input component into the layout -- What just happened? -- Checkboxes -- Removing components from layouts -- Time for action - running the test set -- What just happened? -- Have a go hero - add a validation to Time It -- Time for action - showing the results -- What just happened? -- Thinking in Vaadin -- Servlets and GWT -- UI components hierarchy -- Component -- Vaadin's data model -- Time for action - binding data to properties -- What just happened? -- Items -- Containers -- More input components -- Text area -- Have a go hero - disable word wrap -- Rich text area -- Option groups -- Time for action - fixing the OptionGroup example -- What just happened? -- Have a go hero - improve the OptionGroup example.Twin column selects -- Date/time pickers -- Time for action - using an InlineDateField component -- What just happened? -- Uploading files -- Pop quiz - thinking in Vaadin -- Summary -- 3. Arranging Components into Layouts -- Horizontal layouts -- Time for action - the main layout -- What just happened? -- Components size -- Time for action - visualizing borders -- What just happened? -- Time for action - setting layouts size -- What just happened? -- Expand ratio -- Time for action - expanding components -- What just happened? -- Split panels -- Time for action - using split panels -- What just happened? -- Implementing a button-based menu -- Time for action - adding menu options -- What just happened? -- Have a go hero - add a public method to set the header -- Grid layouts -- Time for action - using grid layouts -- What just happened? -- Have a go hero - open their eyes -- Have a go hero - expand components in GridLayout -- Absolute layouts -- Time for action - using absolute layouts -- What just happened? -- Click listeners -- Time for action - adding click listeners -- What just happened? -- Have a go hero - get more data from click events -- Form layouts -- Time for action - using FormLayout -- What just happened? -- Panels -- Time for action - using panels -- What just happened? -- Tab sheets -- Accordions -- Have a go hero - find the disobedient line of code -- Windows -- Pop quiz - mastering layouts -- Summary -- 4. Using Vaadin Navigation Capabilities -- Getting request information -- Path info -- Time for action - developing a simple website -- What just happened? -- Parameters -- Time for action - reading request parameters -- What just happened? -- Fragments -- Have a go hero - take a look at the Vaadin API documentation -- Changing the browser title -- Navigators and views -- Time for action - using navigators -- What just happened?.Time for action - navigating programmatically -- What just happened? -- Keeping state after refresh -- Time for action - preserving application state -- What just happened? -- User session -- Menus -- Shortcut keys -- Shortcuts for buttons -- Time for action - a tedious application -- What just happened? -- Have a go hero - improve user experience -- Shortcuts for Window and Panel -- Pop quiz - navigation capabilities -- Summary -- 5. Using Tables - Time to Talk to Users -- Tables -- Time for action - my first table -- What just happened? -- Headers -- Clicking on headers -- Footers -- Clicking on footers -- Boxwords game -- Time for action - implementing the game UI -- What just happened? -- Page length -- Selecting items in tables -- Time for action - listening to clicks -- What just happened? -- Reading data from tables -- Time for action - finishing the game -- What just happened? -- Editable tables -- Table field factories -- Time for action - using a custom field factory -- What just happened? -- Understanding generated columns -- Collapsing and reordering columns -- Have a go hero - activate column reordering powers -- Pop quiz - mastering tables -- Summary -- 6. Adding More Components -- Trees -- Time for action - my first tree -- What just happened? -- Tree events -- Tree tables -- Time for action - a file browser -- What just happened? -- Have a go hero - use TreeTable or Tree interchangeably -- Progress indicators -- Icons -- Time for action - adding icons -- What just happened? -- Images, Flash, video, audio, and other web content -- Time for action - render web content -- What just happened? -- Sliders -- Color picker -- Have a go hero - experiment with ColorPicker -- File download -- Context menus -- Drag-and-drop -- Have a go hero - study a drag-and-drop example -- Pop quiz - more components -- Summary.7. Customizing UI Components - Time to Theme it -- Vaadin themes -- Time for action - changing themes -- What just happened? -- Introduction to CSS and Sass -- Variables -- Nesting -- Mixins -- Introducing Firebug and Chrome inspector -- Time for action - inspecting HTML -- What just happened? -- Creating new themes -- Time for action - creating a new Vaadin theme -- What just happened? -- Styling labels -- Time for action - creating a new Vaadin theme -- What just happened? -- Adding CSS classes to components -- Styling text fields -- Styling buttons -- Styling panels -- Styling menus -- Styling tables -- Pop quiz - Vaadin themes -- Summary -- 8. Developing Your Own Components -- Custom components -- Time for action - creating a custom component -- What just happened? -- Client side applications -- Time for action - creating a client side application -- What just happened? -- Have a go hero - check that the app is purely client side -- Widgets -- Time for action - creating a widget -- What just happened? -- Remote procedure calls -- Extensions -- Time for action - creating an extension -- What just happened? -- Have a go hero - experiment with GWT handlers -- Custom JavaScript -- Calling JavaScript from the server -- Calling the server from JavaScript -- JavaScript components -- Time for action - creating a JavaScript component -- What just happened? -- JavaScript extensions -- Have a go hero - implement a JavaScript extension -- Pop quiz - CustomComponents -- Summary -- A. Pop Quiz Answers -- Chapter 1, Writing Your First Vaadin-powered Application -- Pop quiz - Vaadin fundamentals -- Chapter 2, Using Input Components and Forms - Time to Listen to Users -- Pop quiz - thinking in Vaadin -- Chapter 3, Arranging Components into Layouts -- Pop quiz - mastering layouts -- Chapter 4, Using Vaadin Navigation Capabilities.Pop quiz - navigation capabilities.Do it all with Java! All you need is Vaadin and this book which shows you how to develop web applications in a totally hands-on approach. By the end of it you’ll have acquired the knack and taken a fun journey on the way. Learn how to develop Vaadin web applications while having fun and getting your hands dirty Develop relevant and unique applications following step-by-step guides with the help of plenty of screenshots from the start The best available introduction to Vaadin with a practical hands-on approach and easy to read tutorials and examples In Detail Vaadin is a mature, open-source, and powerful Java framework used to build modern web applications in plain Java. Vaadin brings back the fun of programming UI interfaces to the web universe. No HTML, no CSS, no JavaScript, no XML. Vaadin lets you implement web user interfaces using an object oriented model, similar to desktop technologies such as Swing and AWT. Vaadin 7 UI Design By Example: Beginner’s Guide is an engaging guide that will teach you how to develop web applications in minutes. With this book, you will Develop useful applications and learn basics of Java web development. By the end of the book you will be able to build Java web applications that look fantastic. The book begins with simple examples using the most common Vaadin UI components and quickly move towards more complex applications as components are introduced chapter-by-chapter. Vaadin 7 UI Design By Example: Beginner’s Guide shows you how to use Eclipse, Netbeans, and Maven to create Vaadin projects. It then demonstrates how to use labels, text fields, buttons, and other input components. Once you get a grasp of the basic usage of Vaadin, the book explains Vaadin theory to prepare you for the rest of the trip that will enhance your knowledge of Vaadin UI components and customization techniques.Application softwareDevelopmentWeb site developmentApplication softwareDevelopment.Web site development.005.6Duarte Alejandro993531MiAaPQMiAaPQMiAaPQBOOK9910814148703321Vaadin 7 UI design by example4042841UNINA05295nam 2200649Ia 450 991081728910332120200520144314.01-280-08729-397866100872970-585-45646-110.1596/0-8213-4981-3(CKB)111087027993836(OCoLC)559548837(CaPaEBR)ebrary5007374(SSID)ssj0000085365(PQKBManifestationID)11116216(PQKBTitleCode)TC0000085365(PQKBWorkID)10024711(PQKB)10017525(MiAaPQ)EBC3050470(Au-PeEL)EBL3050470(CaPaEBR)ebr5007374(CaONFJC)MIL8729(OCoLC)506870044(The World Bank)40(US-djbf)40(EXLCZ)9911108702799383620011112d2001 uy 0engurcn|||||||||txtrdacontentcrdamediacrrdacarrierAnnual World Bank Conference on Development Economics, 2000 /edited by Boris Pleskovic and Nicholas Stern1st ed.Washington, D.C. World Bank20011 online resource (450 pages)Annual World Bank Conference on Development Economics.Bibliographic Level Mode of Issuance: Monograph0-8213-4981-3 Includes bibliographical references.Introduction /Boris Pleskovic and Nicholas Stern --Opening address /Mats Karlsson --Keynote address:Development thinking at the millenium /Joseph E. Stiglitz -- Anew global consensus on helping the poorest of the poor /Jeffrey Sachs --Ten years after The road to a free economy: the author's self-evaluation /Janos Kornai --New Development thinkingConsensus building, knowledge, and conditionality /Paul Collier --Development strategies for the 21st century /Dani Rodrik --Comments /Nancy Birdsall, Francois Bourguignon, Fukunari Kimura --Rethinking aid /Jan Wilhelm Gunning --Beyond Rosenstein-Rodan: the modern theory of coordination problems in development /Karla Hoff --Comments /Gustav Ranis, Charles C. Suludo --Crises and recoveryShaken and stirred: explaining growth volatility /William Easterly, Roumeen Islam, Joseph E. Stiglitz --Creative destruction and development: institutions, crises, and restructuring /Ricardo J. Caballero and Mohamad L. Hammour --Comment /Abhijit V. Banerjee -- TheEast asian crisis: two years later /Eisuke Sakakibara --Comment /Andrew Berg --Mexico: five years after the crisis /Daniel Lederman [et al.] --Comment /Alejandro Werner --Corporate governance and restructuring: lessons from transition and crisesOwnership structure, legal protections, and corporate governance /I. J. Alexander Dyck --Corporate governance and restructuring: lessons from transition economies /Gerard Roland --Comments /John S. Earle, Rafael La Porta --Social security, public and private savings. Thebenefits of flexible funding: implications for pension reform in an uncertain world /J. Michael Orszag and Peter R. Orszag --Household saving in East Asia and Latin America: inequality, demographics, and all that /Orazio P. Attanasio and Miguel Szekely --Comment /Robert Holzman.These are the proceedings of the Annual World Bank Conference on Development Economics, which gathers the global perspective of scholars, and practitioners of development policy from academic life, government, and the private sector. The selected topics seek to include new areas of concern, and current research, as well as areas believed to benefit from exposure to recent knowledge, and experience. This year's conference focused on new development thinking, crises and recovery, corporate governance and restructuring, and, social security, public and private savings. The opening address outlines challenges for development, that include the intransigence of poverty in Africa, and ways to establish public-private partnerships at the country, and global levels, while the keynote address identifies equilibrium, and change as the focus of development economics: long-term sustainable growth requires development of a consensus behind the reform policies. Discussions varied from crises and recovery, through perspectives on the recent history of transition economies, to arguments on the possibilities of poverty reduction on a grand scale. Other topics include the exploration of development strategies, revision of the role of aid in providing finance, changing policies, and knowledge transfer, and, how to coordinate development problems.World Bank e-Library.Economic policyDeveloping countriesEconomic conditionsCongressesDeveloping countriesEconomic policyCongressesEconomic policy.Pleskovic Boris126701Stern N. H(Nicholas Herbert)125414MiAaPQMiAaPQMiAaPQBOOK9910817289103321Annual World Bank Conference on Development Economics 20004066565UNINA