-
Enterprise Java
How to batch INSERT and UPDATE statements with Hibernate
Introduction JDBC has long been offering support for DML statement batching. By default, all statements are sent one after the…
Read More » -
Software Development
Async Goes Mainstream: 7 Reactive Programming Tools You MUST Know
What are some of the most interesting tools to help you go Reactive? If everything in life goes async, awkward…
Read More » -
Enterprise Java
Spring Boot & Swagger UI
I have not developed Spring web applications from scratch for one year and maybe this period of time will be…
Read More » -
Software Development
Working with Amazon S3 – Part I
Introduction In this multi-part series, I am going to run you through Amazon S3 Service. In first part, you will…
Read More » -
Core Java
Yet another Java 8 Lamdbas and Streams example
I’ve been lagging behind with what Java 8 features exercising concerns, so in this post I will briefly present my initial…
Read More » -
DevOps
Configure JRebel with Docker containers
JRebel allows you to skip build and redeploy process by instantly deploying your application to the application server of your…
Read More » -
Software Development
The 7 Pains of Developing Mobile Apps (and How to Solve Them)
Mobile apps are on a trajectory the likes of which have yet to be charted. Digi-Capital forecasts that by 2017,…
Read More » -
Scala
Scala Days: 6 of the Best Talks You Probably Missed
Highlights from Scala Days @ San Francisco New Post: Scala…
Read More » -
Core Java
Validating XML Against XSD(s) in Java
There are numerous tools available for validating an XML document against an XSD. These include operating system scripts and tools…
Read More »