Java Server App

TwitterFacebook
Get flash to fully experience Pearltrees

Killer Java applications server with nginx and memcached | Francisco Souza

Last days I worked setting up a new web serving structure for Wine , the largest wine’s e-commerce in Latin America. After testing, studying and learning a lot, we built a nice solution based on nginx and memcached . I will use a picture to describe the architecture: As you can see, when a client do a request to the nginx server, it first checks on memcached if the response is already cached. If the response was not found on cache server, then nginx forward the request to Tomcat , which process the request, cache the response on memcached and returns it to nginx. Tomcat works only for the first client, and all other clients requesting the same resource will get the cached response on RAM. http://f.souza.cc/2010/12/killer-java-applications-server-with.html
With the phenomenal growth in Internet usage, a Web server's limited scalability often is a bottleneck when handling increased user loads. In fact, scalability is a necessity when business expansion results in more user interaction with your Web applications. These applications include functions such as chat, collaboration, bidding, RSS broadcast, GPS, and real-time data. http://www.developer.com/java/web/article.php/3909666/Jetty-Continuations-Push-Your-Java-Server-Beyond-Its-Scalability-Limits.htm

Jetty Continuations: Push Your Java Server Beyond Its Scalability Limits

http://codeutopia.net/blog/2010/10/28/bored-of-apachelighthttpdetc-try-mongrel2/ October 28, 2010 – 6:09 pm Tags: Web Mongrel is a refreshing approach to web servers. We’re all familiar with the Apache server and many of us have used Lighthttpd and Nginx and maybe some others too. So what makes Mongrel special? It’s language agnostic. It doesn’t have a PHP module, it doesn’t have a Python module, and yet you can still use those languages (and plenty more) with it, with very little effort to integrate new languages.

Bored of Apache/LightHTTPD/etc.? Try Mongrel2

Tomcat On Steroids (with EJB 3) = Apache TomTom

http://www.adam-bien.com/roller/abien/entry/tomcat_on_steroids_with_ejb Tomcat On Steroids (with EJB 3) = Apache TomTom Apache TomTom is an opensource, easy to install EJB 3.1 container. It is lacking CDI, so it is not a full Java EE 6 WebProfile server. The test: Download size (tomtom-6.0.29.313.zip ): 28 MB Installation = Unzip Disc size: 36,9 MB after installation Startup: same as tomcat: .
http://java.dzone.com/announcements/netty-323final-released

Netty 3.2.3.Final

Location: http://www.jboss.org/netty/community.html#nabble-td5669985 Trustin Lee - the developer behind Netty NIO client server framework announced today, that the new version 3.2.3 of Netty has been released : Quoting interesting pieces from Trustins announcement: