Skip to content

Proof of concept if Vaadin Component captions can be translated using spring-aop

Notifications You must be signed in to change notification settings

flexguse/translatedLabels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proof of concept if Vaadin component captions can be translated using spring-aop.

Prerequisites:

  • Java 1.7
  • Maven 3.1
  • spring-boot-vaadin 0.0.2-SNAPSHOT installed locally

What we see in this prototype:

  • components must be configured as @Scope(value="ui",proxyMode=ScopedProxyMode.TARGET_CLASS)
  • the aspect is called
  • the UI is filled

Current problems:

  • prototype scope does not work, so in the application there only is one label instead of two expected (one translated, one untranslated)

See discussion peholmst/vaadin4spring#18

About

Proof of concept if Vaadin Component captions can be translated using spring-aop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages