• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SCJA and SSI ?

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Regarding servlets. does the SCJA include questions regarding what SSI (Server Side Includes) is or is that too detailed for the SCJA?


or does it just stick to the basic understanding of servlets (Presentation tier, processes requests/response, init(), service(), destroy()) ?
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYYYY too complicated for SCJA.

It's very high level. Know what a Servlet does, when it does it, why it does it, and how it should be used. That's really it. Intricate coding details won't be asked about the Servlet and JSP API. Fundamental Java coding concepts are tested, such as for loops, variable declarations, and the like, but going deep into peripheral APIs - that's definitely not needed.

-Cameron McKenzie
 
reply
    Bookmark Topic Watch Topic
  • New Topic