In the web systems
development, as for a Visual portion and the logic-portion
of System, a separate person in charge usually performs design
and construction in many cases. And generally, their works
concurrently go in parallel. In such development organization,
two or more persons in charge manage or edit the same single
resource when you apply the architecture of "scripting
on HTML", like JSP, ASP or PHP, or you apply the program
style like directly printing all HTML codes, like simple servlets
or perl scripts for CGI. These styles cause the resource management
problems not only on the concurrent parallel work but on the
maintenance phase.
EZServlet is the solution which localizes visual portion
into template HTML files and confines a logical portion in
a Java program to enable concurrent and independent work of
each person in charge. Additionally the program codes and
also application development process will be simplified.
|