The Artima Developer Community
Sponsored Link

Java Buzz Forum
JSP expression language

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrej Koelewijn

Posts: 594
Nickname: andrejk
Registered: Nov, 2002

Andrej Koelewijn is a Java and Oracle consultant
JSP expression language Posted: Feb 6, 2004 2:08 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Andrej Koelewijn.
Original Post: JSP expression language
Feed Title: Andrej Koelewijn
Feed URL: http://feeds.feedburner.com/AndrejKoelewijn
Feed Description: On Oracle, Java and OpenSource
Latest Java Buzz Posts
Latest Java Buzz Posts by Andrej Koelewijn
Latest Posts From Andrej Koelewijn

Advertisement

There's a good introduction to the new JSP expression language part of J2EE 1.4 in the Enterprise Java Technologies Technical Tips. I think the expression language is a really valuable addition to JSP's, making jsp's almost as easy to write as velocity pages.

If you're not using a J2EE 1.4 compliant application server yet, you can use JSTL instead. It's not as nice, as the expression language will only work inside JSTL tags, but it's better than nothing. If you're using Oracle's 9iAS, be warned that you'll need to upgrade oc4j to version 9.0.3, as JSTL's expression language will not work on 9.0.2.2 and earlier. OC4J 9.0.2 is not J2EE version 1.3 compliant, version 9.0.3 is!

Read: JSP expression language

Topic: Pebble 1.4 beta 2 almost ready (and JIRA rocks!) Previous Topic   Next Topic Topic: Microsoft has Google Envy?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use