Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

servlet

  • submit to reddit

Web application in Clojure: the starting point

Ring is a basic tool for executing your Clojure code into a web server environment, by satisfying HTTP requests and producing responses. In scope, Ring is similar to the Servlet API, but it's not as standard and diffused; by the way, servlets are always used...

0 replies - 2643 views - 01/05/12 by Giorgio Sironi in Articles

Non-blocking (NIO) Server Push and Servlet 3

In my previous blog posting, I wrote about what I would expect node.js to do in order to become mature. I introduced the idea of having a framework which lets you define a protocol and some handlers in order to let the developer concentrate on writing...

10 replies - 6122 views - 06/06/11 by Ant Kutschera in Articles

renderSnake 1.1 released

RenderSnake is a Java library for creating components and pages that produce HTML using only Java. Its purpose is to support the creation of Web applications that are better maintainable, allows for easier reuse, have testable UI components and produces...

0 replies - 775 views - 05/03/11 by E Micklei in Announcements

db4o: Simple POJO Persistence

Ranging from mobile to web applications, and from plain old Java to Scala or Groovy dialects, a modern Java developer always needs an ace in the hole when it comes to dealing with data persistence. Ideally, you're looking for a solution that gives you enough...

7 replies - 13470 views - 03/05/10 by German Viscuso in Articles

Eclipse 3.6 on the Home Stretch

The Eclipse developers just released the first Eclipse 3.6 milestone of the new year and they are on track for a final release in June.  Eclipse 3.6 (codename: Helios) has reached milestone 5, which features new command line options, dynamic path variables,...

0 replies - 11507 views - 02/01/10 by Mitchell Pronsc... in News

Excelsior JET 7.0 beta 3: Hide Tomcat configuration files

Excelsior JET is a compliant Java SE 6 implementation (JVM) with an Ahead-Of-Time compiler and deployment toolkit. The next version will enable you to protect your Tomcat Web applications against reverse engineering and tampering by deploying them as...

0 replies - 1257 views - 11/24/09 by Dmitry Leskov in Announcements

Jetty Gains on Tomcat: New Version 7.0

The open source Java Application server, Jetty, has released its 7.0 version this week and continues to grow in usage.  2009 has been an eventful year for WebTide, the makers of Jetty.  In March, Jetty joined the Eclipse project and in September, WebTide...

6 replies - 12116 views - 10/09/09 by Mitchell Pronsc... in News

Tomcat Web Applications Compiled Natively - Excelsior JET 7.0 beta 2

Excelsior JET is a compliant Java SE 6 implementation (JVM) with an Ahead-Of-Time compiler and deployment toolkit. Excelsior JET 7.0 will enable you to compile Apache Tomcat together with your Web applications into a native code executable and distribute...

1 replies - 1336 views - 09/23/09 by Dmitry Leskov in Announcements

An Overview of Servlet 3.0

JSR 315 (Servlet 3.0) is an update to the existing Servlet 2.5 specification. Servlet 3.0 is focussed on extensibility and web framework pluggability, aligning with the goals of Java EE 6. Ease of Development (EoD) will be supported using newer language...

7 replies - 22195 views - 01/21/09 by James Sugrue in Articles

Using the NetBeans Platform on the Server with Wicket on the Client

Let's suppose you have developed a rather complex desktop application based on the NetBeans Platform, and later you discover that you could reuse lots of things for another customer's project, this time a regular web application. Well, what to do? You can't...

6 replies - 25009 views - 01/07/09 by Fabrizio Giudici in Articles

Vroom Request Dispatcher 1.0.0 Released

Vroom Request Dispatcher or VRD is a light weight API that helps you write java web applications with simplicity. No need to write servlets that require web.xml configurations. You can use any java method (static or non-static) to provide service.Using VRD,...

0 replies - 4241 views - 12/01/08 by Farrukh Ijaz in Announcements

jPersist 3.2.7 and jWebApp 4.8.7: Simple Web and ORM Framework Alternatives

This release fixes a high profile problem that caused the following exception: jpersist.JPersistException: Column 'a.column' not found. at jpersist.Result.getColumnValue(Result.java:1282)Everyone using these open-source projects should upgrade to the latest...

1 replies - 2491 views - 06/25/08 by David B. in Announcements

Reviewing the Early Draft: Servlet 3.0

First of all: Yes! There is a new Servlet spec coming! I had already seen some examples on this years JavaOne, but you can now download the complete early draft here. But after I browsed through it, I came to the conclusion that I don't like the new spec....

21 replies - 5402 views - 05/30/08 by Roy van in Articles

Release of wingS 3.2

The wingS development team is proud to announce the general availability of wingS 3.2. Besides numerous bugfixes and stabilization issues, the most important improvements addressed by version 3.2 are as follows:

0 replies - 2912 views - 04/03/08 by Holger Engels in Announcements

Java EE 5

Chapter 1. Présentation de l'étude en cas (The case study) First, we must know what we are building. Accordingly, we start with a general description of the Pet Store application. This...

0 replies - 6454 views - 03/30/08 by David Sills in Book Reviews