Ask questions and see you at 12th October at 6.PM. CET: http://www.ustream.tv/channel/adambien Also see archives: airhacks.tv
-
-
Save AdamBien/e301cf90e592a2c97e90 to your computer and use it in GitHub Desktop.
A customer of mine wanted to be able to inject properties (from ResourceBundles) directly into the code without having to go through the loading of the bundles in the code that needed them, any advice or sample code on this one?
- What are JavaBeans, Enterprise JavaBeans, ManagedBeans and BackingBeans ?
- Does @Inject work in EAR if we want to inject something from JAR to WAR ?
- Can we use JavaEE 7 (lib/specification) into a JavaFX application ?
Could you give an example of how to extend a JavaFX-view with afterburner.fx in the "-View.java"-file instead of FXML and accessing the components from the presenter?
Can I mix FXML and the View-class in afterburner.fx (e.g. create a pane in FXML and adding elements to it by Code in the "-View"-class?
What are good ways to inject the configuration into a dockerimage. So you can use the same war/dockerimage in different steps of staging( testing, production,…) or with different configurations for different customers.
How would you annotate a JPA @onetomany relationship with lazy loading for JAXB
Payara Micro Question:
What are my options for adding JDBC drivers and configuring resources in Payara micro ?
Is there a way to keep theses configuration persisted ?
Regards