Step-1: Install Hibernate support pluginStep-2: Create maven project of archetype-webappCreate a new project from New -> Project -> Maven -> archetype -> webappStep-3: Hibernate configCreate the below config and save it as hibernate-cfg.xml<?xml version="1.0" … [Read more...] about reverse engineer hibernate pojos in intelliJ
Installing JDK on linux
Introduction This is a blog post series on Java Programming. In this blog post, I will cover introduction & installation part. In the next blog posts I will cover the core concepts of Java. About Java Java is a general-purpose computer-programming language that … [Read more...] about Installing JDK on linux