• 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

Expression Language eating my head

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finished EL chapter in HFSJ. Most of the questions answered wrongly in Mock exam. Very difficult to remember those syntax and other things wrt EL. In real exam will there be much question on EL ?
 
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Given it's one of the most important new features of J2EE 1.4, I would expect several questions to appear... probably wrapped up in standard/custom tags as well! EL is not a difficult topic once you get used to it - it's a little like trying to pass a mini-SCJP exam in that you have to learn the syntax and operators carefully. Once that's done however, it should become much easier. I would suggest creating a few test JSPs and just trying ideas out - all you need to do is deploy and run a single JSP containing your EL test expressions.
 
Ranch Hand
Posts: 380
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can see the site :

Mikalai Zaikin EL Notes

to get a quick and simplified overview to EL.

For details look up JSP Specs.

Regards,
Shivani
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

In real exam will there be much question on EL ?


Yes, there are quite a few because it's an important topic.
 
Yeah, but does being a ninja come with a dental plan? And what about this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic