JavaFX Starter Project – Quickly create and run
Đạt Trần
- 0
JavaFX is a great tool to quickly deploy desktop applications. However, the setup is always a pain for me, especially after JDK8, you need to download JavaFX SDK separately. I create this JavaFX starter project to help myself and people who want to start working with JavaFX without going through the pain of setting up.…
Read MoreConfigure SSO Server With Keycloak, HAProxy & Docker
Đạt Trần
- 0
Keycloak is quite a nice tool to handle user authentication and authorization. Both Keycloak and HAProxy are free so you can easily setup an authenication & authorization server very quickly and free (hosting is not free though :)). With the help of Docker, it will take a few minutes (less than 10) for you to…
Read MoreEJB Events Tutorial With Quarkus Example
Đạt Trần
- 0
Using events to pass messages in EJB can be a useful tool to simplify your business logic. Let’s learn how to fire and listen to events in EJB with an example. Create and listen to simple EJB events Let’s imagine that we have just opened a store and when someone visits our shop, we will…
Read More