Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active February 8, 2017 07:29
Show Gist options
  • Save AdamBien/4791c4a5e8f06b0b8772ab6df6772001 to your computer and use it in GitHub Desktop.
Save AdamBien/4791c4a5e8f06b0b8772ab6df6772001 to your computer and use it in GitHub Desktop.
35thAirhacksQ&A.md
@sebargarcia
Copy link

Hi Adam, Are you tried the security library PAC4J? (http://www.pac4j.org/) I think it plays very well with JavaEE. Thanks!

@AdamBien
Copy link
Author

AdamBien commented Feb 1, 2017

Mr. Bien, can you please explain about entity manager and transactions.
I.e I have 2 crud services(stateless session beans) each has an entitymanager
ejected and first service has also a second service ejected via @ejb. The
question is, if I have a method in first service which uses its em and calls a
method in second service which in turn also uses its em, do the 2 em's share
the same db connection? what If we have lots of entities with corresponding
crud services each with its own em, what is the best practises regarding
implementation of access to em?

blog comment from sergey

@heineson
Copy link

heineson commented Feb 1, 2017

Hi,

I have a question about how to properly organize the code in a microservices project, both when it comes to the different services themselves and the module and package structure within earch service.
One repo or one per service? One module per service or several? And then we have package structure, which I am not sure what would be best practice to use. After some googling I can't seem to find any really good answers, but surely some ways must work much better than others!

Regards,
Jonas

@38leinaD
Copy link

38leinaD commented Feb 1, 2017

Hi Adam,
Two questions:

  1. What is your perception on the adoption of using gradle in the industry today? Do you see it replacing maven in the long run?
  2. JavaEE enterprise applications often need to come with resources like sql-scripts and customizing/config-scripts for application-servers: What is your recommendation on packaging these resources to later on making them available to the parties that need them (sql to DBA, WS-customizing-scripts to Websphere Admin). What approaches have you seen to work best? Package within the jar/war and extract later for those other parties; or package those resources in seperate rar-archives maybe?

Regards,
Daniel

@Michael-xxxx
Copy link

Hi Adam,

my client, a small company, is very concered about oracles aggressively pursuing java licensing fee. What do you recommend? Is OpenJDK a solution? What are the difference between Oracle JDK und OpenJDK?

Regards,
Michael

@AdamBien
Copy link
Author

AdamBien commented Feb 5, 2017

Nice work from friends from Panama:

"Regards from Panama this a ODM for nosql
https://www.gitbook.com/book/avbravo/jmoordb/details"

@AdamBien
Copy link
Author

AdamBien commented Feb 6, 2017

@AdamBien what is your view of Model Driven Architecture + microservice ?

— luckson karikoga (@lucksonk) February 6, 2017
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>

@AdamBien
Copy link
Author

AdamBien commented Feb 8, 2017

Oracle's Java Bare Metal Cloud Services API: https://github.com/oracle/bmcs-java-sdk

@AdamBien
Copy link
Author

AdamBien commented Feb 8, 2017

Java EE 8 News

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