What would you guys say are the top five most important technologies
in java I would need to learn to become a proficient JSP/WEB
programmer?
Lew - 03 Jan 2008 00:45 GMT
> What would you guys say are the top five most important technologies
> in java I would need to learn to become a proficient JSP/WEB
> programmer?
Here's my list, pretty much in the order I'd recommend learning them:
1- Core Java, particularly Collections and related.
2- HTTP servlets, and JSPs with a focus on the latter as *strictly* view
artifacts. Learn the Sun "Model 2" architecture for Model-View-Controller (MVC).
Do not pollute JSPs with direct Java code!
3- Apache Tomcat. Configuration and deployment until you get it.
4- Java Server Faces. Forget Struts at first.
5- RDBMS: PostgreSQL or Derby and its JDBC connection to your apps.
In lieu of Postgres there are free offerings of IBM's DB2 Express and Oracle's
Oracle Express databases.

Signature
Lew
Roedy Green - 09 Jan 2008 11:11 GMT
On Wed, 2 Jan 2008 15:04:58 -0800 (PST), Chase Preuninger
<chasepreuninger@gmail.com> wrote, quoted or indirectly quoted someone
who said :
>What would you guys say are the top five most important technologies
>in java I would need to learn to become a proficient JSP/WEB
>programmer?
1. Servlets http://mindprod.com/jgloss/servletwomb.html
2. Java Web Start/Applets http://mindprod.com/jgloss/javawebstart.html
http://mindprod.com/jgloss/applet.html
3. SQL/JDBC http://mindprod.com/jgloss/sql.html
4. JSP http://mindprod.com/jgloss/jsp.html
5. JCE http://mindprod.com/jgloss/jce.html
to make the big bucks you need to learn J2EE.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com