Rafael Leandro Santos

Greenhorn
+ Follow
since Apr 30, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rafael Leandro Santos

Hi Parth, I think C is correct because, browsers, PDAs and kiosks are different types of client interfaces, and MVC separates the application into different parts, this division allows code reuse of business rules enforcement, among them, web (browser), PDA, kiosks, swing, etc ... Already the intercept filter on my understanding, is a standard that seeks to intercept any request to execute routines for each request ... Seem to be very different ... I have helped.
Hi,
It is an example of use BodyContent to read content of tag in JSP.
do not know if that's what you asked.
I have helped

Att,

i think to container look at "www-authenticate" header to provide security checks...
it keeps some attribute in the session? because the fact of owning a jsessionid is not to say that the user has access to any resource, right?

Thanks
Rafa
Hi gorsky,
<welcome-file> cannot "/" character... every entry to <welcome-file> is applied to all application, (if you have directories under / YourApplication)
/path/to/myservlet is a virtual/logical path, if you configure a

will be applied to any application and not just /path/to/

You can not call direct http://localhost:8080/MyWebApp/path/to/myservlet or you can not have more than one 'path/xxx' to myservlet map, 'path/yyy' otherservlet
graciously
Rafa