Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active August 7, 2023 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/d6c474fe8869b2c278ab6dbd4d03afaf to your computer and use it in GitHub Desktop.
Save AdamBien/d6c474fe8869b2c278ab6dbd4d03afaf to your computer and use it in GitHub Desktop.
113thAirhacksQ&A.md
@kriehzoo
Copy link

kriehzoo commented Aug 5, 2023

Q: what are you using for modularization of your monolithic Java backend?
Q: what is your experience with project jigsaw, do you use it for your projects?

@AdamBien
Copy link
Author

AdamBien commented Aug 7, 2023

@dempile
Copy link

dempile commented Aug 7, 2023

Hi Adam,
1- We have a JakartaEE application that we want to integrate with a business process tool, What do you think of Kogito in comparison with Camunda for the externalization of the business logic in a BPMN process and executing the workflow.
2- For the storage we are planning to use Minio as an Object storage solution, have you any recommandation of the best for the integratation, as developing a separated microservice who manages the storage , or dealing directly with the API.
Thanks

@AdamBien
Copy link
Author

AdamBien commented Aug 7, 2023

Time travelling: http://adambien.blog/roller/abien/entry/questions_for_13th_airhacks_q:

  • JPA 2.1 has properties to drop and create the database but not to update it. How do you usually handle database schema updates and rollbacks?
  • For multi tenancy application I am using JAVA EE 7. I need to change schema dynamically based on customer.Since there will be a lot of customer so multiple EntityManager will be insufficient.
  • In a JAVA EE 7 web application with an highly and dynamic configuration settings for the persistence tier, what will be your way?
  • https://ofbiz.apache.org / https://github.com/apache/ofbiz-framework/graphs/contributors
  • https://github.com/apache/deltaspike vs. https://www.picketlink.org
  • Thoughts on JSR 375 (Java EE Security API)
  • "onion architecture"
  • "RPC like" API between microservices
  • What are your recommended strategies for achieving zero downtime under continuous delivery principles?
  • Do you think there is value in having a JDBC driver wrapper which populates its configuration parameters (e.g. jdbc.url) from a distributed configuration management system like etcd (by CoreOS)?
  • What is the best way to achieve a singleton JPA @entity?

@kucharzyk
Copy link

Hello Adam,

Any thoughts about using scripting languages in your application.
We would like to allow users to define small scripts like custom validations that could be modified on runtime.

Our plan is to use GraalVM and it's JavaScript engine. Do we have any other viable options? Have you ever tried something like this?

@qlnn
Copy link

qlnn commented Aug 7, 2023

hello java developer

@zitreF
Copy link

zitreF commented Aug 7, 2023

hello can you rate this java code? https://github.com/FrugoTeam/CaptchaPlugin

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