- Servlets of web application requires strong knowledge of Java.
- Servlets are very difficult for Non-Java Programmers to understand and carry out.
- We know that, Servlet is a picture of both Presentation logic(HTML) and Business Logic(Java) . At the time of development of Servlet by using both of the above (Presentation and Business Logic), it may become imbalance, because a Servlet developer can’t be good in both Presentation logic and Business logic.
- Servlet never provides separation between or clarity between Presentation Logic and Business Logic.
So that servlets do not give Parallel Development. - If we do any changes in a servlet, then we need to do Re-deployment process i.e. Servlets modifications requires redeployment, which is one of the time-consuming process.
- If we develop any web application with servlets, then it is mandatory for the web application developer to configure web-application configuration file. (Deployment descriptor- web.xml)
- Servlets do not offer any implicit object. [implicit objects generally provided by containers during the dynamic program execution ].
- Servlets do not contain a facility called Custom Tags Development.
- Servlets don’t provide Global/Implicit exception handling facility.
- Servlets don’t vontain Automatic Page compilation concept.
PUB ID
Thursday, 30 June 2016
10 Limitations of Servlets
Subscribe to:
Post Comments (Atom)
Good job , you put "limitations of servlet" in the right words.
ReplyDelete