RE: [java ee programming] NetBeans 6.8 UML

2010-02-02 Thread Alin Dumitrescu
I have tried using it but it doesn't show in my plugins, so I can't start the UML module. If anyone has any ideas/links I would appreciate the help. Happy Coding! Alin -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com

RE: [java ee programming] Spring documents for Netbeans users

2009-12-10 Thread Alin Dumitrescu
Small addition: There are no arguments on how Spring attracted more users than what Struts and Hibernate all together have done. The Spring framework is used for a different purpose than Hibernate, and provides support FOR hibernate(ORM mapping). Spring itself addresses ORM,

[java ee programming] Re: Application server VS Web Server

2009-10-06 Thread Alin Dumitrescu
You should have a Web Server running for the static resources, and when needed, the web server will ask for dynamic data from the app server. The app server can replace the web server, but it's not the way it's meant to be, especially when you deal with large applications. For home and learning

[java ee programming] Re: Unknow Java statement

2009-09-30 Thread Alin Dumitrescu
http://www.j2ee.me/javaee/5/docs/api/javax/persistence/EntityManagerFactory. html http://www.javaworld.com/javaworld/jw-01-2008/jw-01-jpa1.html This annotation is used for the persistence purposes, meaning after retrieving the data from the Database System we store it in Java objects, so we use

[java ee programming] Re: How to add MySql5.0 Driver to eclipse

2009-09-18 Thread Alin Dumitrescu
You have to look for the mysql-connector-java-3.0.17-ga-bin.jar on the internet, you have the link at the bottom. It is the jar that you have to put in the /lib directory of your project It will tell your application how to reach the MySQL server.

[java ee programming] Re: Populating the Example Dat abase needs password file‏

2009-09-10 Thread Alin Dumitrescu
For development purposes, if you don’t want to use the NetBeans to edit your files(.java or .properties or .xml or dotwhatever) try to use the Notepad++, it knows a lot of file types, you’ll love it. http://notepad-plus.sourceforge.net/uk/site.htm Happy coding! From: