servlets

  • submit to reddit

Caucho is Visionary says Gartner’s 9/2011 Magic Quadrant for Application Servers

Caucho Technology, the leader in lightweight high performance application servers, today announced that Gartner’s September 2011 Magic Quadrant for...

0 replies - 1247 views - 02/16/12 by Bill Digman in Announcements

I've had enough of running Scala in a terminal, let's try with a web application

I was checking out Scala as a new programming language to learn, and after remaining positively impressed I wanted to do more than making fake tests pass....

6 replies - 7965 views - 10/27/11 by Giorgio Sironi in Articles

JSP are more than templates

The concept of Java Server Pages is simple: submerge Java code and some special directives into an HTML page to add dynamic capabilities to it. Obviously, this...

3 replies - 6919 views - 07/20/10 by Giorgio Sironi in Articles

Web MVC in Java (without frameworks)

The Model-View-Controller architectural pattern is a classic trait of Java applications. For example, Swing is a well-known implementation of this pattern in...

1 replies - 14679 views - 07/01/10 by Giorgio Sironi in Articles

Client applications with Ajax Solr: JavaScript vs. servlets

Are we sure that Java servlets are the most productive means to deliver a web interface? Let's dig through a client application written in JavaScript and find...

0 replies - 20166 views - 06/17/10 by Giorgio Sironi in Articles

OSGi and servlets can work together

OSGi is the emerging Java platform, and a surefire architectural solution to avoid the infamous Jar hell during the development of Java applications.Web...

0 replies - 11117 views - 06/01/10 by Giorgio Sironi in Articles

From HTTP to ESB - JBossESB 4.7's New Servlet based HTTP Gateway

One of the primary functions performed by JBossESB is the routing of messages between services. (Remember that, on an ESB, everything is either a message or...

2 replies - 16938 views - 02/24/10 by Len DiMaggio in News