-
Enterprise Java
Spring boot with Spring Security and jdbc
Spring security Is a wonderful framework saving lots of time and effort from the developers. Also It is flexible enough…
Read More » -
Enterprise Java
Update DynamoDB Items with Java
On a previous post we proceeded into inserting items to DynamoDB using Java. DynamoDB also supports updating items. We will…
Read More » -
Enterprise Java
Scan DynamoDB Items with Java
On previous posts we covered how to query a DynamoDB database Query DynamoDB Part 1 Query DynamoDB Part2. Apart from…
Read More » -
Software Development
Configure hazelcast with EC2
Hazelcast is hands down a great caching tool when it comes to a JVM based application. If you use Amazon…
Read More » -
Enterprise Java
Query DynamoDB Items with Java Part 2
On a previous post we had the chance to issue some basic DynamoDB query actions. However apart from the basic…
Read More » -
Core Java
Query DynamoDB Items with Java
On a previous post we proceeded on inserting data on a DynamoDB database. On this tutorial we will issue some…
Read More » -
Enterprise Java
Insert Items to DynamoDB Tables using Java
On a previous article we learned how to create DynamoDB Tables using Java. Next step is to insert items to the…
Read More » -
Enterprise Java
Create DynamoDB tables with Java
On this post we will create Tables on a DynamoDB Database the java way. Before getting started we need to have…
Read More » -
Enterprise Java
Integrating Quartz with Spring
When it comes to scheduling jobs in a java application, Quartz is the first tool that comes into consideration. Quartz…
Read More »