I have created a Java Project wherein I am using ExtJS for the web pages and I should be using Java for the programming logic. Right now,I am able to display the web pages. However, I do not have any java files and my current folder structure is:
ext_java_proj
- src
- jre system library
- apache tomcat v7.0
- build
WebContent
- com
- controller
- model
- store
- view
- BorderLayout.js
- ext_js
- resources
- src
- ext_all.js
- index.html
Can someone tell me if I should place my java files in src folder or I should place it within the WebContent>com folder. And which is the best practice if it is a relatively big project with lot of java files and js files.
- com
Thanks in advance.