To progam Scout applications you need to have a solid understanding of the Java language. Scout will only work for you if you have achieved a certain proficiency level in Java.
Luckily, free online tutorials to learn Java are offered in many places. A good starting point is the official Java documentation site1 . If you prefer to work with video tutorials we recommend “Eclipse and Java for Total Beginners”2 , although the installation used is somewhat out of date. As for printed books, we suggest to start with either “Head First Java”[1] or “Thinking in Java”[3]. Highly recommended but slightly more advanced is “Effective Java”[2].
To solve really tricky Java problems there is often no way around the Java specification3 itself. Just make sure to pick the right Java version for your context.
* say which non-trivial things are vital to good understanding * threading * generics * annotations
* purpose * directory structure * example
needs text
* maybe the same as for java foundation, maybe not * jaas * http comm * servlet * servlet filters
A very comprehensive and detailed step to step description has been written by Chua Hock-Chuan4 .
may be found online do servlet stuff with annotations (JEE6) not JEE5?
DONT include servlet jar inside of war file (tomcat doesn’t like it)
hello world example (JEE6)
war file organisation: http://documentation.progress.com/output/Iona/orbix/6.1/tutorials/fnb/dev_intro/j2ee_overview8.html