Reputation: 1465
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
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