Quantcast
Channel: EasierJava Blog
Viewing all articles
Browse latest Browse all 10

Easy Java Websites (EJW) 3.0 Released

$
0
0

Easy java Websites (EJW) has been released. This version is a major release and includes new forms tags, several convenience methods added to RequestHandler, and mime typed file extensions are now ignored by default (forwarded to the default servlet).

Information regarding the new form tags can be found at: http://www.easierjava.com/downloads/ejw/ejw_tags.pdf

The most common methods used in ServerInterface, such as addViewObject(), were added to the RequestHandler for friendlier access.

URLs with mime typed extensions (eg. .jpg, .gif, etc.) are now ignored by default and forwarded to the default servlet.  If you require handling of a mime (eg. image server) type you can use:

<init-param>
<param-name>handleMimeTypes</param-name>
<param-value>gif, jpg</param-value>
</init-param>

see manual.



Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images