java - Bypassing Servlets -


i wrote basic implementation of annotations bypasses servlets. try , stay away frameworks spring , faces etc due limitations , overheads.

the annotations have implemented bypasses servlets , uses plain java objects delegated filter process requests , responses , returns either plain text, json or request forwarded request dispatcher. achieve had bypass filter chain. planning on using 1 filter.

does know what/if there risks involved in doing this? know web , app servers pool servlets, there else pose problem?


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -