Skip to content

Instantly share code, notes, and snippets.

@luszczynski
Created November 13, 2014 19:09
Show Gist options
  • Save luszczynski/56ebfafa3ab5030de250 to your computer and use it in GitHub Desktop.
Save luszczynski/56ebfafa3ab5030de250 to your computer and use it in GitHub Desktop.
Get app and module name
@Resource(lookup = "java:app/AppName")
private String appName;
@Resource(lookup = "java:module/ModuleName")
private String moduleName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment