I'm wondering if you'd accept adding the fields to the Java entities matching those in JS.
If so, what form would you want them in? - public enum of entity (e.g. Person.Field.ABOUT_ME) - public inner class with public static fields (e.g. looks like above) - external class with public static fields (e.g. PersonField.ABOUT_ME) I can submit a patch over the weekend once I know if you want this. Would be nice to do this for all entities that have this in JS. Thoughts? Raymond Augé Software Engineer Liferay, Inc. Enterprise. Open Source. For Life.

