Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active March 16, 2019 13:37
Show Gist options
  • Save AdamBien/a26694037cad257f3828bd9d23c85b25 to your computer and use it in GitHub Desktop.
Save AdamBien/a26694037cad257f3828bd9d23c85b25 to your computer and use it in GitHub Desktop.
60thAirhacksQ&A.md

Ask questions and see you at March, 13th, 6.PM. CET: http://www.ustream.tv/channel/adambien

Also checkout recent episode:

60 airhacks.tv

Please keep the questions Java EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.

@LuisGalazM
Copy link

Hello Adam,
We don't have the possibility to use Docker for our systems at the moment. We are using Puppet to configure, install and deploy. We are packaging our war and application server (Wildfly) in an RPM. Is there a more effienct way to install wildfly and deploy the application that you can recommend?
Thanks.
Kind regards, Luis

@beikov
Copy link

beikov commented Mar 16, 2019

@qnoid: Blaze-Persistence Entity Views might be of interest to you for your JSON serialization use case. You can create your JSON-DTOs as java classes i.e. entity views and provide the mapping back to the entity model based on JPQL. Behind the scenes, it will fetch only the data that you actually need.
Spring Data Projections is a similar but more limited technology of the Spring ecosystem.

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