Ask questions and see you at July, 6th, 8.PM. CET: https://vimeo.com/415639656
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Ask questions and see you at July, 6th, 8.PM. CET: https://vimeo.com/415639656
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Hi Adam,
What is the basic difference between a Jakarta EE and a microprofile server (e.g. micronaut, e.g. payara micro)? Yes, the micro is small and the full is big; but, what's missing from the micro?
Kind regards,
John
Hi Adam,
In my project, we use pretty complicated Access Policy which for every entity has a user and group rights. Groups might be predefined as well as created by the administrator user. So for every entity user or group (or both) can have READ/WRITE/OWNER rights. This approach requires 2 additional tables for every entity (+additional 2 for Envers) and has multiple joins. Do you know any better way to manage rights for entities? I was wondering if we could use KeyCloak to help us with that, however not sure if we can use User and Groups policies together. What's your opinion on that?
Thanks
Szymon
Hi Adam,
How can I reuse JPA entities across multiple projects?
Can I put entities in a maven module, what dependencies and configurations are needed?
Thanks
Bruno