Guest User

Untitled

a guest
Apr 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. @Stateless
  2. public class SomeEnterpriseBean implements ItsBusinessInterface {
  3.  
  4. @Resource(mappedName="java:/springFileLocation")
  5. private String springFileLocation;
  6.  
  7. public void loadSpringContext() {
  8. // Usa a variável "springFileLocation" normalmente ...
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment