You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.html 797B

12345678910111213141516171819202122232425
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html>
  3. <head>
  4. </head>
  5. <body bgcolor="white">
  6. <p>The Vaadin base package. Contains the Application class, the
  7. starting point of any application that uses Vaadin.</p>
  8. <p>Contains all Vaadin core classes. A Vaadin application is based
  9. on the {@link com.vaadin.Application} class and deployed as a servlet
  10. using {@link com.vaadin.server.ApplicationServlet} or {@link
  11. com.vaadin.server.GAEApplicationServlet} (for Google App Engine).</p>
  12. <p>Vaadin applications can also be deployed as portlets using
  13. {@link com.vaadin.server.ApplicationPortlet2} (JSR-286).</p>
  14. <p>All classes in Vaadin are serializable unless otherwise noted.
  15. This allows Vaadin applications to run in cluster and cloud
  16. environments.</p>
  17. </body>
  18. </html>