You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/01/20 05:46:22 UTC

svn commit: r901061 [5/5] - in /geronimo/daytrader/trunk/assemblies/web: ./ daytrader-web-jpa/ daytrader-web-jpa/src/ daytrader-web-jpa/src/main/ daytrader-web-jpa/src/main/java/ daytrader-web-jpa/src/main/webapp/ daytrader-web-jpa/src/main/webapp/META...

Added: geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/web_prmtv.html
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/web_prmtv.html?rev=901061&view=auto
==============================================================================
--- geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/web_prmtv.html (added)
+++ geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/web_prmtv.html Wed Jan 20 04:46:11 2010
@@ -0,0 +1,273 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<HTML>
+<HEAD>
+<META http-equiv="Content-Style-Type" content="text/css">
+<TITLE>Web Primitives</TITLE>
+</HEAD>
+
+<BODY bgcolor="#FFFFFF" link="#000099" vlink="#000099">
+<HR>
+<TABLE width="740">
+	<TBODY>
+		<TR>
+			<TD>
+			<H3>Web Primitive Tests</H3>
+			</TD>
+			<TD align="right"></TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<HR>
+
+
+<TABLE border="1" width="740">
+	<TBODY>
+		<TR>
+			<TD colspan="1" bgcolor="#c93333" align="center"><B><FONT
+				color="#FFFFFF">Primitive Test Suite</FONT></B></td>
+		</TR>
+		<TR>
+		    <TD>
+			<P>The Geronimo performance benchmark sample provides
+			a suite of web primitives. These primitives singularly test key
+			operations in the enterprise Java programming model. Links to each of
+			the web primitive tests are provided below along with a description
+			of each operation.</P>
+			<P>Note that some primitives below can have their main operations
+			repeated. These operations are marked with a red 
+			<FONT COLOR="#FF0000">*</FONT>. In order to adjust the repetition, change
+			the primitive iteration value in the Trade configuration page.<FONT></FONT></P>
+			</TD>
+		</TR>
+	</TBODY>
+</TABLE>
+
+<TABLE border="1" width="740">
+	<TBODY>
+		<TR>
+			<TD colspan="2" bgcolor="#c93333" align="center"><B><FONT
+				color="#FFFFFF">Web Container ping suite</FONT></B></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="PingHtml.html"><FONT
+				face="Times New Roman">PingHtml</FONT></A></FONT></TD>
+			<TD><FONT size="-1">PingHtml is the most basic operation providing
+			access to a simple &quot;Hello World&quot; page of static HTML.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="servlet/ExplicitGC"
+				target="_self"><FONT face="Times New Roman">Explicit GC</FONT></A></FONT></TD>
+			<TD><FONT size="-1">Invoke Garbage Collection on AppServer. Reports
+			heap statistics after the GC has completed.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="servlet/PingServlet"
+				target="_self"><FONT face="Times New Roman">PingServlet</FONT></A></FONT></TD>
+			<TD><FONT size="-1">PingServlet tests fundamental dynamic HTML
+			creation through server side servlet processing.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A
+				href="servlet/PingServletWriter" target="_self"><FONT
+				face="Times New Roman">PingServletWriter</FONT></A> </FONT></TD>
+			<TD><FONT size="-1">PingServletWriter extends PingServlet by using a
+			PrintWriter for formatted output vs. the output stream used by
+			PingServlet.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A
+				href="servlet/PingServlet2Include" target="_self"><FONT
+				face="Times New Roman">PingServlet2Include</FONT></A></FONT><FONT
+				COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingServlet2Include tests response inclusion.
+			Servlet 1 includes the response of Servlet 2.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A
+				href="servlet/PingServlet2Servlet" target="_self"><FONT
+				face="Times New Roman">PingServlet2Servlet</FONT></A></FONT></TD>
+			<TD><FONT size="-1">PingServlet2Servlet tests request dispatching.
+			Servlet 1, the controller, creates a new JavaBean object forwards the
+			request with the JavaBean added to Servlet 2. Servlet 2 obtains
+			access to the JavaBean through the Servlet request object and
+			provides dynamic HTML output based on the JavaBean data.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="PingJsp.jsp">PingJSP</A></FONT></TD>
+			<TD><FONT size="-1">PingJSP tests a direct call to JavaServer Page
+			providing server-side dynamic HTML through JSP scripting.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="PingJspEL.jsp">PingJSPEL</A></FONT></TD>
+			<TD><FONT size="-1">PingJSPEL tests a direct call to JavaServer Page
+			providing server-side dynamic HTML through JSP scripting and the
+			usage of the new JSP 2.0 Expression Language.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="servlet/PingServlet2Jsp">PingServlet2JSP</A></FONT></TD>
+			<TD><FONT size="-1">PingServlet2JSP tests a commonly used design
+			pattern, where a request is issued to servlet providing server side
+			control processing. The servlet creates a JavaBean object with
+			dynamically set attributes and forwards the bean to the JSP through a
+			RequestDispatcher The JSP obtains access to the JavaBean and provides
+			formatted display with dynamic HTML output based on the JavaBean
+			data.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="servlet/PingSession1">PingHTTPSession1</A></FONT>
+			</TD>
+			<TD><FONT size="-1">PingHTTPSession1 - <B>SessionID</B> tests
+			fundamental HTTP session function by creating a unique session ID for
+			each individual user. The ID is stored in the users session and is
+			accessed and displayed on each user request.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><FONT size="-1"><A href="servlet/PingSession2">PingHTTPSession2</A></FONT></TD>
+			<TD><FONT size="-1">PingHTTPSession2 <B>session create/destroy </B>further
+			extends the previous test by invalidating the HTTP Session on every
+			5th user access. This results in testing HTTPSession create and
+			destroy</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="servlet/PingSession3"><FONT size="-1">PingHTTPSession3</FONT></A></TD>
+			<TD><FONT size="-1">PingHTTPSession3 <B>large session object </B>tests
+			the servers ability to manage and persist large HTTPSession data
+			objects. The servlet creates a large custom java object. The class
+			contains multiple data fields and results in 2048 bytes of data. This
+			large session object is retrieved and stored to the session on each
+			user request.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="servlet/PingJDBCRead"><FONT size="-1">PingJDBCRead</FONT></A><FONT
+				COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingJDBCRead tests fundamental servlet to JDBC
+			access to a database performing a single-row read using a prepared
+			SQL statment.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="servlet/PingJDBCWrite"><FONT size="-1">PingJDBCWrite</FONT></A><FONT
+				COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingJDBCRead tests fundamental servlet to JDBC
+			access to a database performing a single-row write using a prepared
+			SQL statment.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="servlet/PingServlet2JNDI"><FONT size="-1">PingServlet2JNDI</FONT></A><FONT
+				COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingServlet2JNDI tests the fundamental J2EE
+			operation of a servlet allocating a JNDI context and performing a
+			JNDI lookup of a JDBC DataSource.</FONT></TD>
+		</TR>
+		<!-- 
+		<TR>
+			<TD colspan="2" bgcolor="#c93333" align="center"><B><FONT
+				color="#FFFFFF">EJB 3 Container ping suite</FONT></B></TD>
+		</TR>
+
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2Session"><FONT
+				size="-1">PingServlet2Session</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingServlet2Session tests key function of a
+			servlet call to a stateless Session EJB. The Session EJB performs a
+			simple calculation and returns the result</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2Entity"><FONT
+				size="-1">PingServlet2Entity</FONT></A><FONT COLOR="#FF0000">*</FONT><BR></TD>
+			<TD><FONT size="-1">PingServlet2Entity tests key function of a
+			servlet call to an EJB 3.0 Container Managed Entity. In this test the
+			EJB entity represents a single row in the database table.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2Session2Entity"><FONT
+				size="-1">PingServlet2Session2Entity</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">This tests the full servlet to Session EJB to
+			Entity EJB path to retrieve a single row from the database.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A
+				href="ejb3/PingServlet2Session2EntityCollection"><FONT size="-1">PingServlet2Session2<BR>
+			EntityCollection</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">This test extends the previous EJB Entity test by
+			calling a Session EJB which uses a finder method on the Entity that
+			returns a collection of Entity objects. Each object is displayed by
+			the servlet.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2Session2CMROne2One"><FONT
+				size="-1">PingServlet2Session2CMROne2One</FONT></A><FONT
+				COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">This test drives an Entity EJB to get another
+			Entity EJB's data through an EJB 3.0 CMR One to One relationship.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2Session2CMROne2Many"><FONT
+				size="-1">PingServlet2Session2CMROne2Many</FONT></A><FONT
+				COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">This test drives an Entity EJB to get another
+			Entity EJB's data through an EJB 3.0 CMR One to Many relationship.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2Session2JDBC"><FONT
+				size="-1">PingServlet2Session2JDBC</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">This tests the full servlet to Session EJB to
+			JDBC path to retrieve a single row from the database.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A
+				href="ejb3/PingServlet2Session2JDBCCollection"><FONT size="-1">PingServlet2Session2<BR>
+			JDBCCollection</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">This test extends the previous JDBC test by
+			calling a Session EJB to JDBC path which returns multiple rows
+			from the database.</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2MDBQueue"><FONT
+				size="-1">PingServlet2MDBQueue</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingServlet2MDBQueue drives messages to a Queue
+			based Message Driven EJB (MDB). Each request to the servlet posts a
+			message to the Queue. The MDB receives the message asynchronously and
+			prints message delivery statistics on each 100th message. <FONT color="red">
+			<B>Note:</B> Not intended for performance testing.</FONT></FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2MDBTopic"><FONT
+				size="-1">PingServlet2MDBTopic</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingServlet2MDBTopic drives messages to a Topic
+			based Publish/Subscribe Message Driven EJB (MDB). Each request to the
+			servlet posts a message to the Topic. The TradeStreamMDB receives the
+			message asynchronously and prints message delivery statistics on each
+			100th message. Other subscribers to the Topic will also receive the
+			messages. <FONT color="red"><B>Note:</B> Not intended for performance 
+			testing.</FONT></FONT></TD>
+		</TR>
+		<TR>
+			<TD align="center"><A href="ejb3/PingServlet2TwoPhase"><FONT
+				size="-1">PingServlet2TwoPhase</FONT></A><FONT COLOR="#FF0000">*</FONT></TD>
+			<TD><FONT size="-1">PingServlet2TwoPhase drives a Session EJB which
+			invokes an Entity EJB with findByPrimaryKey (DB Access) followed by
+			posting a message to an MDB through a JMS Queue (Message access).
+			These operations are wrapped in a global 2-phase transaction and
+			commit.</FONT></TD>
+		</TR> -->
+	</TBODY>
+</TABLE>
+</BODY>
+</HTML>

