<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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>Web Hosting, Reseller Hosting Company</title>
	<link>http://www.aryahosting.com</link>
	<description></description>
	<pubDate>Wed, 05 Sep 2007 12:39:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Apache Struts</title>
		<link>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-struts-19.html</link>
		<comments>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-struts-19.html#comments</comments>
		<pubDate>Wed, 05 Sep 2007 12:39:05 +0000</pubDate>
		<dc:creator>hosting</dc:creator>
		
		<category><![CDATA[JSP &amp; Java Servlet Hosting]]></category>

		<guid isPermaLink="false">http://www.aryahosting.com/jsp-java-servlet-hosting/apache-struts-19.html</guid>
		<description><![CDATA[                 Apache Struts is a free open-source framework for creating                 Java web applications.
Web applications differ from conventional websites in that    [...]]]></description>
			<content:encoded><![CDATA[<p>                 Apache Struts is a free open-source framework for creating                 Java web applications.</p>
<p>Web applications differ from conventional websites in that                 web applications can create a dynamic response.                 Many websites deliver only static pages.                 A web application can interact with databases and                 business logic engines to customize a response.</p>
<p>Web applications based on JavaServer Pages sometimes                  commingle database code, page design code, and control                  flow code.                  In practice, we find that unless these concerns are                  separated,                  larger applications become difficult to maintain.</p>
<p>One way to separate concerns in a software application is to                  use a Model-View-Controller (MVC) architecture.                  The <em>Model</em> represents the business or database code,                  the <em>View</em> represents the page design code,                  and the <em>Controller</em> represents the navigational code.                  The Struts framework is designed to help developers create                  web applications that utilize a MVC architecture.</p>
<p>The framework provides three key components:</p>
<ul>
<li>                           A &#8220;request&#8221; handler provided by the application developer                           that is mapped to a standard URI.</li>
<li>                           A &#8220;response&#8221; handler that transfers control to another resource                           which completes the response.</li>
<li>                           A tag library that helps developers create interactive                           form-based applications with server pages.</li>
</ul>
<p>The framework&#8217;s architecture and tags are buzzword compliant.                 Struts works well with conventional REST applications                 and with nouveau technologies like SOAP and AJAX.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-struts-19.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apache Tomcat Versions</title>
		<link>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-versions-18.html</link>
		<comments>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-versions-18.html#comments</comments>
		<pubDate>Wed, 05 Sep 2007 12:35:51 +0000</pubDate>
		<dc:creator>hosting</dc:creator>
		
		<category><![CDATA[JSP &amp; Java Servlet Hosting]]></category>

		<guid isPermaLink="false">http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-versions-18.html</guid>
		<description><![CDATA[Apache Tomcat 6.x. Apache Tomcat 6.x is the current focus of development. It builds upon the improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1 specifications. In addition to that, it includes the following improvements:
* Memory usage optimizations
* Advanced IO capabilities
* Refactored clustering
Apache Tomcat 5.5.x. It supports the same Servlet and [...]]]></description>
			<content:encoded><![CDATA[<p>Apache Tomcat 6.x. Apache Tomcat 6.x is the current focus of development. It builds upon the improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1 specifications. In addition to that, it includes the following improvements:</p>
<p>* Memory usage optimizations<br />
* Advanced IO capabilities<br />
* Refactored clustering</p>
<p>Apache Tomcat 5.5.x. It supports the same Servlet and JSP Specification versions as Apache Tomcat 5.0.x, there are significant changes in many areas under the hood, resulting in improved performance, stability, and total cost of ownership. Please refer to the Apache Tomcat 5.5 Changelog for details.</p>
<p>Apache Tomcat 5.0.x. Apache Tomcat 5.0 improves on Apache Tomcat 4.1 in many ways, including:</p>
<p>* Performance optimizations and reduced garbage collection<br />
* Refactored application deployer, with an optional standalone deployer allowing validation and compilation of a web application before putting it in production<br />
* Complete server monitoring using JMX and the manager web application<br />
* Scalability and reliability enhancements<br />
* Improved Taglibs handling, including advanced pooling and tag plugins<br />
* Improved platform integration, with native Windows and Unix wrappers<br />
* Embedding using JMX<br />
* Enhanced Security Manager support<br />
* Integrated session clustering<br />
* Expanded documentation</p>
<p>Apache Tomcat 4.x implements a new servlet container (called Catalina) that is based on completely new architecture. The 4.x releases implement the Servlet 2.3 and JSP 1.2 specifications.</p>
<p>We encourage all users to upgrade to Apache Tomcat 5.x whenever possible.</p>
<p>Apache Tomcat 4.1.x. Apache Tomcat 4.1 is a refactoring of Apache Tomcat 4.0.x, and contains significant enhancements, including:</p>
<p>* JMX based administration features<br />
* JSP and Struts based administration web application<br />
* New Coyote connector (HTTP/1.1, AJP 1.3 and JNI support)<br />
* Rewritten Jasper JSP page compiler<br />
* Performance and memory efficiency improvements<br />
* Enhanced manager application support for integration with development tools<br />
* Custom Ant tasks to interact with the manager application directly from build.xml scripts</p>
<p>Apache Tomcat 4.0.x. Apache Tomcat 4.0.6 is the old production quality release. The 4.0 servlet container (Catalina) has been developed from the ground up for flexibility and performance. Version 4.0 implements the final released versions of the Servlet 2.3 and JSP 1.2 specifications. As required by the specifications, Apache Tomcat 4.0 also supports web applications built for the Servlet 2.2 and JSP 1.1 specifications with no changes.</p>
<p>We encourage all users to upgrade to Apache Tomcat 5.x whenever possible.</p>
<p>here are several versions of Apache Tomcat 3.x currently available for download:</p>
<p>* Version 3.3 is the current production quality release for the Servlet 2.2 and JSP 1.1 specifications. Apache Tomcat 3.3 is the latest continuation of the Apache Tomcat 3.x architecture and it is more advanced then 3.2.4, which is the &#8216;old&#8217; production quality release.<br />
* Version 3.2.4 is the &#8216;old&#8217; production quality release and is now in maintenance only mode.<br />
* Version 3.1.1 is a legacy release.</p>
<p>All Apache Tomcat 3.x releases trace their heritage back to the original Servlet and JSP implementations that Sun donated to the Apache Software Foundation. The 3.x versions all implement the Servlet 2.2 and JSP 1.1 specifications.</p>
<p>Apache Tomcat 3.3.x. Version 3.3.2 is the current production quality release. It continues the refactoring that was begun in version 3.2 and carries it to its logical conclusion. Version 3.3 provides a much more modular design and allows the servlet container to be customized by adding and removing modules that control the processing of servlet requests. This version also contains many performance improvements.</p>
<p>Apache Tomcat 3.2.x. Version 3.2 added few new features since 3.1; the major effort was a refactoring of the internals to improve performance and stability. The 3.2.1 release, like 3.1.1, was a security patch. Version 3.2.2 fixed a large number of bugs and all known specification compliance issues. Version 3.2.3 was a security update that closes a serious security hole. Version 3.2.4 is a minor bug fix release. All users of Apache Tomcat versions prior to 3.2.3 should updgrade as soon as possible. With the exception of fixes for critical security related bugs, development on the Apache Tomcat 3.2.x branch has stopped.</p>
<p>Apache Tomcat 3.1.x. The 3.1 release contained several improvements over Apache Tomcat 3.0, including servlet reloading, WAR file support and added connectors for the IIS and Netscape web servers. The latest maintenance release, 3.1.1, contained fixes for security problems. There is no active development ongoing for Apache Tomcat 3.1.x. Users of Apache Tomcat 3.1 should update to 3.1.1 to close the security holes and they are strongly encouraged to migrate to the current production release, Apache Tomcat 3.3.</p>
<p>Apache Tomcat 3.0.x. Initial Apache Tomcat release.</p>
<p>We encourage all users to upgrade to Apache Tomcat 5.x whenever possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-versions-18.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apache Tomcat</title>
		<link>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-17.html</link>
		<comments>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-17.html#comments</comments>
		<pubDate>Wed, 05 Sep 2007 12:34:02 +0000</pubDate>
		<dc:creator>hosting</dc:creator>
		
		<category><![CDATA[JSP &amp; Java Servlet Hosting]]></category>

		<guid isPermaLink="false">http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-17.html</guid>
		<description><![CDATA[Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.
Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. Apache [...]]]></description>
			<content:encoded><![CDATA[<p>Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.</p>
<p>Apache Tomcat is developed in an open and participatory environment and released under the Apache Software License. Apache Tomcat is intended to be a collaboration of the best-of-breed developers from around the world.</p>
<p>Different versions of Apache Tomcat are available for different versions of the Servlet and JSP specifications. The mapping between the specifications and the respective Apache <strong>Tomcat verisons is:</strong><br />
<strong> Servlet/JSP Spec     Apache Tomcat version</strong><br />
2.5/2.1     6.0.x<br />
2.4/2.0     5.5.x<br />
2.3/1.2     4.1.x<br />
2.2/1.1     3.3.x</p>
<p>The releases are described in more detail below to help you determine which one is right for you. More details about each release can be found in the associated release notes.</p>
<p>Please note that alhough we offer downloads and documentation of older releases, such as Apache Tomcat 3.x and 4.x, we strongly encourage users to use the latest stable version of Apache Tomcat whenever possible. We recognize that upgrading across major version may not be a trivial task, and some support is still offered on the mailing list for users of old versions. However, because of the community-driven support approach, the older your version the less people would be interested or able to support you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aryahosting.com/jsp-java-servlet-hosting/apache-tomcat-17.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Java/JSP Hosting</title>
		<link>http://www.aryahosting.com/jsp-java-servlet-hosting/javajsp-hosting-16.html</link>
		<comments>http://www.aryahosting.com/jsp-java-servlet-hosting/javajsp-hosting-16.html#comments</comments>
		<pubDate>Wed, 05 Sep 2007 11:54:31 +0000</pubDate>
		<dc:creator>hosting</dc:creator>
		
		<category><![CDATA[JSP &amp; Java Servlet Hosting]]></category>

		<guid isPermaLink="false">http://www.aryahosting.com/jsp-java-servlet-hosting/javajsp-hosting-16.html</guid>
		<description><![CDATA[If your website has expanded beyond the traditional shared hosting environment, but you are not ready to invest in a dedicated server, our advanced plans are the perfect solution. Our advanced plans are hosted on IBM&#8217;s Dual Xeon servers and are limited to a select number of sites per sever which gives your website more [...]]]></description>
			<content:encoded><![CDATA[<p>If your website has expanded beyond the traditional shared hosting environment, but you are not ready to invest in a dedicated server, our advanced plans are the perfect solution. Our advanced plans are hosted on IBM&#8217;s Dual Xeon servers and are limited to a select number of sites per sever which gives your website more space and flexibility.<br />
<strong><br />
JSP Engine</strong>: Each advanced hosting plan runs under the JSP Tomcat server environment on our powerful Linux servers. You will need this type of package if you plan to use JSPs. <strong>Each plan supports Java Servlets, Java Applets, Java Bean, JavaScript/VBScript, mySQL Database Support</strong> &amp; much more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aryahosting.com/jsp-java-servlet-hosting/javajsp-hosting-16.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
