Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Over 5 plus years of experience in Software development of Enterprise Applications using JAVA and J2EE Technologies in S&OP and Supply Chain Domain and ITSM domain. Technical Skills include : J2EE ,Core java , Advanced Java, Servlets,Springs Framework(Ioc,DI,AOP),Hibernate. Java 8, elastic search, Redis, MySQL, Node JS. Designed multi level micro service architecture products using Netflix OSS components.
Stats
| Reputation: | 211 |
| Pageviews: | 162.9K |
| Articles: | 6 |
| Comments: | 4 |
Comments
Mar 30, 2021 · Naveen Yalla
Hi David. I am glad its useful. Working example you can find it here.
https://raw.githubusercontent.com/nyalla/attachments/master/ParallelProcessing.java
Jan 04, 2021 · Naveen Yalla
You can find the implementation of the framework very high-level here. Part 2 yet to complete in a more detailed way.
Programming/SpringBootMySQL at master · nyalla/Programming (github.com)
Apr 18, 2019 · Naveen Yalla
Thanks Harsh. We can also write generic UPDATE and INSERT usecases using these annotations. I am still exploring these possibilities.
Apr 18, 2019 · Naveen Yalla
Hi Federico, My intension was to develop generic ORM without using JPA,SPring JPA, etc., JOINS and lazy loading I havent think of while writing this genric helper method. Becasue my requirement is to bring the data from single table without writing repeative JDBC code.
This is purely for my learning and to solve small requirements.