sijtsche smeman

Greenhorn
+ Follow
since Jun 30, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sijtsche smeman

Yes, they have an OCA (Oracle Certified Associate) exam for the Oracle 9i AS. You would need to follow a one week course (Basic Administration) and two online courses.
Sijtsche
Hi,
Has anyone of you ever inserted a struts application as a portlet in Oracle portal? It is perfectly rendering my first JSP with struts tags but it is rendering a /mylittleaction.do which does not exist in Oracle portal. Help!
Sijtsche
21 years ago
Hi,
Is this exam as doable as the SCWCD exam, just by studying and a little experience? Is there any comparison possible?
Sijtsche
SCJP, SCWCD
I already have been working some time with servlets and JSP and to have confidence that I know almost everything by heart I think I need 1.5 week.
Sijtsche
I agree with taking the first test. To get more feeling for the subject I would suggest to try and set up your own demo mini web application with Tomcat.
Sijtsche
I have the Deshmukh & Malavia book too and it is a good preparation.
Sijtsche
instead of import javax.servlet; use import javax.servlet.*; You should use this rule:
import packagename.classname; or * instead of classname for all classes in that package.
Sijtsche
21 years ago