I do believe the center of Java development is the programmer who is creating
object-oriented Java code. But how do you achieve this when developing Web
applications? In the Internet scenario the client and server sides are
disconnected: the front end is shown to the user miles away from where the
real code that's reacting to it is executed. Even worse, the visual code is
different from the code that executes the logic. How much time does a Java
Web application developer dedicate to tasks that differ from real application
logic? Forty percent? Thirty percent? And what about maintenance?
ASK is a front-end application server that provides the necessary support for
numerous requests. This is achieved with a server-side server's topology.
Within this architecture it's possible to set up as many ASK servers as you
need, indicating which applications every ASK server shou... (more)