Propchange: geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/web_prmtv.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/web_prmtv.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Added: geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcome.jsp
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcome.jsp?rev=901061&view=auto
==============================================================================
--- geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcome.jsp (added)
+++ geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcome.jsp Wed Jan 20 04:46:11 2010
@@ -0,0 +1,121 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<TITLE>Trade Login</TITLE>
+<LINK rel="stylesheet" href="style.css" type="text/css" />
+</HEAD>
+<BODY bgcolor="#ffffff" link="#000099">
+<%@ page session="false"%>
+<TABLE style="font-size: smaller">
+	<TBODY>
+		<TR>
+			<TD bgcolor="#c93333" align="left" width="640" height="10"><B><FONT
+				color="#ffffff">DayTrader Login</FONT></B></TD>
+			<TD align="center" bgcolor="#000000" width="100" height="10"><FONT
+				color="#ffffff"><B>DayTrader</B></FONT></TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<TABLE width="100%" height="30">
+	<TBODY>
+		<TR>
+			<TD></TD>
+			<TD><FONT color="#ff0033"><FONT color="#ff0033"><FONT color="#ff0033"><% String results;
+results = (String) request.getAttribute("results");
+if ( results != null )out.print(results);
+%></FONT></FONT></FONT></TD>
+			<TD></TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<DIV align="left"></DIV>
+<TABLE width="616">
+	<TBODY>
+		<TR>
+			<TD width="2%" bgcolor="#e7e4e7" rowspan="3"></TD>
+			<TD width="98%"><B>Log in</B>
+			<HR>
+			</TD>
+		</TR>
+		<TR>
+			<TD align="right"><FONT size="-1">Username &nbsp; &nbsp; &nbsp;&nbsp;
+			&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Password &nbsp; &nbsp; &nbsp;
+			&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+			&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="right">
+			<FORM action="app" method="POST"><INPUT size="10" type="text"
+				name="uid" value="uid:0"> &nbsp; &nbsp; &nbsp; &nbsp; <INPUT
+				size="10" type="password" name="passwd" value="xxx"> &nbsp; <INPUT
+				type="submit" value="Log in"><INPUT type="hidden" name="action"
+				value="login"></FORM>
+			</TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<TABLE width="616">
+	<TBODY>
+		<TR>
+			<TD width="2%"></TD>
+			<TD width="98%">
+			<HR>
+			</TD>
+		</TR>
+		<TR>
+			<TD bgcolor="#e7e4e7" rowspan="4"></TD>
+			<TD><B><FONT size="-1" color="#000000">First time user? &nbsp;Please
+			Register</FONT></B></TD>
+		</TR>
+		<TR>
+			<TD></TD>
+		</TR>
+		<TR>
+			<TD align="right">
+			<BLOCKQUOTE><A href="register.jsp">Register&nbsp;With&nbsp;DayTrader</A>
+			</BLOCKQUOTE>
+			</TD>
+		</TR>
+		<TR>
+			<TD>
+			<HR>
+			</TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<TABLE height="54" style="font-size: smaller">
+	<TBODY>
+		<TR>
+			<TD colspan="2">
+			<HR>
+			</TD>
+		</TR>
+		<TR>
+			<TD colspan="2"></TD>
+		</TR>
+		<TR>
+			<TD bgcolor="#c93333" align="left" width="640" height="10"><B><FONT
+				color="#ffffff">DayTrader Login</FONT></B></TD>
+			<TD align="center" bgcolor="#000000" width="100" height="10"><FONT
+				color="#ffffff"><B>DayTrader</B></FONT></TD>
+		</TR>
+	</TBODY>
+</TABLE>
+</BODY>
+</HTML>

