Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Vaadin Framework @version@</title>
  6. <link rel="stylesheet" type="text/css" href="css/styles.css" />
  7. <!--[if lte IE 6]>
  8. <link rel="stylesheet" type="text/css" href="css/ie.css" />
  9. <![endif]-->
  10. <style type="text/css">
  11. .nested-list ol {
  12. counter-reset: item
  13. }
  14. .nested-list li {
  15. display: block
  16. }
  17. .nested-list li:before {
  18. content: counters(item, ".") ". ";
  19. counter-increment: item
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div id="header">
  25. <h1>Vaadin &ndash; thinking of U and I</h1>
  26. <div id="version">
  27. <strong>Version @version@</strong>
  28. </div>
  29. </div>
  30. <!-- /header -->
  31. <div id="content">
  32. <p>Version @version@ built on @builddate@.</p>
  33. <h2 id="tableofcontents">Release Notes for Vaadin Framework
  34. @version@</h2>
  35. <ul>
  36. <li><a href="#overview">Overview of Vaadin
  37. @version@ Release</a></li>
  38. <li><a href="#changelog">Change Log for Vaadin
  39. @version@</a></li>
  40. <li><a href="#enhancements">Enhancements in Vaadin
  41. @version-minor@</a></li>
  42. <li><a href="#incompatible">Incompatible or Behavior-altering Changes in
  43. @version-minor@</a></li>
  44. <li><a href="#knownissues">Known Issues and Limitations</a></li>
  45. <li><a href="#vaadin">Vaadin Installation</a></li>
  46. <li><a href="#package">Package Contents</a></li>
  47. <li><a href="#migrating">Migrating from Vaadin 6</a></li>
  48. <li><a href="#dependencies">Vaadin @version@
  49. dependencies</a></li>
  50. <li><a href="#upgrading">Upgrading to Vaadin
  51. @version-minor@</a></li>
  52. <li><a href="#supportedversions">Supported
  53. Technologies</a></li>
  54. <li><a href="#vaadinontheweb">Vaadin on the Web</a></li>
  55. </ul>
  56. <h2 id="overview">Overview of Vaadin @version@ Release</h2>
  57. <p>
  58. Vaadin @version@ is a
  59. <!-- feature release that includes -->
  60. pre-release for evaluating
  61. a number of new features and bug fixes, as listed in the <a
  62. href="#enhancements">list of enhancements</a> and <a
  63. href="#changelog">change log</a> below.
  64. </p>
  65. <!-- ================================================================ -->
  66. <h3 id="changelog">Change Log for Vaadin @version@</h3>
  67. <p>This release includes the following closed issues:</p>
  68. <table>
  69. @release-notes-tickets@
  70. <tr><td>&nbsp;</td><td></td></tr>
  71. <tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr>
  72. <tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr>
  73. </table>
  74. <br/>
  75. <p>
  76. You can also view the <a
  77. href="http://dev.vaadin.com/query?status=pending-release&status=released&resolution=fixed&milestone=Vaadin+@version@&order=id">list
  78. of the closed issues</a> at the Vaadin developer's site.
  79. </p>
  80. <h2 id="enhancements">Enhancements in Vaadin @version-minor@</h2>
  81. <p>Vaadin @version-minor@ includes many major and minor
  82. enhancements. Below is a list of the most notable changes:</p>
  83. <ul>
  84. <li>New configurable client-server automatic reconnect handling and warning dialogs</li>
  85. <li>Grid columns can be resized by the user</li>
  86. <li>Grid non-modal editor mode and unbuffered datasource binding</li>
  87. <li>More fluent Grid scrolling for touch devices</li>
  88. <li>Better customizability of Grid (data generators for communication, customizable selection models etc.)</li>
  89. <li>Configurable keyboard, touch and mouse navigation support for Grid editor</li>
  90. <li>Declarative HTML serialization enhancements for Vaadin Designer 1.0</li>
  91. <li>Better handling of closing a window with keyboard shortcuts</li>
  92. <li>Column collapsing events for Table</li>
  93. <li>Most Components fire a ContextClickEvent when the user tries to open a context menu.
  94. This event is specialised to contain some extra context for Grid, Table, TreeTable and Tree,
  95. and used by the <a href="https://vaadin.com/addon/vaadin-contextmenu">ContextMenu add-on</a>.</li>
  96. <li>New push transport mode WEBSOCKET_XHR (WebSockets from server to client, XHR from client to
  97. server) which allows setting of cookies, using request scopes with CDI/Spring etc.</li>
  98. <li>Navigator is more extensible and can be used with dependency injection</li>
  99. <li>It is possible to customize the push URL using PushConfiguration.setPushUrl().
  100. This enables implementing some push related add-ons such as push on portals.</li>
  101. </ul>
  102. <p>
  103. For enhancements introduced in Vaadin 7.5, see the <a
  104. href="http://vaadin.com/download/release/7.5/7.5.0/release-notes.html">Release
  105. Notes for Vaadin 7.5.0</a>.
  106. </p>
  107. <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3>
  108. <ul>
  109. <li>Window.setCloseShortcut() is now deprecated. ESCAPE is no longer a hard-coded default, but rather a soft one, and
  110. can be removed. If the close-shortcut attribute of the v-windowelement is present, it must list all close
  111. shortcuts, including ESCAPE, separated by whitespace. Existing, unchanged code should behave as before.
  112. See ticket <a href="https://dev.vaadin.com/ticket/17383">#17383</a> for more information on the reasoning
  113. behind the change.</li>
  114. <li>Grid SelectionModels are now Extensions. This update removes all selection related variables and API from
  115. GridConnector, GridState, GridServerRpc and GridClientRpc</li>
  116. <li>StringToEnumConverter now explicitly supports Enum types with custom toString() implementations.
  117. This may affect applications that relied on the undefined behavior in previous versions.</li>
  118. <li>The Section enumeration from client-side of the Grid has been moved to GridConstants</li>
  119. <li>The order in which AttachEvents are fired has been changed. When attaching a component with child components,
  120. events are now fired first for the children and last for the root component. The order is thus the same as
  121. the order in which custom code in overridden Component.attach methods would be executed. Please refer to
  122. ticket <a href="https://dev.vaadin.com/ticket/16348">#16348</a> for more information on this change.</li>
  123. <li>Jsoup library version 1.8.3 is incompatible with the version 1.8.1 used in early 7.6 alphas and 7.5. This might
  124. cause problems with external libraries compiled against said versions.</li>
  125. <li>Declarative format is now using "vaadin-" as a default prefix instead of the "v-" prefix used in 7.5.
  126. This default can be changed in deployment configuration.</li>
  127. </ul>
  128. <h3 id="knownissues">Known Issues and Limitations</h3>
  129. <ul>
  130. <li>Vaadin TouchKit versions prior to 4.1.0 do not work with 7.6. Please use version 4.1.0 or above.</li>
  131. <li>Drag'n'drop in a Table doesn't work on touch devices running
  132. Internet Explorer (Windows Phone, Surface)
  133. (<a href="http://dev.vaadin.com/ticket/13737">#13737</a>)
  134. </li>
  135. <li><p>It is currently not possible to specify <tt>font-size</tt>
  136. as <tt>em</tt> or <tt>%</tt>, or layout component sizes
  137. with <tt>em</tt> (<a
  138. href="http://dev.vaadin.com/ticket/10634">#10634</a>).</p><p>This
  139. does not apply to Valo, but using em sizes to size layouts is discouraged,
  140. because it results in fractional component sizes in many cases, which
  141. might cause unwanted 1px gaps between components.</p>
  142. </li>
  143. <li>Up-to-date information about configuration needed for push and compatibility issues are available in
  144. <a href="https://vaadin.com/wiki/-/wiki/Main/Configuring+push+for+your+environment">this wiki page.</a>
  145. <br />
  146. The most prominent limitations are:
  147. <ul>
  148. <li>Push is currently not supported in portals (See <a
  149. href="http://dev.vaadin.com/ticket/11493">#11493</a>)
  150. </li>
  151. <li>>Transport mode WEBSOCKET does not support invalidating the session on Tomcat 7,
  152. nor setting cookies for the session. The new transport mode WEBSOCKET_XHR can be
  153. used to bypass these limitations.
  154. <br />
  155. See tickets <a href="https://dev.vaadin.com/ticket/11808">#11808</a> and
  156. <a href="https://dev.vaadin.com/ticket/11721">#11721</a>
  157. </li>
  158. </ul>
  159. </li>
  160. <li>Google App Engine has some limitations. Please consult Vaadin Wiki:
  161. <a href="https://vaadin.com/wiki/-/wiki/Main/Vaadin+support+for+Google+App+Engine">Vaadin support for Google App Engine</a>
  162. </li>
  163. <li>Grid does not support adding components to cells. Instead light-weight Renderers can be
  164. used to present and edit data.</li>
  165. </ul>
  166. <h2 id="vaadin">Vaadin Installation</h2>
  167. <p>
  168. <b>Vaadin</b> is a Java framework for building modern web
  169. applications that look great, perform well and make you and
  170. your users happy. <b>Vaadin</b> is available under the
  171. Apache License, Version 2.0 (see the
  172. <tt>license.html</tt>
  173. in the Vaadin ZIP or JAR package).
  174. </p>
  175. <p>
  176. The easiest ways to install <b>Vaadin</b> are:
  177. </p>
  178. <ul>
  179. <li><strong>Maven dependecy.</strong>If using Maven, define it as a dependency or use
  180. any of the available archetypes to create a new project. More information at
  181. <a href="https://vaadin.com/maven">https://vaadin.com/maven</a>
  182. </li>
  183. <li><strong>IDE Plugins.</strong>If using Eclipse, use the
  184. <a href="http://vaadin.com/eclipse">Vaadin Plugin for Eclipse</a>, which automatically
  185. downloads the Vaadin libraries. For NetBeans 8.0 and 7.4, use the
  186. <a href="http://plugins.netbeans.org/plugin/50531/vaadin-plug-in-for-netbeans">official Vaadin plugin</a>
  187. that provides Maven based wizards and code completion support for Vaadin development.
  188. </li>
  189. </ul>
  190. <p>
  191. Vaadin Framework is also available as a ZIP package downloadable from <a
  192. href="http://vaadin.com/download">Vaadin Download
  193. page</a>.
  194. </p>
  195. <h3 id="package">Package Contents</h3>
  196. <p>Inside the ZIP installation package you will find:</p>
  197. <ul>
  198. <li>Separate server-side (<tt>vaadin-server</tt>) and
  199. client-side (<tt>vaadin-client</tt>, <tt>vaadin-client-compiler</tt>)
  200. development libraries
  201. </li>
  202. <li>Precompiled widget set (<tt>vaadin-client-compiled</tt>)
  203. for server-side development
  204. </li>
  205. <li>Shared library (<tt>vaadin-shared</tt>) for both
  206. server- and client-side libraries
  207. </li>
  208. <li>Built-in themes (<tt>vaadin-themes</tt>)
  209. </li>
  210. <li>Dependency libraries provided under the <tt>lib/</tt>
  211. folder
  212. </li>
  213. </ul>
  214. <p>
  215. See the
  216. <tt>README.TXT</tt>
  217. in the installation package for detailed information about
  218. the package contents. <a href="http://vaadin.com/book">Book
  219. of Vaadin</a> (for Vaadin 7) gives more detailed
  220. instructions.
  221. </p>
  222. <p>
  223. For server-side development, copy the
  224. <tt>vaadin-server</tt>
  225. ,
  226. <tt>vaadin-client-compiled</tt>
  227. ,
  228. <tt>vaadin-shared</tt>
  229. , and
  230. <tt>vaadin-themes</tt>
  231. from the main folder and the dependencies from the
  232. <tt>lib</tt>
  233. folder to the
  234. <tt>WEB-INF/lib</tt>
  235. folder of your Vaadin project. (The
  236. <tt>vaadin-client-compiled</tt>
  237. is necessary if you do not wish to compile the widget set by
  238. your own, which you need to do if you use almost any add-on
  239. components.)
  240. </p>
  241. <h4 id="package.updates">Updates to the Packaging</h4>
  242. <p>
  243. Since Vaadin 7.2.0, the old vaadin-theme-compiler has been moved into
  244. a separate project and renamed to vaadin-sass-compiler. It is now included
  245. along with the other 3rd party dependencies in the ZIP package.
  246. </p>
  247. <p>
  248. For pure client-side development, you only need the
  249. <tt>vaadin-client</tt>
  250. and
  251. <tt>vaadin-client-compiler</tt>
  252. JARs, which should be put to a non-deployed project library
  253. folder, such as
  254. <tt>lib</tt>
  255. . You also need them if you compile the widget set for any
  256. reason, such as using Vaadin add-ons, or create new
  257. server-side components integrated with client-side widgets.
  258. </p>
  259. <h2 id="migrating">Migrating from Vaadin 6</h2>
  260. <p>
  261. All Vaadin 6 applications need some changes when migrating
  262. to Vaadin 7. The most obvious changes are in the
  263. application/window API and require extending either <b>UI</b>
  264. or <b>UI.LegacyApplication</b> instead of <b>Application</b>.
  265. A detailed list of migration changes are given in the <a
  266. href="https://vaadin.com/wiki/-/wiki/Main/Migrating+from+Vaadin+6+to+Vaadin+7">Vaadin
  267. 7 Migration Guide</a>.
  268. </p>
  269. <p>Any custom client-side widgets need to be ported to use
  270. the new client-server communication API, or the Vaadin 6
  271. compatibility API.</p>
  272. <p>
  273. Vaadin 6 add-ons (ones that contain widgets) do not work in
  274. Vaadin 7 - please check the add-ons in <a
  275. href="http://vaadin.com/directory/">Vaadin Directory</a>
  276. for Vaadin 7 support.
  277. </p>
  278. <h2 id="dependencies">Vaadin @version@ Dependencies</h2>
  279. <p>When using Maven, Ivy, Gradle, or other dependency
  280. management system, all Vaadin dependencies are downloaded
  281. automatically. This is also the case when using the Vaadin
  282. Plugin for Eclipse.</p>
  283. <p>
  284. The Vaadin ZIP installation package includes the
  285. dependencies in the
  286. <tt>lib</tt>
  287. subfolder. These need to be copied to the
  288. <tt>WEB-INF/lib</tt>
  289. folder of the web application that uses Vaadin.
  290. </p>
  291. <p>
  292. The dependencies are listed in the <a href="license.html">Licensing
  293. description</a>. Some are explicit dependencies packaged and
  294. distributed as separate JARs, while some are included inside
  295. other libraries.
  296. </p>
  297. <h3>Bean Validation</h3>
  298. <p>
  299. If you use the bean validation feature in Vaadin 7, you need
  300. a Bean Validation API implementation. You need to install
  301. the implementation JAR in the
  302. <tt>WEB-INF/lib</tt>
  303. directory of the web application that uses validation.
  304. </p>
  305. <h2 id="upgrading">Upgrading to Vaadin @version-minor@</h2>
  306. <p>When upgrading from an earlier Vaadin version, you must:
  307. </p>
  308. <ul>
  309. <li>Recompile your classes using the new Vaadin
  310. version. Binary compatibility is only guaranteed for
  311. maintenance releases of Vaadin.</li>
  312. <li>Unless using the precompiled widget set, recompile
  313. your widget set using the new Vaadin version.</li>
  314. </ul>
  315. <p>Remember also to refresh the project in your IDE to
  316. ensure that the new version of everything is in use.</p>
  317. <p>
  318. By using the "
  319. <tt>?debug</tt>
  320. " URL parameter, you can verify that the version of the
  321. servlet, the theme, and the widget set all match.
  322. </p>
  323. <p>
  324. <b>Eclipse</b> users should always check if there is a new
  325. version of the Eclipse Plug-in available. The Eclipse
  326. Plug-in can be used to update the Vaadin version in the
  327. project (Project properties &raquo; Vaadin).
  328. </p>
  329. <p>
  330. <b>Maven</b> users should update the Vaadin dependency
  331. version in the
  332. <tt>pom.xml</tt>
  333. unless it is defined as
  334. <tt>LATEST</tt>
  335. . You must also ensure that the GWT dependency uses the
  336. correct version and recompile your project and your widget
  337. set.
  338. </p>
  339. <p>
  340. <b>Liferay and other portal</b> users must install the
  341. Vaadin libraries in
  342. <t>ROOT/WEB-INF/lib/</b> in the portal (and remove a
  343. possibly obsolete older <tt>vaadin.jar</tt>). Additionally,
  344. the contents of the <tt>vaadin-client-compiled</tt> and <tt>vaadin-themes</tt>
  345. must be extracted to the <tt>ROOT/html/VAADIN</tt> directory
  346. in the Liferay installation. If your portal uses custom
  347. widgets, you can use <a
  348. href="http://vaadin.com/directory#addon/liferay-control-panel-plugin-for-vaadin:vaadin">
  349. Liferay Control Panel for Vaadin</a> for easy widget set compilation.</t>
  350. </p>
  351. <h2 id="supportedversions">Supported Technologies</h2>
  352. <p>
  353. Vaadin 7 is compatible with <b>Java 6</b> and newer. Vaadin
  354. 7 is especially supported on the following <b>operating
  355. systems</b>:
  356. </p>
  357. <ul>
  358. <li>Windows</li>
  359. <li>Linux</li>
  360. <li>Mac OS X</li>
  361. </ul>
  362. <p>
  363. Vaadin 7 requires <b>Java Servlet API 2.4</b> but also
  364. supports later versions and should work with any Java
  365. application server that conforms to the standard. The
  366. following <b>application servers</b> are supported:
  367. </p>
  368. <ul>
  369. <li>Apache Tomcat 5-8</li>
  370. <li>Apache TomEE 1</li>
  371. <li>Oracle WebLogic Server 10.3-12</li>
  372. <li>IBM WebSphere Application Server 7-8</li>
  373. <li>JBoss Application Server 4-7</li>
  374. <li>Wildfly 8-9</li>
  375. <li>Jetty 5-9</li>
  376. <li>Glassfish 2-4</li>
  377. </ul>
  378. <p>
  379. Vaadin 7 supports the JSR-286 Portlet specification and all
  380. portals that implement the specification should work. The
  381. following <b>portals</b> are supported:
  382. </p>
  383. <ul>
  384. <li>Liferay Portal 5.2-6</li>
  385. <li>GateIn Portal 3</li>
  386. <li>eXo Platform 3</li>
  387. <li>IBM WebSphere Portal 8</li>
  388. </ul>
  389. <p>
  390. Vaadin also supports <b>Google App Engine</b>.
  391. </p>
  392. <p>
  393. Vaadin @version@ supports the following <b>desktop browsers</b>:
  394. </p>
  395. <ul>
  396. <li>Mozilla Firefox 18-40</li>
  397. <li>Mozilla Firefox 17 ESR, 24 ESR, 31 ESR, 38 ESR</li>
  398. <li>Internet Explorer 8-11, Edge</li>
  399. <li>Safari 6-8</li>
  400. <li>Opera 16-31</li>
  401. <li>Google Chrome 23-45</li>
  402. </ul>
  403. <p>
  404. Additionally, Vaadin supports the built-in browsers in the
  405. following <b>mobile operating systems</b>:
  406. </p>
  407. <ul>
  408. <li>iOS 5-8</li>
  409. <li>Android 2.3-5</li>
  410. <li>Windows Phone 8</li>
  411. </ul>
  412. <p>Vaadin SQL Container supports the following databases:</p>
  413. <ul>
  414. <li>HSQLDB</li>
  415. <li>MySQL</li>
  416. <li>MSSQL</li>
  417. <li>Oracle</li>
  418. <li>PostgreSQL</li>
  419. </ul>
  420. <h2 id="vaadinontheweb">Vaadin on the Web</h2>
  421. <ul>
  422. <li><a href="http://vaadin.com">vaadin.com - The
  423. developer portal containing everything you need to
  424. know about Vaadin</a></li>
  425. <li><a href="http://vaadin.com/demo">vaadin.com/demo
  426. - A collection of demos for Vaadin</a></li>
  427. <li><a href="http://vaadin.com/learn">vaadin.com/learn
  428. - Getting started with Vaadin</a></li>
  429. <li><a href="http://vaadin.com/forum">vaadin.com/forum
  430. - Forums for Vaadin related discussions</a></li>
  431. <li><a href="http://vaadin.com/book">vaadin.com/book
  432. - Book of Vaadin - everything you need to know about
  433. Vaadin</a></li>
  434. <li><a href="http://vaadin.com/api">vaadin.com/api
  435. - Online javadocs</a></li>
  436. <li><a href="http://vaadin.com/directory">vaadin.com/directory
  437. - Add-ons for Vaadin</a></li>
  438. <li><a href="http://vaadin.com/pro-tools">vaadin.com/pro-tools
  439. - Commercial tools for Vaadin development</a></li>
  440. <li><a href="http://vaadin.com/support">vaadin.com/support
  441. - Commercial support for Vaadin development </a></li>
  442. <li><a href="http://vaadin.com/services">vaadin.com/services
  443. - Expert services for Vaadin</a></li>
  444. <li><a href="http://vaadin.com/company">vaadin.com/company
  445. - Information about the company behind Vaadin</a></li>
  446. <li><a href="http://dev.vaadin.com">dev.vaadin.com
  447. - Bug tracker</a></li>
  448. <li><a
  449. href="http://dev.vaadin.com/wiki/Vaadin/Development/StartingVaadin7Development">How
  450. to get the source code of Vaadin</a></li>
  451. </ul>
  452. </div>
  453. <!-- /content-->
  454. <div id="footer">
  455. <span class="slogan"><strong>vaadin <em>}></em>
  456. </strong> thinking of U and I<span> <a href="#top">&uarr; Back
  457. to top</a>
  458. </div>
  459. <!-- /footer -->
  460. </body>
  461. </html>
  462. <!-- Keep this comment at the end of the file
  463. Local variables:
  464. mode: xml
  465. sgml-omittag:nil
  466. sgml-shorttag:nil
  467. sgml-namecase-general:nil
  468. sgml-general-insert-case:lower
  469. sgml-minimize-attributes:nil
  470. sgml-always-quote-attributes:t
  471. sgml-indent-step:2
  472. sgml-indent-data:t
  473. sgml-parent-document:nil
  474. sgml-exposed-tags:nil
  475. sgml-local-catalogs:("/etc/sgml/catalog" "/usr/share/xemacs21/xemacs-packages/etc/psgml-dtds/CATALOG")
  476. sgml-local-ecat-files:("ECAT" "~/sgml/ECAT" "/usr/share/sgml/ECAT" "/usr/local/share/sgml/ECAT" "/usr/local/lib/sgml/ECAT")
  477. End:
  478. -->