Vaadin Programming Cookbook

About the author

Jesus is a self taught programmer who began programming back in 1991 using an IBM A10 mainframe with Pascal an Assembler IBM 360/70 emulator and Turbo C on a X86 PC. Since that he has been working for the banking industry with emerging technologies like Fox Pro, Visual Fox Pro, Visual Basic, Visual Cpp, Borland Cpp.

Lately he has moved out to the Airline industry, leading designing and programming in-house web applications with Flex, Actionscript, PHP, Python and Rails and in the last 7 years he has focused all his work in Java, working on Linux servers using GlassFish, TomCat, Apache and MySql.

Vaadin is an open source web framework for rich Internet applications. In contrast to JavaScript libraries and browser-plugin based solutions, it features a server-side architecture, which means that the majority of the logic runs on the servers. Ajax technology is used at the browser-side to ensure a rich and interactive user experience. On the client-side Vaadin is built on top of and can be extended with Google Web Toolkit.

Vaadin uses Java as the programming language for creating web content. The framework incorporates event-driven programming and widgets, which enables a programming model that is closer to GUI software development than traditional web development with HTML and JavaScript. (Source)

In this ebook, we provide a compilation of Vaadin programming examples that will help you kick-start your own projects. We cover a wide range of topics, from Architecture and Best Practices, to Data Binding and Custom Components. With our straightforward tutorials, you will be able to get your own projects up and running in minimum time.

 

Vaadin Programming Cookbook includes:

  1. Vaadin Architecture Tutorial
  2. Vaadin Example Application
  3. Vaadin Best Practices
  4. Vaadin Visual Designer Example
  5. Vaadin Data Binding Example
  6. Vaadin Rest Example
  7. Vaadin Container Example
  8. Vaadin Custom Component Example
  9. Vaadin Server Push Example
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button