In the previous article, I have discussed how to create session instance. This article demonstrates how session object can be used to access persistence objects,
Category: DevOps
Recently, I faced a lot of problem implementing persistence of objects with the database using Hibenate persistence API. If we know exactly, its very easy
We install applications and services in the Ubuntu system and they go on running all the time. So, it is not guaranteed that they run
Why Remote Debugging? Debugging is very important to find out problems in the software system. It is good idea to find all the bugs and
>> Run Job Periodically in a specified time >> How Java Table works? >> Simple XML Serialisation(lightweight XML processing tool appropriate for android) ULR:http://simple.sourceforge.net/home.php
Sometimes we feel frustrated when we have to manage large number of files which we need to deploy some application. The files might be scripts,
1) How install and set Mate-Desktop as remote desktop sudo apt install mate-environment sudo apt install xrdp [sudo apt install vino]
Creating Debian installer(.deb) for linux based system makes the installation process very simple because we do not need to worry about the required files and
1) Why static block? Java static blocks are used to initialize the static variables. The static block code is loaded when Java Virtual Machine(JVM) loads
It is sometimes a great issue when one wants to serialize their objects into XML files. We have JAXB(Java Architecture for XML Binding) API which