Propchange: geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcome.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcomeImg.jsp
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcomeImg.jsp?rev=901061&view=auto
==============================================================================
--- geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcomeImg.jsp (added)
+++ geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcomeImg.jsp Wed Jan 20 04:46:11 2010
@@ -0,0 +1,120 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<%--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+--%>
+<HTML>
+<HEAD>
+<TITLE>Trade Login</TITLE>
+<LINK rel="stylesheet" href="style.css" type="text/css" />
+</HEAD>
+<BODY bgcolor="#ffffff" link="#000099">
+<%@ page session="false"%>
+<TABLE style="font-size: smaller">
+	<TBODY>
+		<TR>
+			<TD bgcolor="#c93333" align="left" width="640" height="10"><B><FONT
+				color="#ffffff">DayTrader Login</FONT></B></TD>
+			<TD align="center" bgcolor="#000000" width="100" height="10"><FONT
+				color="#ffffff"><B>DayTrader</B></FONT></TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<TABLE width="617" height="30">
+	<TBODY>
+		<TR>
+			<TD width="150" height="21"></TD>
+			<TD><FONT color="#ff0033"><FONT color="#ff0033"><FONT color="#ff0033"><% String results;
+results = (String) request.getAttribute("results");
+if ( results != null )out.print(results);
+%></FONT></FONT></FONT></TD>
+			<TD align="right" width="365"></TD>
+			<TD align="center" width="99"><IMG src="images/graph.gif" width="27"
+				height="27" border="0" alt=""></TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<DIV align="left"></DIV>
+<TABLE width="616">
+	<TBODY>
+		<TR>
+			<TD width="2%" bgcolor="#e7e4e7" rowspan="3"></TD>
+			<TD width="98%"><B>Log in</B>
+			<HR>
+			</TD>
+		</TR>
+		<TR>
+			<TD align="right"><FONT size="-1">Username &nbsp; &nbsp; &nbsp;&nbsp;
+			&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Password &nbsp; &nbsp; &nbsp;
+			&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
+			&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</FONT></TD>
+		</TR>
+		<TR>
+			<TD align="right">
+			<FORM action="app" method="POST"><INPUT size="10" type="text"
+				name="uid" value="uid:0"> &nbsp; &nbsp; &nbsp; &nbsp; <INPUT
+				size="10" type="password" name="passwd" value="xxx"> &nbsp; <INPUT
+				type="submit" value="Log in"><INPUT type="hidden" name="action"
+				value="login"></FORM>
+			</TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<TABLE width="616">
+	<TBODY>
+		<TR>
+			<TD width="2%"></TD>
+			<TD width="98%">
+			<HR>
+			</TD>
+		</TR>
+		<TR>
+			<TD bgcolor="#e7e4e7" rowspan="4"></TD>
+			<TD><B><FONT size="-1" color="#000000">First time user? &nbsp;Please
+			Register</FONT></B></TD>
+		</TR>
+		<TR>
+			<TD></TD>
+		</TR>
+		<TR>
+			<TD align="right">
+			<BLOCKQUOTE><A href="register.jsp">Register&nbsp;With&nbsp;DayTrader</A>
+			</BLOCKQUOTE>
+			</TD>
+		</TR>
+		<TR>
+			<TD>
+			<HR>
+			</TD>
+		</TR>
+	</TBODY>
+</TABLE>
+<TABLE height="54" style="font-size: smaller">
+	<TBODY>
+		<TR>
+			<TD colspan="2" align="center"><BR>
+			<IMG src="images/ticker-anim.gif" width="385" height="22" border="0"
+				align="middle" alt=""></TD>
+		</TR>
+		<TR>
+			<TD bgcolor="#c93333" align="left" width="640" height="10"><B><FONT
+				color="#ffffff">DayTrader Login</FONT></B></TD>
+			<TD align="center" bgcolor="#000000" width="100" height="10"><FONT
+				color="#ffffff"><B>DayTrader</B></FONT></TD>
+		</TR>
+	</TBODY>
+</TABLE>
+</BODY>
+</HTML>

Propchange: geronimo/daytrader/trunk/assemblies/web/daytrader-web-jpa/src/main/webapp/welcomeImg.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: geronimo/daytrader/trunk/assemblies/web/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/assemblies/web/pom.xml?rev=901061&r1=901060&r2=901061&view=diff
==============================================================================
--- geronimo/daytrader/trunk/assemblies/web/pom.xml (original)
+++ geronimo/daytrader/trunk/assemblies/web/pom.xml Wed Jan 20 04:46:11 2010
@@ -32,9 +32,7 @@
 
     <modules>
         <module>daytrader-web-jdbc</module>
-<!--
         <module>daytrader-web-jpa</module>
--->
     </modules>
 
 </project>