Last night was hard for me. I finished my project and before I went to bed I decided to transfer my project and database to the server. Deployment of the web application was easy as 1-2-3. However, found some problems with MySQL (now I think that happened due to lack of sleep). The goal was to copy the structure of the tables with the existent data. So I dumped the database like “mysqldump –user yury –password=*** eventseeker > dump.sql;” But I always got a problem during importing of the database on the server. After one hour of fight I realized that in my dump I had a line that creates the database eventseeker with the tables in it while g00dspeed gave me database with the name ‘yury’… it’s a bad feeling when you think that you kill your sleeping time ![]()
Some other news: I skipped the advanced database practice but in my project I use INNER JOIN so still I covered this material!
And at last, now I think that glassfish can’t surprise me with functionality and I want something bigger. Will have a look on commercial version or probably WebSphere or JBoss. Jboos seems fully featured… interesting.
I’ve finished my project… feels great. Got a lot of knowledge from it in JavaEE and I hope I will refine it soon. Question remain how do I access EJB in the JSP? Will try to use the same way that I did with Java Beans but looks like I failed because of database connectivity problems and not because of wrong methods. Any way feel much more confident in it.