<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>SBC Web Hosting - JSP and Java On the Edge</title>
	<link>http://jsp.virtualwebstudio.com</link>
	<description>JSP In Your Hand</description>
	<pubDate>Sun, 20 Jan 2008 03:36:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title></title>
		<link>http://jsp.virtualwebstudio.com/2008/01/19/159/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/19/159/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 03:36:30 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/19/159/</guid>
		<description><![CDATA[EJB &#038; JSP: Java On The Edge, Unlimited Edition   by Lou Marco ISBN: 0764548026   Your Guide to Cutting-Edge J2EE Programming  Techniques.    Summary   You ve just taken a quick tour of Enterprise JavaBeans. You ve learned that EJBs are distributed, server-side software  components that live [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/19/159/feed/</wfw:commentRSS>
		</item>
		<item>
		<title></title>
		<link>http://jsp.virtualwebstudio.com/2008/01/18/158/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/18/158/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 03:25:12 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/18/158/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/18/158/feed/</wfw:commentRSS>
		</item>
		<item>
		<title></title>
		<link>http://jsp.virtualwebstudio.com/2008/01/18/157/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/18/157/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 07:01:45 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/18/157/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/18/157/feed/</wfw:commentRSS>
		</item>
		<item>
		<title></title>
		<link>http://jsp.virtualwebstudio.com/2008/01/17/156/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/17/156/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 09:18:38 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/17/156/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/17/156/feed/</wfw:commentRSS>
		</item>
		<item>
		<title></title>
		<link>http://jsp.virtualwebstudio.com/2008/01/16/155/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/16/155/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 10:01:25 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/16/155/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/16/155/feed/</wfw:commentRSS>
		</item>
		<item>
		<title></title>
		<link>http://jsp.virtualwebstudio.com/2008/01/15/154/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/15/154/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 10:21:11 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/15/154/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/15/154/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>int sumOfFirstIntegers = toInteger * (toInteger + 1 ) / 2;   int sumByLoop = 0 ; for (int counter = 1; counter     The sum of integers from 1 to  by loop is:         Notice that Listing 4-4 uses pieces of Java code as opposed to an entire method. Changing Listing 4-4 to use a declaration  causes the JSP translator to generate an error, as shown in Listing 4-5.   Listing 4-5: Tomcat reacts to using a JSP declaration where a scriptlet is called for   Error: 500  Location: /examples/jsp/loutest/loutest.jspInternal Servlet Error:  org.apache.jasper.JasperException: Unable to compile class forJSPD:tomcat32worklocalhost_8080%2Fexamples_0002fjsp_0002floutest_0002floutest_0002ejsploutest_jsp_0.java:24: Typeexpected.   for (int counter = 1; counter</title>
		<link>http://jsp.virtualwebstudio.com/2008/01/14/int-sumoffirstintegers-tointeger-tointeger-1-2-int-sumbyloop-0-for-int-counter-1-counter-the-sum-of-integers-from-1-to-by-loop-is-notice-that-listing-4-4-uses-pieces-of-java-code-as-opposed-to-an-enti/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/14/int-sumoffirstintegers-tointeger-tointeger-1-2-int-sumbyloop-0-for-int-counter-1-counter-the-sum-of-integers-from-1-to-by-loop-is-notice-that-listing-4-4-uses-pieces-of-java-code-as-opposed-to-an-enti/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 14:58:24 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/14/int-sumoffirstintegers-tointeger-tointeger-1-2-int-sumbyloop-0-for-int-counter-1-counter-the-sum-of-integers-from-1-to-by-loop-is-notice-that-listing-4-4-uses-pieces-of-java-code-as-opposed-to-an-enti/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/14/int-sumoffirstintegers-tointeger-tointeger-1-2-int-sumbyloop-0-for-int-counter-1-counter-the-sum-of-integers-from-1-to-by-loop-is-notice-that-listing-4-4-uses-pieces-of-java-code-as-opposed-to-an-enti/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Coding and Invoking a Method</title>
		<link>http://jsp.virtualwebstudio.com/2008/01/13/coding-and-invoking-a-method/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/13/coding-and-invoking-a-method/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 16:56:13 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/13/coding-and-invoking-a-method/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/13/coding-and-invoking-a-method/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>The engineers at Sun Microsystems make life a bit easier for the JSP programmer by providing the programmer access to  predefined environment objects called implicit objects. These objects are accessible from JSP expressions and JSP scriptlets.  You read about these objects later in this chapter.   JSP Declarations   As with any programming language, JSP uses variables to hold program data or code that performs various tasks. One JSP  feature that makes variables or program code known to the JSP page is called a JSP declaration.   JSP declarations have the following format:      In Listing 4-2 you see a simple page with a JSP declaration and expression.   Listing 4-2: Simple JSP page with a declaration and expression        Simple JSP Declaration Example</title>
		<link>http://jsp.virtualwebstudio.com/2008/01/12/the-engineers-at-sun-microsystems-make-life-a-bit-easier-for-the-jsp-programmer-by-providing-the-programmer-access-to-predefined-environment-objects-called-implicit-objects-these-objects-are-accessibl/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/12/the-engineers-at-sun-microsystems-make-life-a-bit-easier-for-the-jsp-programmer-by-providing-the-programmer-access-to-predefined-environment-objects-called-implicit-objects-these-objects-are-accessibl/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 17:00:14 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/12/the-engineers-at-sun-microsystems-make-life-a-bit-easier-for-the-jsp-programmer-by-providing-the-programmer-access-to-predefined-environment-objects-called-implicit-objects-these-objects-are-accessibl/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/12/the-engineers-at-sun-microsystems-make-life-a-bit-easier-for-the-jsp-programmer-by-providing-the-programmer-access-to-predefined-environment-objects-called-implicit-objects-these-objects-are-accessibl/feed/</wfw:commentRSS>
		</item>
		<item>
		<title></title>
		<link>http://jsp.virtualwebstudio.com/2008/01/11/150/</link>
		<comments>http://jsp.virtualwebstudio.com/2008/01/11/150/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 17:56:29 +0000</pubDate>
		<dc:creator>icvetic</dc:creator>
		
	<category>JSP and Java On The Edge</category>
		<guid isPermaLink="false">http://jsp.virtualwebstudio.com/2008/01/11/150/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRSS>http://jsp.virtualwebstudio.com/2008/01/11/150/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

