You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crud App developed using Spring and JPA/Hibernate. JPA which is a standard API for ORM (Object to relational mapping), defines only the specifications (just a interface) and HIbernate which is the popular implementation of JPA Spec. The coding to JPA spec helps us to maintain our app portable, flexible with any other vendor implementation
This application monitors events such as create, update, delete, etc. on a file/directory and then for each triggered event a series of actions/tasks are executed using the chain of responsibility design pattern.
ActiveMQ JMS message producer and consumer clients on SpringBoot Command Line Runner. Producer and Consumer run in separate command line windows/ process.