Kafka Stream —In this example, I’ll show how to read messages from the kafka topic and with the help of kafka stream convert it into upper case and send…15h ago15h ago
JPA — Populate Child-Side parent association via proxyA Hibernate proxy can be useful when a child entity can be persisted with a reference to its parent (@ManyToOne or @OneToOneassociation)…Feb 26Feb 26
How to Optimize the Generation of Sequence Identifiers via the hi/lo AlgorithmIn MySQL and Hibernate 5, the GenerationType.AUTO generator type will result in using the TABLE generator. This adds a significant…Feb 18Feb 18
Spring Batch — Date ReadingIn this example, we’ll see how to read the date from csv (with the different type) and convert it to another format and finally write…Aug 6, 2024Aug 6, 2024
Spring Batch — Pass Arguments to QueryIn this example, will see how to pass the arguments to SQL query. JdbcCursorItemReader internally uses the PreparedStatementSetter to set…Jul 20, 2024Jul 20, 2024
Spring Batch — CIR exampleIn this example — we’ll use ItemStreamReader to read the data from multiple flatfiles.Jul 18, 2024Jul 18, 2024
Spring Batch — convert Date to another formatIn this example, we’ll read the date field from the csv file using Spring XML config and parse and convert it to another formatJul 17, 2024Jul 17, 2024
Spring Batch — convert dateIn this example, I will show you how to read the date as String, parse it and format it to another format. I’ve used Spring XML based…Jul 17, 2024Jul 17, 2024
Spring Batch (Xml way) — read from XML and write to MongoDBIn this example, we’ll learn how to read XML file using Spring batch and write data to mongoDB.Jun 5, 2024Jun 5, 2024