Project

General

Profile

Improvement #1021

Split servlet / jsp modules

Added by Henning Blohm about 11 years ago. Updated about 11 years ago.

Status:
Rejected
Priority:
High
Assignee:
Category:
z2-base
Target version:
Start date:
30.03.2013
Due date:
% Done:

0%

Estimated time:
origin:

Description

Currently all servlet / jsp business including implementations is in com.zfabrik.servletjsp.

With the inception feature this has shown to be problematic, as we cannot split off the implementation easily.

Instead we should have modules:

com.zfabrik.webserver.jetty |
javax.servlet.jsp.jstl |
javax.servlet

#1

Updated by Henning Blohm about 11 years ago

  • Assignee deleted (Henning Blohm)
#2

Updated by Henning Blohm about 11 years ago

And have com.zfabrik.servletjsp reference javax.servlet, javax.servlet.jsp.jstl.

#3

Updated by Henning Blohm about 11 years ago

  • Assignee set to Udo Offermann
#4

Updated by Udo Offermann about 11 years ago

  • Status changed from New to Rejected

The improvement has to be rejected because a webapp needs the url context factory which is part of the jetty's or tomcat's implementation. Thus a clear separation in javax.servlet and engine specific modules is not possible.

Also available in: Atom PDF