Skip to main content

Working with Hibernate

  1. Download the latest version of Hibernate from https://www.hibernate.org/ and extract the Zip contents to a local directory in either C: or other Drive.
  2. Download the Hibernate Synchronizer plugin for Eclipse from http://sourceforge.net/projects/hibernatesynch/ and copy the extracted files (plugin folder) to Eclipse installation folder.
  3. Download Hibertante Tools using Eclipse Update Software feature from http://download.eclipse.org/webtools/updates. The set of tools come as part of Web Tools. This can be verified by right clicking on the Hibernate Config file in your project abd viewing Hibernate Configuration 3.0 XML Editor option in the context menu.
  4. Restart the Eclipse IDE.

Comments

Popular posts from this blog

Office 2013 Installation Error : Code 1603

Wanted to share one error that I got while installing Microsoft Office Professional 2013 for which I had to spend almost 3 days to find the root cause. I also googled and found that many people have also faced the same issue but did not get if anyone had the solution. Sharing the solution that worked for me. Thanks to Dhaval Metrani, my colleague, who also helped me with this. If you get the following error in the log file (in the %temp% folder) while installing Office 2013 Failed to install product OSMMUI.msi ErrorCode: 1603  and the detail log shows ERROR: The network address is invalid then the same is because of Task Scheduler service is not enabled on the machine. 1603 is a generic error and some people have mentioned that the same could be related to deleting/renaming  %programdata% /Microsoft Help but the solution seemed to be related to Task Scheduler when the exact error was related to 'Network address invalid'. By default in Windows 7 and Windows Vista ...

India's Economy pre and post Covid-19(Corona) pandemic

Before Corona (Covid-19) Pandemic By Feb 2020, India had seen six successive quarters of declining GDP growth equalling the longest slowdown in the past 23 years. The GDP growth in second quarter of FY19-20 fiscal shrunk to 4.5% from 5% in the previous quarter. This was the sixth straight drop in India's quarterly GDP growth.  The slowdown was expected to be the third slowdown since 1996 and will be the longest in the past 23 years if the Q3 GDP falls below 4.5%. Note: From January 2015, the Central Statistics Office (CSO) updated base year for GDP calculation to 2011-12, replacing the old series base year of 2004-05. After Corona and 5+ weeks of lockdown During the Corona crisis and 5+ weeks of lockdown in response to contain it, we have already seen significant impact to Indian economy in various forms. Sensex and Nifty indices have crashed nearly 30-35% and BSE 500 stocks have crashed nearly 50% (before Corona, it had already crashed 50%) and m...

Navigating the Data Landscape: Unraveling Data Mesh and Data Fabric

In today’s rapidly evolving tech landscape, data strategy is the cornerstone of business strategy. As organizations gather an ever-increasing amount of data, the need for efficient data management strategies becomes paramount.  Two prominent approaches that have gained traction in recent times are Data Mesh and Data Fabric . Both concepts aim to address the same very goal of Data Democratization while ensuring scalability, accessibility, and usability. In this blog, we’ll delve into the nuances of Data Mesh and Data Fabric, and provide recommendations for organizations seeking to fortify their data landscape. Data Mesh vs Data Fabric: Unpacking the Concepts Data Mesh is a domain-driven architectural approach to data management. It proposes treating data as a product and recommends a decentralized approach to data ownership with domain experts. Earlier, the Enterprise Data Lake approach focused on centralized data management and ownership whereas the Data Mesh architecture fo...