<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://jexp.ru/index.php?action=history&amp;feed=atom&amp;title=Java%2FSpring%2FSpring_Applications</id>
		<title>Java/Spring/Spring Applications - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://jexp.ru/index.php?action=history&amp;feed=atom&amp;title=Java%2FSpring%2FSpring_Applications"/>
		<link rel="alternate" type="text/html" href="http://jexp.ru/index.php?title=Java/Spring/Spring_Applications&amp;action=history"/>
		<updated>2026-04-10T15:54:01Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://jexp.ru/index.php?title=Java/Spring/Spring_Applications&amp;diff=6589&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://jexp.ru/index.php?title=Java/Spring/Spring_Applications&amp;diff=6589&amp;oldid=prev"/>
				<updated>2010-06-01T06:16:36Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 06:16, 1 июня 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://jexp.ru/index.php?title=Java/Spring/Spring_Applications&amp;diff=6588&amp;oldid=prev</id>
		<title> в 18:01, 31 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://jexp.ru/index.php?title=Java/Spring/Spring_Applications&amp;diff=6588&amp;oldid=prev"/>
				<updated>2010-05-31T18:01:44Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Spring Countries sample application ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Spring Image Database sample application ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Spring JPetStore sample application ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Spring minimal web application  ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Spring PetClinic sample application ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Spring Tiles Example ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Frameworks: Spring ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
/*&lt;br /&gt;
Beginning JavaServer Pages&lt;br /&gt;
Vivek Chopra, Jon Eaves, Rupert Jones, Sing Li, John T. Bell&lt;br /&gt;
ISBN: 0-7645-7485-X&lt;br /&gt;
*/&lt;br /&gt;
Chapter 18 - Examples Readme.&lt;br /&gt;
=================================================================&lt;br /&gt;
These instructions assume you have set up Ant and Tomcat on your computer.&lt;br /&gt;
1. Extract the contents of this zip file into a directory on your computer, for example&lt;br /&gt;
C:\ch18-spring-base.&lt;br /&gt;
2. Modify the C:\ch18-spring-base\build.xml file as follows:&lt;br /&gt;
  a. Modify the value of the catalina.home property to reflect the location of Tomcat on your computer.&lt;br /&gt;
  b. Modify the value of the manager.url property to reflect the URL of the manager application the Tomcat instance you will be deploying this project too.&lt;br /&gt;
  c. Modify the values of the manager.username and manager.password properties to reflect the correct values for your  instance of Tomcat.&lt;br /&gt;
  &lt;br /&gt;
3. The build.xml file contains references to resources you need to have installed on your computer. The&lt;br /&gt;
script stores a reference to the location where you installed these resources. Sometimes the directory&lt;br /&gt;
structure of an installation can change from version to version. If you choose to use a different version&lt;br /&gt;
to that recommended in the book, please ensure that the build.xml file looks in the appropriate directory&lt;br /&gt;
for the resources it needs. For instance the script stores the location of the Jakarta Taglibs on your&lt;br /&gt;
computer with: &lt;br /&gt;
&amp;lt;property name=&amp;quot;jstl.home&amp;quot; value=&amp;quot;c:/java/tools/jakarta-taglibs&amp;quot;/&amp;gt;&lt;br /&gt;
And further on in the script it uses this location to find the resources it needs:&lt;br /&gt;
&amp;lt;property name=&amp;quot;jstl.jar&amp;quot; value=&amp;quot;${jstl.home}/standard/lib/jstl.jar&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;property name=&amp;quot;standard.jar&amp;quot; value=&amp;quot;${jstl.home}/standard/lib/standard.jar&amp;quot;/&amp;gt;&lt;br /&gt;
The second set of properties assumes the directory structure of where the resources are located. If youse a different version than what is recommended this location may be different.&lt;br /&gt;
You will need to modify the build.xml to suit your computer in the following ways:&lt;br /&gt;
  a. Change the value of the jstl.home property to reflect the location of Jakarta Taglibs.&lt;br /&gt;
  b. change the value of the spring.home property to reflect the location of the Spring Framework 1.0.&lt;br /&gt;
3. Start Tomcat.&lt;br /&gt;
4. Open a DOS prompt or Unix command shell to the directory containing the build.xml file (C:\ch18-spring-base\).&lt;br /&gt;
5. Type the following at the prompt: &lt;br /&gt;
  &lt;br /&gt;
  ant install&lt;br /&gt;
6. The application should now be available for browsing at http://localhost:8080/spring-base&lt;br /&gt;
&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;/div&gt;</summary>
			</entry>

	</feed>