Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active October 8, 2015 06:57
Embed
What would you like to do?
19thAirhacsQ&A
@haisi
Copy link

haisi commented Oct 6, 2015

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?

@essigt
Copy link

essigt commented Oct 6, 2015

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.

@martijnburger
Copy link

How would you annotate a JPA @OneToMany relationship with lazy loading for JAXB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment