I was unsure about "how to implement constants" in the GWT client side.
I've seen some questions about it here on stackoverflow, such as this for example, though, it talks about the enum vs static final in Java 5, and even mentions anything about GWT.
So my question is which is the most light and/or better way to implement constants in the client side of a GWT application.
Thanks.