Coder Social home page Coder Social logo

i18n4vaadin's People

Contributors

binbalenci avatar peholmst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

i18n4vaadin's Issues

Source

Hi,

Firstly I'll like to say excellent addon for vaddin. Simple yet extremely useful.

It just thought it would be nice if the source was included in the jar (for Ctrl + Click in eclipse).

Or if a src jar was produced so that when people download the artifact maven will automatically retrieve the src jar too? I always download the source and javadocs if they are available.

In the mean time I'm going to clone the github :)

Thanks again,
Craig.

Support for JSR-303

Figure out how to define JSR-303 error messages using the I18N4Vaadin annotations

getMessage() without argument array?

Currently, when using Eclipse, code completion will fill in an arguments parameter even if you're not using arguments. See if it would be possible to create a version of getMessage() that takes no arguments and that does not conflict with the current getMessage() method when it does not take any arguments.

i18n4Vaadin with GAE

Hi !

The addons works fine with ApplicationServlet but with GAE (GAEApplicationServlet), it seems to be a Not Serializable problem about PropertyResourceBundle ...

EDIT :

I figured out what's wrong : like your source code, we must declare attributes not serializable "transient" and sometimes not initialize them in constructor method but in attach() method.

For next people who are also wondering how run you addon with GAE, please update wiki page =)

Thx and sorry for the inconvenience ;)

Compilation issue

The project doesn't compile in Eclipse Mars.1 under JDK 1.0.60
The bundles look like not being generated.
Maybe using some specific maven-compiler-plugin settings are needed?

screeni18n

Automatic binding of internationalized texts to component properties

Especially when using CDI, but possibly without CDI, figure out a way of binding an internationalized text to a component property using only an annotation. When the locale is changed, the property should automatically be updated without the need for listening for the event and manually invoking an "updateMessageStrings" method

Let the generated Bundle classes implement a common interface

The generated classes should implement a Bundle interface with methods like getMessage(). This would simplify testing because it'd be possible to inject the needed Bundle - thereby allowing the use of a different bundle for testing and for production code.

Status check

Go through the project and make sure it works with the latest versions of Vaadin and Vaadin CDI. Also go through the issues and milestones and see which ones are still relevant.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.