Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
5 subscribers
Views
1275 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
We have a requirement to develop a custom servlet plug-in , will there be any si
rajashekarv
over 10 years ago
We have a requirement to develop a custom servlet plug-in , will there be any site-wide/server issues if the deployed custom plug-in has any issues by any chance-
I have gone through the documentation @
forum.appian.com/.../Custom_Servlet_Plug-ins.html
and could not see any drawbacks of using custom servlet plug-ins .
Hoping to get some check points from the people who have already implemented this-
OriginalPostID-139888
OriginalPostID-139888
Discussion posts and replies are publicly visible
0
Sathya Srinivasan
Appian Employee
over 10 years ago
Two things: (1) The plug-in gets invoked only when the URL is called. So you need to make sure that the sizing caters for traffic (if you are expecting a huge traffic to call the servlet plug-in)
(2) The code in the servlet plugin itself. If you have a rogue code that has adverse effect on the Appian engines because of bad code, that needs to me checked. Other than these, I dont particularly see any issues. Just precautions & best coding practice you need to look out for.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rajashekarv
over 10 years ago
Thank you Srini , this helps
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel