Can we treet each use case as a seperate WebApplication in a small project which contains only 3-usecases.
And what exactly a web application is?,What are configuration files?
thanks & regards,
Santhosh
-
What exactly a Web Application is? (1 messages)
- Posted by: Santhosh Muktha
- Posted on: April 22 2004 00:16 EDT
Threaded Messages (1)
- What exactly a Web Application is? by Paul Strack on April 22 2004 10:49 EDT
-
What exactly a Web Application is?[ Go to top ]
- Posted by: Paul Strack
- Posted on: April 22 2004 10:49 EDT
- in response to Santhosh Muktha
In general, it is better to have one web application that covers all your use cases.
As for what a web application is, it is a standard way of organizing and configuring Java web components (servlet, JSP and other classes) so that they can be deployed into any J2EE compliant application server. The configuration file is web.xml, plus any server-specific configuration your need to do.