How to upgrade Spring and Hibernate libraries in NetBeans IDE?

This is probably a common and obvious problem, but I could not find the answer, so I could appreciate a short tutorial or link. My NetBeans have been updated recently, but if I create a new project that uses Spring and Hibernate, the IDE provides options for Spring 3.0.2 (and even 2.5.6) and Hibernate 3.2.5. Of course, I could add all the new libraries for each project, but that doesn't seem like a good idea. Just in case, this is important, I use Ubuntu.

+7
source share
1 answer

I think I found a way to do this. The NetBeans Tools / Libraries menu has options for creating new libraries and adding its files or folders. I tried to add new Spring libraries (I was not able to put spaces in my name ), and they appeared as an option Spring Version MVC when creating a new project.

+8
source

All Articles