-
Enterprise Java
@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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Ceylon
Ceylon Might Just be the Only (JVM) Language that Got Nulls Right
Here we go again. THAT TOPIC. But hang on. The approach discussed here (and in the Ceylon language) is not…
Read More » -
DevOps
Dual Deployment: A Low-Risk Way to Run Containers in Production
How many of you are running containers in production? I’ve heard this question asked many times since DockerCon 2014. Docker…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
Why SpringBoot?
lication using Spring MSpring is a very popular Java based framework for building web and enterprise applications. Unlike many other…
Read More »