• 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

Beta Links

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Beta Objectives From Sun Site
http://suned.sun.com/US/certification/java/beta_objectives.html
Simple Tag Handlers(10.5)
http://otn.oracle.com/sample_code/tutorials/jsp20/files/jsp2.pdf
Tag Files(10.6)
http://today.java.net/pub/a/today/2003/11/14/tagfiles.html
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Avinash !
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Design Patterns:
http://java.sun.com/blueprints/patterns/catalog.html
Expression Language:
http://www-106.ibm.com/developerworks/java/library/j-jstl0211.html
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for those good links. i was really tired searching the online tutorials.
good luck friends.
 
Dimple Kaushik
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is thisgood enough for EL exam objectives
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Dimple,
I am afraid it is too simple.
In the exam, you really know to know how the EL can be specified.
For example, given 1 task we want to perform, it requires you to know ALL valid EL syntax (more than 1) that gives the same result.
I guess you may need to learn more from the specification, not just those introductory articles.
Nick.
 
Dimple Kaushik
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your replies.
Finally found this I think this is good enough.
[ January 27, 2004: Message edited by: Dimple Kaushik ]
 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSP Implicit objects
Click here
 
reply
    Bookmark Topic Watch Topic
  • New Topic