MySQL
-
DevOps
MySQL error: Can’t connect to MySQL server
You may have stumbled on this MySQL error. If you have already seen this before, then it’s really easy to…
Read More » -
Software Development
MySQL Transaction Isolation Levels and Locks
Recently, an application that my team was working on encountered problems with a MySQL deadlock situation and it took us…
Read More » -
Enterprise Java
HOW-TO: Quartz Scheduler with Clustering in JEE application with MySQL
Quartz Scheduler is one of the most popular scheduling library in Java world. I had worked with Quartz mostly in…
Read More » -
Enterprise Java
How to create MySQL DataSource in WebLogic Server
One cool thing about using an application server is that it allows you to create DataSource outside of your application…
Read More » -
Enterprise Java
Using MySQL autoincrement PK column in ADF Entity PK attribute
Hello all. Continuing with the ADF + MySQL workaround series, today we are going to see what we need to do…
Read More » -
Enterprise Java
Configuring MySQL for ADF development
Hi all. Today I’m going to show you how to configure MySQL database for Oracle ADF development. IMHO when you…
Read More » -
Enterprise Java
Developing a personal mini Photo Gallery application using Struts2, Hibernate and MySQL BLOB – Part 1
Overview: In this workshop we’ll develop a web application which we can use to create a beautiful photo gallery. This…
Read More » -
DevOps
SQL to NoSQL : Copy your data from MySQL to Couchbase
Introduction During my last interactions with the Couchbase community, I had the question how can I easily import my data…
Read More » -
Enterprise Java
Spring JPA Data + Hibernate + MySQL + Maven
Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…
Read More »