<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: The future of client/server deployment?</title>
	<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment/</link>
	<description>Comments on Ask MetaFilter post The future of client/server deployment?</description>
	<pubDate>Tue, 02 Dec 2008 19:32:06 -0800</pubDate>
	<lastBuildDate>Tue, 02 Dec 2008 19:32:06 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: The future of client/server deployment?</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment</link>	
		<description>How are people deploying web applications with client/server interaction these days? &lt;br /&gt;&lt;br /&gt; After a failed attempt at getting a Java servlet up using Apache Tomcat, I&apos;m looking to see what else is out there. Ideally, I&apos;d like to stick with JAVA, but I suppose it&apos;s also in my best interest to pick up other popular languages if that&apos;s seems to be where the flow is going.&lt;br&gt;
&lt;br&gt;
Tomcat was useful, but documentation on it was sparse and outdated, and troubleshooting &lt;strong&gt;just to get the thing &lt;em&gt;working&lt;/em&gt;&lt;/strong&gt; was a pretty hairy experience. What&apos;s a good alternative?&lt;br&gt;
&lt;br&gt;
Bonus points to employees that actually use said alternative for their own job. I&apos;m not too worried about ease or interface, just as long as it&apos;s a technology that is &lt;em&gt;well documented&lt;/em&gt;, meaning more than 100 articles/posts made about it within the past year!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.108266</guid>
		<pubDate>Tue, 02 Dec 2008 18:35:23 -0800</pubDate>
		<dc:creator>nikkorizz</dc:creator>
		
			<category>client</category>
		
			<category>server</category>
		
			<category>java</category>
		
			<category>tomcat</category>
		
			<category>apache</category>
		
			<category>servlet</category>
		
			<category>webapplication</category>
		
	</item> <item>
		<title>By: wheat</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559578</link>	
		<description>I&apos;m not sure what you mean by &quot;web applications with client/server interaction,&quot; as any web application is client/server to begin with (i.e. the browser is the client and the web server is the, well, server).  So, if you mean something more specific than that, clue me in.&lt;br&gt;
