"com.abc" != "com.database"
Try using the Spring IDE (or better yet the SpringSource Tool Suite), it will catch these errors for you.
"com.abc" != "com.database"
Try using the Spring IDE (or better yet the SpringSource Tool Suite), it will catch these errors for you.
iwein. Thanks for pointing that problem out. Unfortunately same thing is happening. So i did a little research and came to know that under eclipse build folder i cannot see my insertQuantityOnHandController and couple of other classes. Eclipse should automatically create class files once compile as javabean classes or when restarting tomcat server. This is the problem i am having at work and will try to figure out on Monday.
Secondly when i try to run in JBUilder all the necessary classes are created. I have some other questions also and hope to keep this thread open or may be open a new thread for a new question. Sorry to bother you guys but this is my first time using springframework. Starting is always hard but once you get the concept clear then everything is easy for you.
i was wondering i am using JBuilder at home and eclipse at work. Can i install spring ide in my jbuilder and in eclipse? Can you give me some url
Thanks alot bro.
I've never worked with JBuilder, but most ide's have decent plugins for Spring. Spring IDE is an eclipse plugin though, so you'll have to work with Eclipse.
Check out http://springide.org/project/wiki/SpringideInstall. Good luck.