This post originated from an RSS feed registered with Web Buzz
by Robert E. Barksdale.
Original Post: J2EE Tech Tips
Feed Title: mozKit
Feed URL: http://www.contegix.com/blog/?flavor=rss
Feed Description: Gecko and the Bean: A look at Mozilla, Java and other open solutions from an OS X user's perspective.
Using Java for your your next web project? This J2EE tech tip which looks at the JSP 2.0 Expression Language might peak your interest.
As noted in the tip; "Before JSP 2.0, you could use only a scriptlet, JSP expression, or a custom tag to include server state in the JSP page output. Although these solutions are useful, they require a relatively large amount of work for even the simple job of accessing server-side state. JSP 2.0 incorporates the Expression Language (EL) first introduced in JSTL 1.0. EL makes it easier to integrate server-side state with presentation output. Let's start with a quick review of scriptlets, JSP expressions, and custom tags."