Skip to content

Instantly share code, notes, and snippets.

@techisbeautiful
Created June 10, 2023 09:54
Show Gist options
  • Save techisbeautiful/1e3f09d633a82358f70588ebd510e3c4 to your computer and use it in GitHub Desktop.
Save techisbeautiful/1e3f09d633a82358f70588ebd510e3c4 to your computer and use it in GitHub Desktop.
Integration with Java EE Ecosystem
@ManagedBean
@RequestScoped
public class Bean {
@EJB
private ProductService productService;
// Rest of the code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment