Naitik
Naitik

Reputation: 1465

Filter code Test with real time java app

I have created filter function in java servlet and it's working correctly.

But i need to test my filter code with real time java app, so can any one suggest me basic real time app in java in which i can add my filter command and test with it either my code is run in real time system or not.

Thanks.

Upvotes: 0

Views: 172

Answers (1)

Pranalee
Pranalee

Reputation: 3409

You will have to deploy your code on some server like tomcat, fire requests, then only you will be able to do 'real' testing.

Upvotes: 2

Related Questions