&lt;br&gt;
If you just mean what are people using as a web application platform, there are many options, and everyone has his favorite.  I like the basic LAMP stack (Linux Apache MySQL PHP).  I&apos;ve built plenty of things, for fun and profit, with that.  But Ruby/Rails is growing in popularity and the language itself is elegant.  I doubt either would be a problem for you if you&apos;re familiar with Java.  Those are the free options, there&apos;s always .NET if you have to (and C# is almost a clone of Java&apos;s syntax).&lt;br&gt;
&lt;br&gt;
Again, apologies if I&apos;ve missed the point entirely.  And I totally understand your frustration with Tomcat and servlets.  I wouldn&apos;t go that route, unless you absolutely had to.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559578</guid>
		<pubDate>Tue, 02 Dec 2008 19:32:06 -0800</pubDate>
		<dc:creator>wheat</dc:creator>
	</item><item>
		<title>By: wackybrit</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559610</link>	
		<description>I&apos;ve been using &lt;a href=&quot;http://rubyonrails.org/&quot;&gt;Rails&lt;/a&gt; for 4 years now, as well as some of the other Ruby-based frameworks (Merb and Sinatra, mainly). It&apos;s a cinch. I was ready to give up on Web application development before Rails came along. And.. since earlier this year it&apos;s been ridiculously simple to deploy on Apache thanks to Phusion Passenger.&lt;br&gt;
&lt;br&gt;
If you want to see a Rails development process, &lt;a href=&quot;http://media.rubyonrails.org/video/rails_blog_2.mov&quot;&gt;this video&lt;/a&gt; shows a basic app being developed in 15 minutes. &lt;a href=&quot;http://media.railscasts.com/videos/122_passenger_in_development.mov&quot;&gt;This video&lt;/a&gt; shows how to install Passenger for development-level deployment (but the production rollout is similar).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559610</guid>
		<pubDate>Tue, 02 Dec 2008 19:51:24 -0800</pubDate>
		<dc:creator>wackybrit</dc:creator>
	</item><item>
		<title>By: wackybrit</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559613</link>	
		<description>Also, don&apos;t miss the incredibly deep &lt;a href=&quot;http://guides.rails.info/getting_started_with_rails.html&quot;&gt;Getting Started with Rails&lt;/a&gt; guide. There&apos;s a crazy amount of documentation for Rails nowadays, as well as Ruby. Plenty of books, &lt;a href=&quot;http://www.planetrubyonrails.com/&quot;&gt;tons of blogs&lt;/a&gt;, etc.&lt;br&gt;
&lt;br&gt;
Alternatives would be Django on Python, CakePHP on PHP, Catalyst on Perl.. and, there are a lot more, of course, but I prefer those based around dynamic languages in general. Java, for example, can be an overstructured, verbose nightmare.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559613</guid>
		<pubDate>Tue, 02 Dec 2008 19:54:51 -0800</pubDate>
		<dc:creator>wackybrit</dc:creator>
	</item><item>
		<title>By: nicwolff</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559740</link>	
		<description>Apache/mod_perl with Mason and Apache::Session::Memcached. static_source on and static_source_file pointed at .git/index in the site dir for easy migrations. PostgreSQL back end. Easy to set up, versatile, fast, scales well, vast and helpful user community.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559740</guid>
		<pubDate>Tue, 02 Dec 2008 21:33:11 -0800</pubDate>
		<dc:creator>nicwolff</dc:creator>
	</item><item>
		<title>By: curagea</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559745</link>	
		<description>Ruby on Rails. I&apos;m almost done taking a class on it, and it&apos;s pretty good stuff. Documentation for version 2.0 and 2.1 is still being written/revised, a lot of tutorials that I came upon were for pre-2.0 versions, but for the most part, it&apos;s pretty easy. Check out &lt;a href=&quot;www.peepcode.com&quot;&gt;Peepcode&lt;/a&gt; for some great screencasts on Rails. They aren&apos;t free, but they&apos;re worth watching. Sitepoint&apos;s &lt;a href=&quot;&quot;&gt;Simply Rails 2&lt;/a&gt; is a good beginner&apos;s book.&lt;br&gt;
&lt;br&gt;
According to conversations with professors and students working with RoR, if you know it, you&apos;ll stand above most other web developers in credentials.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559745</guid>
		<pubDate>Tue, 02 Dec 2008 21:35:54 -0800</pubDate>
		<dc:creator>curagea</dc:creator>
	</item><item>
		<title>By: drjimmy11</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559813</link>	
		<description>We use Adobe Flex on the frontend, and Java with a Jetty server on the backend.&lt;br&gt;
&lt;br&gt;
Flex leverages the coolness of the swf format (works the same on all browsers, vector coolness), and gets rid of almost everything people hated about developing in the Flash IDE.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559813</guid>
		<pubDate>Tue, 02 Dec 2008 22:41:41 -0800</pubDate>
		<dc:creator>drjimmy11</dc:creator>
	</item><item>
		<title>By: klanawa</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559836</link>	
		<description>try django (python). i studied up on it for work and it pretty much covers all the bases. the documentation is pretty good and the framework gives you endless opportunities to hack your own stuff. doesn&apos;t obfuscate too much. it has built-in ORM and template systems.&lt;br&gt;
&lt;br&gt;
working with flex/blazeds is awesome, too. actionscript is pretty easy to get started with, but it takes a hell of a lot of brains and talent to make a flash/flex project not suck. many try, few succeed.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559836</guid>
		<pubDate>Tue, 02 Dec 2008 23:27:23 -0800</pubDate>
		<dc:creator>klanawa</dc:creator>
	</item><item>
		<title>By: mezamashii</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1559964</link>	
		<description>Without the target application it is a real crapshoot to recommend the most appropriate solution.  If you have an arbitrary choice for languages or frameworks, make the most of it and pick something because it fits well, not because its &quot;new flashy and on digg lately&quot;.&lt;br&gt;
&lt;br&gt;
In general i&apos;d recommend starting with Rails, Django, or something similar. If you have scalability problems, you&apos;ll probably need to optimize a bit or reimplement in a high-performance language. But that&apos;s not very likely, or you would have chosen such an architecture already.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1559964</guid>
		<pubDate>Wed, 03 Dec 2008 04:37:38 -0800</pubDate>
		<dc:creator>mezamashii</dc:creator>
	</item><item>
		<title>By: mmascolino</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1560119</link>	
		<description>Without knowing more about your problem and your skillset, it is impossible to say what language/platform/framework is appropriate for you.  &lt;br&gt;
&lt;br&gt;
For drop dead simple you can&apos;t beat PHP.  Once your web server is setup appropriately (many distributions of Apache come pre-configured with support) it is pretty much fire and forget in terms of just writing PHP files.  I mention this because it seems like your primary problem with Tomcat is dealing with the setup/workflow of doing Java development.  With PHP, the minimum workflow is very, very minimum.&lt;br&gt;
&lt;br&gt;
With that said, there are tons of resources out there on Tomcat.  The &lt;a href=&quot;http://mail-archives.apache.org/mod_mbox/tomcat-users/&quot;&gt;Tomcat User Mailing List&lt;/a&gt; alone is averaging +1000 messages/month for a long time.  Undoubtedly there tons of articles and books and what not that describe the product in extreme detail.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1560119</guid>
		<pubDate>Wed, 03 Dec 2008 07:29:29 -0800</pubDate>
		<dc:creator>mmascolino</dc:creator>
	</item><item>
		<title>By: utsutsu</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1560127</link>	
		<description>Just wanted to chime in that my organization is indeed using apache / tomcat for java servlet apps. Some use a framework (mostly Struts and Hibernate) and others use a proprietary java framework.&lt;br&gt;
&lt;br&gt;
I don&apos;t take care of the servers of course, so I don&apos;t know how challenging that is, but I am able to run tomcat locally on my machine to do testing if necessary. I usually just use the tomcat integrated into my IDE to do my testing as I go, and then submit builds for test / production and those are handled by infrastructure fellows.&lt;br&gt;
&lt;br&gt;
I am interested in this thread because I have been wanting to dive in to some new language and I haven&apos;t really been sure what to do!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1560127</guid>
		<pubDate>Wed, 03 Dec 2008 07:34:38 -0800</pubDate>
		<dc:creator>utsutsu</dc:creator>
	</item><item>
		<title>By: cschneid</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1560451</link>	
		<description>Java is a pain to learn.  There&apos;s the language, there&apos;s the war file standards, XML mapping for everything, then you get the frameworks (struts, vs. spring vs.... half a dozen others).  &lt;br&gt;
&lt;br&gt;
The Java language is easy, it&apos;s the crazy complex environment built up around it that&apos;s a pain.&lt;br&gt;
&lt;br&gt;
I have used Java (Tomcat, Weblogic), Perl, and Ruby (Rails, Sinatra, Merb) to build web apps in the last year.  If you want to MeFi mail me, I can probably get you setup and have a basic app setup.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1560451</guid>
		<pubDate>Wed, 03 Dec 2008 11:07:22 -0800</pubDate>
		<dc:creator>cschneid</dc:creator>
	</item><item>
		<title>By: boba</title>
		<link>http://ask.metafilter.com/108266/The-future-of-clientserver-deployment#1561128</link>	
		<description>If you really want to stick with Java, I can tell you that we use &lt;a href=&quot;http://tapestry.apache.org/&quot;&gt;Apache Tapestry&lt;/a&gt; quite successfully with our enterprise web application.  Other than that, Rails and Django, Catalyst, and CakePHP as others have mentioned.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.108266-1561128</guid>
		<pubDate>Wed, 03 Dec 2008 20:36:46 -0800</pubDate>
		<dc:creator>boba</dc:creator>
	</item>
	</channel>
</rss>
