download25.com

Your free TOP 25 download source!

Easy Java Websites EJW 2.6

EJW is a Java servlet-based model-view-controller web development framework.
Publisher: dabuTech
Category: Utilities
Version: 2.6
License: freeware
Cost: 0$
Size: 2.13 MB
Updated: 26 Feb 2012
Bookmark: Click here
Review
EJW is a powerful and easy to use model-view-controller web development framework for Java. EJW's main features include:

extremely small learning curve (learn in minutes)
no tag libraries, annotations, or configuration (and there's no need)
regular HTML and Form tags
similar functionality to other web frameworks (only easier)
performance is equal to or better then any other web framework
a footprint a fraction the size of any other (< 300k)
commercially supported software
and a lot more (see features)

EJW is a Java servlet-based model-view-controller web development framework that is designed for extreme ease-of-use. In fact, we would dare to say EJW is the easiest framework available, and yet it still has all the abilities and functionality of any other framework, Java and non Java. Best of all, it can actually be learned in a matter of minutes; there is no huge learning curve.

EJW is this easy (no annotations or configuration):


public class HelloWorld extends RequestHandler
{
public String hello()
{
getServerInterface().addViewObject("helloWorld", "Hello World");

return "/WEB-INF/helloWorld.jsp";
}
}


Calling the above is this simple:


http://host/context/helloWorld/hello


download (ejw_2.6.zip - 2.13 MB)