Enterprise Java
-
Key Tips for Managing Passwords in Sqoop
Sqoop is a popular data transfer tool for Hadoop. Sqoop allows easy import and export of data from structured data…
Read More » -
@Autowired all the things!
Recently I have written that @Autowired annotation make our lives easier in that it allows us to write less code.…
Read More » -
SpringBoot : Working with MyBatis
MyBatis is a SQL Mapping framework with support for custom SQL, stored procedures and advanced mappings. SpringBoot doesn’t provide official…
Read More » -
SpringBoot : Working with JOOQ
In my previous article SpringBoot : Working with MyBatis we have learned how to use SpringBoot MyBatis Starter to quickly get…
Read More » -
SpringBoot : Working with JdbcTemplate
Spring provides a nice abstraction on top of JDBC API using JdbcTemplate and also provides great transaction management capabilities using…
Read More » -
Java EE 8 MVC: Working with bean parameters
In the last posts we saw how to access query, path and form parameters in MVC Controllers. This post shows…
Read More » -
How SpringBoot AutoConfiguration magic works?
In my previous post Why SpringBoot? we have looked at how to create a SpringBoot application. But you may or…
Read More » -
Why SpringBoot?
lication using Spring MSpring is a very popular Java based framework for building web and enterprise applications. Unlike many other…
Read More » -
Microservices trouble? Lagom is here to help. Try it!
The cake is backed. We’re proud to announce that the new Apache licensed microservice framework Lagom is available on GitHub!…
Read More »