The future of client/server deployment?
December 2, 2008 6:35 PM
Subscribe
How are people deploying web applications with client/server interaction these days?
After a failed attempt at getting a Java servlet up using Apache Tomcat, I'm looking to see what else is out there. Ideally, I'd like to stick with JAVA, but I suppose it's also in my best interest to pick up other popular languages if that's seems to be where the flow is going.
Tomcat was useful, but documentation on it was sparse and outdated, and troubleshooting just to get the thing working was a pretty hairy experience. What's a good alternative?
Bonus points to employees that actually use said alternative for their own job. I'm not too worried about ease or interface, just as long as it's a technology that is well documented, meaning more than 100 articles/posts made about it within the past year!
posted by nikkorizz to computers & internet (12 comments total)
7 users marked this as a favorite
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'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're familiar with Java. Those are the free options, there's always .NET if you have to (and C# is almost a clone of Java's syntax).
Again, apologies if I've missed the point entirely. And I totally understand your frustration with Tomcat and servlets. I wouldn't go that route, unless you absolutely had to.
posted by wheat at 7:32 PM on December 2, 2008